fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict (cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac) * fix: remove extra links Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * fix: revert changes * fix: revert changes * fix: revert changes * fix: revert changes
This commit is contained in:
committed by
Parth Parth
parent
1e9f5bc09a
commit
23ca5d9cc6
@ -33,7 +33,7 @@ function multiply(x,y) {
|
||||
|
||||
现在我们知道Javascript可以一次执行一件事但是浏览器不是这样。浏览器拥有自己的一组API,如setTimeout,XMLHttpRequests,它们未在Javascript运行时中指定。事实上,如果你仔细查看V8的源代码,那么为谷歌Chrome浏览器提供支持的流行Javascript运行时,你将找不到任何定义。这是因为这些特殊的Web API存在于浏览器环境中而不是javascript环境中,你可以说这些apis引入了并发性。让我们看一个图来理解整个图片。
|
||||
|
||||

|
||||

|
||||
|
||||
引入了更多术语
|
||||
|
||||
|
Reference in New Issue
Block a user