Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Sep 23, 2024
1 parent 6344582 commit 9bedacb
Show file tree
Hide file tree
Showing 30 changed files with 16 additions and 50 deletions.
2 changes: 1 addition & 1 deletion files/zh-cn/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"name": "chrome-dev-mirror-links",
"message": "Don't use developer.chrome.com for links in zh-cn localizations",
"message": "Use the CN mirror site for developer.chrome.com",
"searchPattern": "/\\]\\(https:\\/\\/developer.chrome.com\\//g",
"replace": "](https://developer.chrome.google.cn/",
"searchScope": "text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/history
{{WebExtExamples("h2")}}

> [!NOTE]
> 该 API 基于 Chromium 的[`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的[`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json)衍生而来。
>
> 微软 Edge 兼容性数据由微软公司提供并包含在如下证书中——Creative Commons Attribution 3.0 United States License.
> 该 API 基于 Chromium 的 [`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的 [`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json) 衍生而来。
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions files/zh-cn/mozilla/add-ons/webextensions/api/i18n/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/i18n

> [!NOTE]
> 这个 API 是基于 Chromium 的 [`chrome.i18n`](https://developer.chrome.google.cn/docs/extensions/reference/api/i18n) API,这个文档源自 Chromium 代码中的 [`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/i18n.json)
>
> 微软 Edge 的兼容性数据由微软公司提供,并在这里收录在《知识共享 3.0 美国许可证》中。
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
2 changes: 0 additions & 2 deletions files/zh-cn/mozilla/add-ons/webextensions/api/idle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/idle

> [!NOTE]
> 此 API 基于 Chromium 的 [`chrome.idle`](https://developer.chrome.google.cn/docs/extensions/reference/api/idle) API。本文档源自 Chromium 代码中的 [`idle.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/idle.json)
>
> Microsoft Edge 兼容性数据由 Microsoft Corporation 提供,并包含在 Creative Commons Attribution 3.0 United States License 下。
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ browser.browserAction.onClicked.addListener(() => {

> [!NOTE]
> 该 API 是基于 Chromium 的 [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#method-connectNative) API。本文档采自 Chromium 代码中的 [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json)
>
> Microsoft Edge 的兼容性数据由微软公司提供,并被列入以下许可证 Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ console.log(manifest.name);

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#method-getManifest) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/runtime

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ browser.browserAction.onClicked.addListener(function () {

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#event-onConnect) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ opening.then(onOpened, onError);

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#method-openOptionsPage) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#type-PlatformArch) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs

> [!NOTE]
> This API is based on Chromium's [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#type-PlatformOs) API. This documentation is derived from [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ browser.browserAction.onClicked.addListener(() => {

> [!NOTE]
> 这个 API 基于 Chromium 的 [`chrome.runtime`](https://developer.chrome.google.cn/docs/extensions/reference/api/runtime#method-sendNativeMessage) API。本文来自 Chromium 代码中的 [`runtime.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/runtime.json)
>
> 微软 Edge 的兼容性数据由 Microsoft Corporation 提供,并且包含在这里基于 Creative Commons Attribution 3.0 United States License。
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/sessions/Session

> [!NOTE]
> 该 API 基于 Chromium 的 [`chrome.sessions`](https://developer.chrome.google.cn/docs/extensions/reference/api/sessions) API。
>
> Microsoft Edge 兼容性数据由 Microsoft Corporation 提供,并在此处包含在 Creative Commons Attribution 3.0 美国许可证下。
<!--
//版权所有 2015 The Chromium Authors。版权所有。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ Promises 在 Edge 中不被支持,使用 callbacks 代替。
{{WebExtExamples("h2")}}

> [!NOTE]
> 这个 API 基于 Chromium 的 [`chrome.storage`](https://developer.chrome.google.cn/docs/extensions/reference/api/storage) API. 这篇文档也来源于 Chromium 代码中的 [`storage.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/storage.json).
>
> Microsoft Edge 的适配数据由 Microsoft Corporation 提供并且被包含在 Creative Commons Attribution 3.0 United States License 许可证下。
> 这个 API 基于 Chromium 的 [`chrome.storage`](https://developer.chrome.google.cn/docs/extensions/reference/api/storage) API。这篇文档也来源于 Chromium 代码中的 [`storage.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/storage.json)
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ webRequest 事件参数

> [!NOTE]
> 该 API 基于 Chromium 的 [`chrome.webRequest`](https://developer.chrome.google.cn/docs/extensions/reference/api/webRequest#type-RequestFilter) API. 该文档来源于 Chromium 代码中的 [`web_request.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/web_request.json)
>
> Microsoft Edge 兼容性数据由 Microsoft Corporation 提供,并包含在 Creative Commons Attribution 3.0 United States License 下。
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ browser.browserAction.onClicked.addListener((tab) => {

> [!NOTE]
> This API is based on Chromium's [`chrome.windows`](https://developer.chrome.google.cn/docs/extensions/reference/api/windows#method-create) API. This documentation is derived from [`windows.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/windows.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/windows/WindowState
{{WebExtExamples}}

> [!NOTE]
> 此 API 基于谷歌浏览器 [`chrome.windows`](https://developer.chrome.google.cn/docs/extensions/reference/api/windows#type-WindowState) API。此文档源于谷歌源码 [`windows.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/windows.json) .
>
> 微软 Edge 浏览器兼容性数据由微软公司提供,并包含在美国 Creative Commons Attribution 3.0 许可证下。
> 此 API 基于 Chromium 的 [`chrome.windows`](https://developer.chrome.google.cn/docs/extensions/reference/api/windows#type-WindowState) API。此文档源于 Chromium 代码中的 [`windows.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/windows.json)
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/windows/WindowType

> [!NOTE]
> This API is based on Chromium's [`chrome.windows`](https://developer.chrome.google.cn/docs/extensions/reference/api/windows#type-WindowType) API. This documentation is derived from [`windows.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/windows.json) in the Chromium code.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
<!--
// Copyright 2015 The Chromium Authors. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/local_font_access_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ l10n:

[Web 字体](/zh-CN/docs/Learn/CSS/Styling_text/Web_fonts)允许 Web 设计人员提供在 Web 文档上使用的自定义字体,因而在实现 Web 排版方面具有革命性意义。通过 {{cssxref("@font-face")}} at 规则,Web 字体可以通过 `url()` 函数中提供的 URL 加载。

`@font-face` 还有其他几个有用的特性。特别是,你还可以在 `local()` 函数中指定字体的完整名称或 Postscript 名称,以告诉浏览器在用户计算机上安装了该字体时使用本地副本。这并非没有问题——`local()` 作为[指纹向量](https://developer.chrome.google.cn/docs/capabilities/web-apis/local-fonts#local-fonts-as-fingerprint-vector)已经变得臭名昭著。
`@font-face` 还有其他几个有用的特性。特别是,你还可以在 `local()` 函数中指定字体的完整名称或 Postscript 名称,以告诉浏览器在用户计算机上安装了该字体时使用本地副本。这并非没有问题——`local()` 作为[指纹向量](https://developer.chrome.google.cn/docs/capabilities/web-apis/local-fonts#local_fonts_as_fingerprint_vector)已经变得臭名昭著。

此外,由于准确的字体枚举和访问底层字体数据(例如,应用过滤器和转换)方面的挑战,高端设计工具历来难以在 Web 上提供。当前的应用程序通常依赖于变通办法,例如要求用户将字体上传到服务器,在服务器上处理字体以获取原始字节数据,或者安装单独的本地程序以提供附加功能。

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/navigator/scheduling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ l10n:
## 参见

- engineering.fb.com 上的 [Facebook 在 2019 年对浏览器 API 的首次贡献](https://engineering.fb.com/2019/04/22/developer-tools/isinputpending-api/)(2019)
- developer.chrome.com 上的[使用 isInputPending() 改善 JS 调度](https://developer.chrome.google.cn/docs/capabilities/web-apis/isinputpending)(2020)
- developer.chrome.google.cn 上的[使用 isInputPending() 改善 JS 调度](https://developer.chrome.google.cn/docs/capabilities/web-apis/isinputpending)(2020)
- web.dev 上的[优化耗时较长的任务](https://web.dev/articles/optimize-long-tasks#yield_only_when_necessary)(2022)
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/client_hints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Sec-CH-Prefers-Reduced-Motion: "reduce"
- [`Vary` HTTP 标头](/zh-CN/docs/Web/HTTP/Headers/Vary)
- [客户端提示的基础架构](https://wicg.github.io/client-hints-infrastructure/)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [使用用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [使用用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/headers/device-memory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Device-Memory: 1

## 参见

- [利用用户代理客户端提示改善用户隐私并提升开发者体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)(developer.chrome.com
- [利用用户代理客户端提示改善用户隐私并提升开发者体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)(developer.chrome.google.cn
- {{DOMxRef("Device Memory API", "设备内存 API", "", "nocode")}}
- {{DOMxRef("Navigator.deviceMemory")}}
- {{DOMxRef("WorkerNavigator.deviceMemory")}}
Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/headers/dpr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Content-DPR: 2.0

## 参见

- [利用用户代理客户端提示改善用户隐私并提升开发者体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)(developer.chrome.com
- [利用用户代理客户端提示改善用户隐私并提升开发者体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)(developer.chrome.google.cn
- 设备客户端提示

- {{HTTPHeader("Content-DPR")}}
Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/headers/sec-ch-ua-arch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Sec-CH-UA-Arch: "x86"

- [客户端提示](/zh-CN/docs/Web/HTTP/Client_hints)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
- {{HTTPHeader("Accept-CH")}}
- [HTTP 缓存 > Vary 响应](/zh-CN/docs/Web/HTTP/Caching#vary_响应)和 {{HTTPHeader("Vary")}}
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/headers/sec-ch-ua-bitness/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ Sec-CH-UA-Bitness: "64"

- [客户端提示](/zh-CN/docs/Web/HTTP/Client_hints)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
- {{HTTPHeader("Accept-CH")}}
- [HTTP 缓存 > Vary 响应](/zh-CN/docs/Web/HTTP/Caching#vary_响应)和 {{HTTPHeader("Vary")}}
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ Sec-CH-UA-Platform: "Linux"

- [客户端提示](/zh-CN/docs/Web/HTTP/Client_hints)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
- {{HTTPHeader("Accept-CH")}}
- [HTTP 缓存 > Vary 响应](/zh-CN/docs/Web/HTTP/Caching#vary_响应)和 {{HTTPHeader("Vary")}}
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ Sec-CH-UA-Platform: "Windows"

- [客户端提示](/zh-CN/docs/Web/HTTP/Client_hints)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
- {{HTTPHeader("Accept-CH")}}
- [HTTP 缓存 > Vary 响应](/zh-CN/docs/Web/HTTP/Caching#vary_响应)和 {{HTTPHeader("Vary")}}
2 changes: 1 addition & 1 deletion files/zh-cn/web/http/headers/sec-ch-ua/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ Sec-CH-UA: "Opera";v="81", " Not;A Brand";v="99", "Chromium";v="95"

- [客户端提示](/zh-CN/docs/Web/HTTP/Client_hints)
- [用户代理客户端提示 API](/zh-CN/docs/Web/API/User-Agent_Client_Hints_API)
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)web.dev
- [通过用户代理客户端提示改善用户隐私和开发人员体验](https://developer.chrome.google.cn/docs/privacy-security/user-agent-client-hints)developer.chrome.google.cn
- {{HTTPHeader("Accept-CH")}}
- [HTTP 缓存 > Vary 响应](/zh-CN/docs/Web/HTTP/Caching#vary_响应)和 {{HTTPHeader("Vary")}}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ X-SourceMap: /path/to/file.js.map
## 参见

- 火狐源代码文档中的[使用源码映射](https://firefox-source-docs.mozilla.org/devtools-user/debugger/how_to/use_a_source_map/index.html)
- 在 developer.chrome.com 上的 [JavaScript 源码映射简介](https://developer.chrome.google.cn/blog/sourcemaps)(2012)
- 在 developer.chrome.google.cn 上的 [JavaScript 源码映射简介](https://developer.chrome.google.cn/blog/sourcemaps)(2012)
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ gl.bufferData(gl.ARRAY_BUFFER, sab, gl.STATIC_DRAW);
- {{HTTPHeader("Cross-Origin-Embedder-Policy")}}
- {{HTTPHeader("Cross-Origin-Resource-Policy")}}
- {{domxref("Window.crossOriginIsolated")}} 和 {{domxref("WorkerGlobalScope.crossOriginIsolated")}}
- [Android Chrome 88 和桌面版 Chrome 92 中的 SharedArrayBuffer 更新](https://developer.chrome.google.cn/blog/enabling-shared-array-buffer),developer.chrome.com(2021)
- [Android Chrome 88 和桌面版 Chrome 92 中的 SharedArrayBuffer 更新](https://developer.chrome.google.cn/blog/enabling-shared-array-buffer),developer.chrome.google.cn(2021)

0 comments on commit 9bedacb

Please sign in to comment.