From a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 Mon Sep 17 00:00:00 2001 From: MDN Date: Mon, 11 Oct 2021 00:51:25 +0000 Subject: [CRON] sync translated content --- .../web/api/positionoptions/maximumage/index.html | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 files/zh-tw/web/api/positionoptions/maximumage/index.html (limited to 'files/zh-tw/web/api/positionoptions/maximumage/index.html') diff --git a/files/zh-tw/web/api/positionoptions/maximumage/index.html b/files/zh-tw/web/api/positionoptions/maximumage/index.html deleted file mode 100644 index 2f9d1cf48e..0000000000 --- a/files/zh-tw/web/api/positionoptions/maximumage/index.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: PositionOptions.maximumAge -slug: Web/API/PositionOptions/maximumAge -translation_of: Web/API/PositionOptions/maximumAge ---- -
{{APIRef("Geolocation API")}}
- -

PositionOptions.maximumAge 是一個正值,它代表可以接受暫存位置的最長期限(單位是毫秒)。如果設定為 0,代表機器必須回傳實際的當前位置而不能使用暫存位置。如果設定為 Infinity, 機器必定會回傳暫存位置而不考慮他的期限。預設值:0。

- -

語法

- -
positionOptions.maximumAge = timeLength
-
- -

規格

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Geolocation', '#maximumage', 'PositionOptions.maximumAge')}}{{Spec2('Geolocation')}}Initial definition
- -

瀏覽器的相容性

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support5{{CompatGeckoDesktop("1.9.1")}}910.60
- {{CompatNo}} 15.0
- 16.0
5
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatGeckoMobile("4")}}{{CompatUnknown}}10.60{{CompatUnknown}}
-
- -

請參考

- - -- cgit v1.2.3-54-g00ecf