为什么Settimeout在节点JS上工作?

发布于 2025-01-22 00:04:35 字数 187 浏览 0 评论 0 原文

我听说 settimeout(),javaScript中不包含Web API。因此,如果仅是Web API,那么自然而然地考虑它,因为它在浏览器中无法使用。那么,为什么 settimeout 在我刚刚使用 node $ {filename} 命令的普通旧JS文件时,在我的终端工作?

I am hearing that setTimeout(), the Web API is not included in JavaScript quite often. So, if it is only Web API it is natural to think as it won't work anywhere except in the browser. So, why setTimeout is working in my terminal when I just run a plain old JS file with the node ${filename} command?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヤ经典坏疍 2025-01-29 00:04:35

浏览器和node.js都有一个全局 settimeout 函数,但是两者之间的返回类型不同。

The browser and node.js both have a global setTimeout function, but the return types are different between the two.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文