@@ -109,29 +109,29 @@ _Doesn't inherit any properties._
109109
110110- {{domxref("Navigator.activeVRDisplays")}} {{ReadOnlyInline}} {{Deprecated_Inline}} {{Non-standard_Inline}}
111111 - : Returns an array containing every {{domxref("VRDisplay")}} object that is currently presenting ({{domxref("VRDisplay.isPresenting")}} is ` true ` ).
112- - {{domxref("Navigator.appCodeName")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
112+ - {{domxref("Navigator.appCodeName")}} {{ReadOnlyInline}}
113113 - : Always returns ` 'Mozilla' ` , in any browser.
114- - {{domxref("Navigator.appName")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
114+ - {{domxref("Navigator.appName")}} {{ReadOnlyInline}}
115115 - : Always returns ` 'Netscape' ` , in any browser.
116- - {{domxref("Navigator.appVersion")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
116+ - {{domxref("Navigator.appVersion")}} {{ReadOnlyInline}}
117117 - : Returns the version of the browser as a string. Do not rely on this property to return the correct value.
118118- {{domxref("Navigator.doNotTrack")}} {{ReadOnlyInline}} {{Deprecated_Inline}} {{non-standard_inline}}
119119 - : Reports the value of the user's do-not-track preference. When this value is "1", your website or application should not track the user.
120- - {{domxref("Navigator.mimeTypes")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
120+ - {{domxref("Navigator.mimeTypes")}} {{ReadOnlyInline}}
121121 - : Returns an {{domxref("MimeTypeArray")}} listing the MIME types supported by the browser.
122- - {{domxref("Navigator.oscpu")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
122+ - {{domxref("Navigator.oscpu")}} {{ReadOnlyInline}}
123123 - : Returns a string that represents the current operating system.
124- - {{domxref("Navigator.platform")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
124+ - {{domxref("Navigator.platform")}} {{ReadOnlyInline}}
125125 - : Returns a string representing the platform of the browser. Do not rely on this function to return a significant value.
126- - {{domxref("Navigator.plugins")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
126+ - {{domxref("Navigator.plugins")}} {{ReadOnlyInline}}
127127 - : Returns a {{domxref("PluginArray")}} listing the plugins installed in the browser.
128- - {{domxref("Navigator.product")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
128+ - {{domxref("Navigator.product")}} {{ReadOnlyInline}}
129129 - : Always returns ` 'Gecko' ` , in any browser.
130- - {{domxref("Navigator.productSub")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
130+ - {{domxref("Navigator.productSub")}} {{ReadOnlyInline}}
131131 - : Returns either the string ` '20030107' ` , or ` '"20100101' ` .
132- - {{domxref("Navigator.vendor")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
132+ - {{domxref("Navigator.vendor")}} {{ReadOnlyInline}}
133133 - : Returns either the empty string, ` 'Apple Computer Inc.' ` , or ` 'Google Inc.' ` .
134- - {{domxref("Navigator.vendorSub")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
134+ - {{domxref("Navigator.vendorSub")}} {{ReadOnlyInline}}
135135 - : Always returns the empty string.
136136
137137## Instance methods
@@ -175,9 +175,9 @@ _Doesn't inherit any method._
175175 - : After having prompted the user for permission, returns the audio or video stream associated to a camera or microphone on the local computer.
176176- {{domxref("Navigator.getVRDisplays()")}} {{Deprecated_Inline}} {{Non-standard_Inline}}
177177 - : Returns a promise that resolves to an array of {{domxref("VRDisplay")}} objects representing any available VR devices connected to the computer.
178- - {{domxref("Navigator.javaEnabled()")}} {{Deprecated_Inline}}
178+ - {{domxref("Navigator.javaEnabled()")}}
179179 - : Always returns false.
180- - {{domxref("Navigator.taintEnabled()")}} {{Deprecated_Inline}}
180+ - {{domxref("Navigator.taintEnabled()")}}
181181 - : Returns ` false ` . JavaScript taint/untaint functions removed in JavaScript 1.2.
182182
183183## Specifications
0 commit comments