From 26bb6bea485bb329d74411531d2edba2453afcc8 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sun, 23 May 2021 23:00:15 +0900 Subject: [FIX] Get rid of {{CompatibilityTable}} from JavaScript (#918) * Add browser-compat to JS pages with legacy compat * Get rid of {{CompatibilityTable}} from JavaScript --- .../reference/global_objects/atomics/index.html | 98 ++-------------------- 1 file changed, 7 insertions(+), 91 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/atomics') diff --git a/files/ko/web/javascript/reference/global_objects/atomics/index.html b/files/ko/web/javascript/reference/global_objects/atomics/index.html index 6f155e8272..83a4c40872 100644 --- a/files/ko/web/javascript/reference/global_objects/atomics/index.html +++ b/files/ko/web/javascript/reference/global_objects/atomics/index.html @@ -2,6 +2,7 @@ title: Atomics slug: Web/JavaScript/Reference/Global_Objects/Atomics translation_of: Web/JavaScript/Reference/Global_Objects/Atomics +browser-compat: javascript.builtins.Atomics ---
{{JSRef}} {{SeeCompatTable}}
@@ -57,98 +58,13 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics -

Specifications

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Shared Memory', '#AtomicsObject', 'Atomics')}}{{Spec2('Shared Memory')}}Initial definition.
{{SpecName('ESDraft')}}{{Spec2('ESDraft')}} 
- -

Browser compatibility

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}} [2]{{CompatNo}}{{CompatGeckoDesktop("46")}} [1] [3]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{CompatGeckoMobile("46")}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] This feature is disabled by a preference setting. In about:config, set javascript.options.shared_memory to true

- -

[2] The implementation is under development and needs these runtime flags: --js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer

- -

Compatibility notes

- -

[3] The Shared memory specification is still stabilizing. Prior to SpiderMonkey 48 {{geckoRelease(48)}}, the latest API names and semantics weren't implemented yet. The changes between Firefox version 46 and version 48 are:

+

명세

- +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

See also

-- cgit v1.2.3-54-g00ecf