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/date/now/index.html | 86 ++-------------------- 1 file changed, 8 insertions(+), 78 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/date/now/index.html') diff --git a/files/ko/web/javascript/reference/global_objects/date/now/index.html b/files/ko/web/javascript/reference/global_objects/date/now/index.html index b6b4631766..b62f52e65e 100644 --- a/files/ko/web/javascript/reference/global_objects/date/now/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/now/index.html @@ -9,6 +9,7 @@ tags: - Time - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Date/now +browser-compat: javascript.builtins.Date.now ---
{{JSRef}}
@@ -67,84 +68,13 @@ Date.now();

Firefox에서는 privacy.resistFingerprinting을 활성화 할 수도 있습니다. 정밀도는 100ms 또는 privacy.resistFingerprinting.reduceTimerPrecision.microseconds 중 더 큰 값이됩니다.

-

명세서

- - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES5.1', '#sec-15.9.4.4', 'Date.now')}}{{Spec2('ES5.1')}}Initial definition. Implemented in JavaScript 1.5.
{{SpecName('ES6', '#sec-date.now', 'Date.now')}}{{Spec2('ES6')}}
{{SpecName('ESDraft', '#sec-date.now', 'Date.now')}}{{Spec2('ESDraft')}}
- -

브라우저 호환성

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatChrome("5")}}{{CompatGeckoDesktop("1.9")}}{{CompatIE("9")}}{{CompatOpera("10.50")}}{{CompatSafari("4")}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

명세

+ +

{{Specifications}}

+ +

브라우저 호환성

+ +

{{Compat}}

참고하세요

-- cgit v1.2.3-54-g00ecf