search
HomeWeb Front-endJS TutorialUnderstand the setTimeout_javascript technique with a delay time of 0

Let’s take a look at my previous article: 9 Pitfalls and Comments on JavaScript, the issues mentioned in point 9 Focus Pocus. The original author has a biased understanding of this. In fact, it is not just a problem with IE, but a problem with the existing JavaScript engine's thread implementation (I don't have much concept about threads. If it is wrong, I hope readers can give me some advice). . Let’s look at 1 and 2. If you can look at the source code, you will find that our task is very simple, which is to add an input text box to the document, focus and select it. Please click on each one now. You can see that 1 cannot be focused and selected, but 2 can. The difference between them is that when executing:

input.focus();
input.select();
, 2 has an additional setTimeout peripheral function with a delay time of 0, That is:

setTimeout(function(){
input.focus();
input.select();
}, 0);
Follow JavaScript: The Definitive Guide 5th 14.1 says:

In practice, setTimeout will tell the browser to enable the function registered within setTimeout after it has completed the execution of any event handlers for currently deferred events and updated the current state of the document.

Actually, this is a technique to jump out of the queue of tasks that need to be executed. Back to the previous example, when the JavaScript engine executes onkeypress, since there is no synchronized execution of multiple threads, it is impossible to process the focus and select events of the newly created element at the same time. Since these two events are not in the queue, after completing onkeypress, The JavaScript engine has discarded these two events, as you can see in Example 1. In Example 2, because setTimeout can jump tasks from a certain queue into a new queue, the expected results can be obtained.

This is the real purpose of setTimeout with a delayed event of 0. Here, you can take a look at Example 3. Its task is to update the entered text in real time. Please try it now. You will find that the preview area is always one beat behind. For example, when you enter a, a does not appear in the preview area. When b is entered, a appears calmly. In fact, we have a way to synchronize the preview area with the input box. I have not given an answer here, because the above is the solution, try it yourself!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
斗鱼直播怎么关闭延迟?-斗鱼直播怎么看回放?斗鱼直播怎么关闭延迟?-斗鱼直播怎么看回放?Mar 18, 2024 am 10:55 AM

斗鱼直播怎么关闭延迟?1、用户首先点击进入斗鱼直播,如图所示。2、接着用户在“斗鱼直播”窗口中点击“设置”,如图所示。3、然后在“设置”窗口中,点击“高级”,如图所示。4、最后用户在“高级”窗口中,将“低延时模式默认开启”关闭就能取消延迟了,如图所示。斗鱼直播怎么看回放?1、第一步,我们先找到电脑桌面上的斗鱼直播软件图标,然后右键单击选择“打开”选项2、第二步,打开斗鱼直播软件之后,我们在页面左侧找到“关注”选项,点击打开该选项并在右侧页面中找到一个自己喜欢的主播,点击“录像”选项3、第三步,进

队列技术在PHP与MySQL中的消息延迟和消息重试的应用队列技术在PHP与MySQL中的消息延迟和消息重试的应用Oct 15, 2023 pm 02:26 PM

队列技术在PHP与MySQL中的消息延迟和消息重试的应用摘要:随着Web应用程序的不断发展,对于高并发处理和系统可靠性方面的需求越来越高。队列技术作为一种解决方案,被广泛应用于PHP与MySQL中,以实现消息延迟和消息重试的功能。本文将介绍队列技术在PHP与MySQL中的应用,包括队列的基本原理、使用队列实现消息延迟的方法和使用队列实现消息重试的方法,并给出

settimeout和setinterval有什么区别settimeout和setinterval有什么区别Aug 15, 2023 pm 02:06 PM

settimeout和setInterval的区别:1、触发时间,settimeout是一次性的,它在设定延迟时间之后执行一次函数,而setinterval是重复性的,它会以设定的时间间隔重复执行函数;2、执行次数,settimeout只执行一次,而setinterval会一直重复执行,直到被取消。

如何解决Java中的网络延迟问题如何解决Java中的网络延迟问题Oct 08, 2023 am 11:21 AM

如何解决Java中的网络延迟问题网络延迟是指在数据传输过程中,由于各种原因导致数据的发送和接收之间出现的时间延迟。在进行网络通信或者开发网络应用程序时,我们经常会遇到网络延迟的问题。本文将介绍一些解决Java中网络延迟问题的方法,并提供具体的代码示例。一、使用多线程网络延迟通常是由于网络请求的阻塞导致的。为了避免网络请求阻塞主线程,我们可以使用多线程来处理网

药到病除:一招制胜,彻底解决 PHP 服务器优化难题,从此告别卡顿!药到病除:一招制胜,彻底解决 PHP 服务器优化难题,从此告别卡顿!Feb 20, 2024 am 09:43 AM

PHP作为广受欢迎的WEB开发语言,但时常会遇到卡顿和延迟的问题。这不僅影响了用户體驗,也让开发者和运維人員感到头疼。为了解决这一难题,多方团队和机构提出了多种解决方案,其中一款脱颖而出,以其高效性和可靠性获得了众多赞誉。识别根源问题要解决php卡顿和延迟难题,第一步必须是识别根源問題。最常见的原因为:系统配置:缺乏足够的系统資源,包括CPU、RAM和磁盘空间。软件环境:PHP相关软件的配置不当,包括PHP本身、Web伺服器和相关插件。网络问题:缺乏穩固的网络,或PHP伺服器与其他系统之間的关系

如何解决Windows 10鼠标拖动窗口时的延迟问题如何解决Windows 10鼠标拖动窗口时的延迟问题Jan 06, 2024 pm 05:28 PM

在使用win10系统的过程中,如果遇到了鼠标拖动窗口有延迟卡顿的情况,小编觉得应该是系统设置的问题或者是驱动问题。可以尝试重装驱动或者是在运行中使用main.cpl代码来解决问题,快来看看详细的win10鼠标拖动窗口有延迟解决方法吧。win10鼠标拖动窗口有延迟怎么办:方法一(有线无线通用):1、在win10系统桌面,按下“win+r”快捷键,打开运行窗口,输入:main.cpl然后回车确定。2、然后打开鼠标属性对话框,点击鼠标键,可以通过滑动“双击速度”中的游标来调整鼠标双击速度。3、然后点击

超级人类登录发生延迟请重试解决方法超级人类登录发生延迟请重试解决方法Mar 30, 2024 pm 08:31 PM

在超级人类游戏中有玩家遇到了登录发生延迟。请重试。点击确认按钮将立即退出GeeGee客户端的提示,今天小编就带来了解决的方法,快来一起看看吧。超级人类登录发生延迟请重试解决方法“Steammustberunningtoplaythisgame”这个提示的大概意思是steam不允许运行这个游戏。可能是因为没有安装steam的原因,也有可能是没有用管理员身份运行的原因,或者可能是卡了的原因。解决方法:1、第一种方法是下载一个steam平台,并打开安装盘,把crack文件夹里的东西放到游戏文件夹里。2

中国最强AI研究院的大模型为何迟到了中国最强AI研究院的大模型为何迟到了Jun 26, 2023 pm 07:43 PM

出品|虎嗅科技组作者|齐健编辑|陈伊凡头图|FlagStudio“OpenAI会再开源大模型吗?”当智源研究院理事长张宏江向线上参加2023年智源大会的OpenAI首席执行官SamAltman问及开源问题时,SamAltman微笑表示,OpenAI未来会开放更多代码,但没有具体的开源时间表。这样的讨论来自这次智源大会的话题之一——开源大模型。6月9日,2023年智源大会在北京举行,座无虚席。在大会现场,“算力”、“大模型”“生态”等与AI相关的词时不时出现在参会者的聊天中,还有这个产业链上的各家

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft