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/generator/index.html | 85 ++-------------------- 1 file changed, 8 insertions(+), 77 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/generator/index.html') diff --git a/files/ko/web/javascript/reference/global_objects/generator/index.html b/files/ko/web/javascript/reference/global_objects/generator/index.html index d29b282355..5e74777a6d 100644 --- a/files/ko/web/javascript/reference/global_objects/generator/index.html +++ b/files/ko/web/javascript/reference/global_objects/generator/index.html @@ -9,6 +9,7 @@ tags: - Legacy Iterator - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Generator +browser-compat: javascript.builtins.Generator ---
{{JSRef}}
@@ -83,83 +84,13 @@ console.log(it.send(10)); // 20 console.log(it.close()); // undefined console.log(it.next()); // throws StopIteration (as the generator is now closed) -

명세

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES2015', '#sec-generator-objects', 'Generator objects')}}{{Spec2('ES2015')}}Initial definition.
{{SpecName('ESDraft', '#sec-generator-objects', 'Generator objects')}}{{Spec2('ESDraft')}} 
- -

브라우저 호환성

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome(39.0)}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatChrome(39.0)}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatChrome(39.0)}}
-
- -

 

+

명세

+ +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

같이 보기

-- cgit v1.2.3-54-g00ecf