diff options
author | meowmeowmeowcat <meowmeowcat1211@gmail.com> | 2021-08-12 22:11:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 22:11:06 +0800 |
commit | e9170e87569188e45adab3a8d933b155c2165c47 (patch) | |
tree | 98363ffc02abb625ef58ef1678d8159648ba46d9 /files/zh-cn | |
parent | 90c5bda4bde106ac7bb477393e03c9df85f44406 (diff) | |
download | translated-content-e9170e87569188e45adab3a8d933b155c2165c47.tar.gz translated-content-e9170e87569188e45adab3a8d933b155c2165c47.tar.bz2 translated-content-e9170e87569188e45adab3a8d933b155c2165c47.zip |
Fix typo in Web/API/Web_Workers_API/Structured_clone_algorithm, zh-CN (#2035)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/api/web_workers_api/structured_clone_algorithm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/web_workers_api/structured_clone_algorithm/index.html b/files/zh-cn/web/api/web_workers_api/structured_clone_algorithm/index.html index 29bd42fc24..2206042e4b 100644 --- a/files/zh-cn/web/api/web_workers_api/structured_clone_algorithm/index.html +++ b/files/zh-cn/web/api/web_workers_api/structured_clone_algorithm/index.html @@ -14,7 +14,7 @@ original_slug: Web/Guide/API/DOM/The_structured_clone_algorithm <ul> <li><code><a href="/cn/JavaScript/Reference/Global_Objects/Error">Error</a></code> 以及 <code><a href="/cn/JavaScript/Reference/Global_Objects/Function">Function</a></code> 对象是不能被结构化克隆算法复制的;如果你尝试这样子去做,这会导致抛出 <code>DATA_CLONE_ERR</code> 的异常。</li> - <li>企图去克隆 DOM 节点同样会抛出 <code>DATA_CLONE_ERROR</code> 异常。</li> + <li>企图去克隆 DOM 节点同样会抛出 <code>DATA_CLONE_ERR</code> 异常。</li> <li>对象的某些特定参数也不会被保留 <ul> <li><code><a href="/cn/JavaScript/Reference/Global_Objects/RegExp">RegExp</a> </code>对象的 <code>lastIndex</code> 字段不会被保留</li> |