For a given set of browsers, what APIs are in all of them and how many days it take for the API to land in the first browser to the last.
| Last in Chrome | Last in Edge | |
|---|---|---|
| First in Chrome | 8641 | |
| First in Edge | 458 |
9099 APIs took an average of 977.24 days to become available to use.
API breakdown:
| DOM API APIs | DOM API TTA | |
|---|---|---|
| 2008 | 1362 | 2456.92 |
| 2009 | 186 | 2360.37 |
| 2010 | 521 | 2026.79 |
| 2011 | 413 | 1725.91 |
| 2012 | 278 | 1326.22 |
| 2013 | 272 | 1278.42 |
| 2014 | 332 | 1424.11 |
| 2015 | 567 | 938.34 |
| 2016 | 406 | 1045.83 |
| 2017 | 866 | 861.78 |
| 2018 | 653 | 548.31 |
| 2019 | 393 | 165.97 |
| 2020 | 575 | 15.87 |
| 2021 | 385 | 19.52 |
| 2022 | 388 | 3.65 |
| 2023 | 532 | 3.24 |
| 2024 | 536 | 2.36 |
| 2025 | 344 | 2.51 |
| 2026 | 90 | 5.13 |
There is a natural tension on the web with respect to browser engines. Every engine has their own set of priorities which define the level of investment that they choose to make and on which areas they choose to make it.
A developer naturally wants their experiences to be available to the widest audience possible and these differing priorities create an unevenness on the platform (a lumpiness) making it harder for developers to build experiences that work everywhere.
This section highlights where browsers are pushing and pulling on the platform.
This table is designed to show which browsers are pushing on the platform the most.
Adding features to quickly is not always desired because developers are unlikely to adopt those features in their sites or apps.
| Year | DOM API | DOM API TTA |
|---|---|---|
| 2008 | ||
| Chrome | 1362 | 2456.92 |
| 2009 | ||
| Chrome | 186 | 2360.37 |
| 2010 | ||
| Chrome | 521 | 2026.79 |
| 2011 | ||
| Chrome | 413 | 1725.91 |
| 2012 | ||
| Chrome | 278 | 1326.22 |
| 2013 | ||
| Chrome | 272 | 1278.42 |
| 2014 | ||
| Chrome | 332 | 1424.11 |
| 2015 | ||
| Chrome | 425 | 1048.60 |
| Edge | 142 | 608.33 |
| 2016 | ||
| Chrome | 397 | 1058.58 |
| Edge | 9 | 483.56 |
| 2017 | ||
| Edge | 58 | 198.98 |
| Chrome | 808 | 909.36 |
| 2018 | ||
| Chrome | 645 | 551.69 |
| Edge | 8 | 275.88 |
| 2019 | ||
| Chrome | 393 | 165.97 |
| 2020 | ||
| Edge | 166 | 46.23 |
| Chrome | 409 | 3.55 |
| 2021 | ||
| Chrome | 377 | 13.89 |
| Edge | 8 | 285.00 |
| 2022 | ||
| Chrome | 321 | 4.21 |
| Edge | 67 | 1.00 |
| 2023 | ||
| Chrome | 532 | 3.24 |
| 2024 | ||
| Chrome | 536 | 2.36 |
| 2025 | ||
| Chrome | 344 | 2.51 |
| 2026 | ||
| Chrome | 90 | 5.13 |
This table is designed to show which browsers are pulling on the platform the most.
| Year | DOM API count | DOM API TTA |
|---|---|---|
| 2008 | ||
| Edge | 1362 | 2456.92 |
| 2009 | ||
| Edge | 186 | 2360.37 |
| 2010 | ||
| Edge | 521 | 2026.79 |
| 2011 | ||
| Edge | 413 | 1725.91 |
| 2012 | ||
| Edge | 278 | 1326.22 |
| 2013 | ||
| Edge | 272 | 1278.42 |
| 2014 | ||
| Edge | 332 | 1424.11 |
| 2015 | ||
| Edge | 425 | 1048.60 |
| Chrome | 142 | 608.33 |
| 2016 | ||
| Edge | 397 | 1058.58 |
| Chrome | 9 | 483.56 |
| 2017 | ||
| Chrome | 58 | 198.98 |
| Edge | 808 | 909.36 |
| 2018 | ||
| Edge | 645 | 551.69 |
| Chrome | 8 | 275.88 |
| 2019 | ||
| Edge | 393 | 165.97 |
| 2020 | ||
| Chrome | 166 | 46.23 |
| Edge | 409 | 3.55 |
| 2021 | ||
| Edge | 377 | 13.89 |
| Chrome | 8 | 285.00 |
| 2022 | ||
| Edge | 321 | 4.21 |
| Chrome | 67 | 1.00 |
| 2023 | ||
| Edge | 532 | 3.24 |
| 2024 | ||
| Edge | 536 | 2.36 |
| 2025 | ||
| Edge | 344 | 2.51 |
| 2026 | ||
| Edge | 90 | 5.13 |
Below is a list of features that are in Chrome and Edge
| API | First Browser | Date | Last Browser | Date | Days | Notes |
|---|---|---|---|---|---|---|
| api.ANGLE_instanced_arrays π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | Chrome: Available only on macOS.Opera: Available only on macOS. |
| api.ANGLE_instanced_arrays.drawArraysInstancedANGLE π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.ANGLE_instanced_arrays.drawElementsInstancedANGLE π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.ANGLE_instanced_arrays.vertexAttribDivisorANGLE π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.AbortController π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.AbortController π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.abort π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | Node.js: The optional reason argument is not supported.Node.js: The optional reason argument is not supported.Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.abort.reason_parameter π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.AbortController.signal π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortPaymentEvent | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.AbortPaymentEvent.AbortPaymentEvent | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.AbortPaymentEvent.respondWith | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.AbortSignal π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | |
| api.AbortSignal.abort_event π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | |
| api.AbortSignal.abort_static π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.AbortSignal.abort_static.reason_parameter π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.AbortSignal.aborted π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | |
| api.AbortSignal.any_static π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.AbortSignal.reason π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.AbortSignal.throwIfAborted π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.AbortSignal.timeout_static π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Chrome: Always aborts with an AbortError on timeout, not a TimeoutError.Chrome Android: Always aborts with an AbortError on timeout, not a TimeoutError.Edge: Always aborts with an AbortError on timeout, not a TimeoutError.Quest Browser: Always aborts with an AbortError on timeout, not a TimeoutError.Opera: Always aborts with an AbortError on timeout, not a TimeoutError.Opera Android: Always aborts with an AbortError on timeout, not a TimeoutError.Samsung Internet: Always aborts with an AbortError on timeout, not a TimeoutError.WebView Android: Always aborts with an AbortError on timeout, not a TimeoutError. |
| api.AbsoluteOrientationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.AbsoluteOrientationSensor.AbsoluteOrientationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.AbstractRange π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.AbstractRange.collapsed π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.AbstractRange.endContainer π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.AbstractRange.endOffset π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.AbstractRange.startContainer π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.AbstractRange.startOffset π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.Accelerometer π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Accelerometer.Accelerometer π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Accelerometer.x π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Accelerometer.y π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Accelerometer.z π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.AmbientLightSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.AmbientLightSensor.AmbientLightSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.AmbientLightSensor.illuminance π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | Chrome: In Chrome 79, this method stopped returning floats and returned integers to avoid fingerprinting.Chrome: In Chrome 79, this method stopped returning floats and returned integers to avoid fingerprinting.Chrome Android: In Chrome Android 79, this method stopped returning floats and returned integers to avoid fingerprinting.Chrome Android: In Chrome Android 79, this method stopped returning floats and returned integers to avoid fingerprinting.Edge: In Edge 79, this method stopped returning floats and returned integers to avoid fingerprinting.Edge: In Edge 79, this method stopped returning floats and returned integers to avoid fingerprinting.Quest Browser: In Quest Browser 8.0, this method stopped returning floats and returned integers to avoid fingerprinting.Quest Browser: In Quest Browser 8.0, this method stopped returning floats and returned integers to avoid fingerprinting.Opera: In Opera 66, this method stopped returning floats and returned integers to avoid fingerprinting.Opera: In Opera 66, this method stopped returning floats and returned integers to avoid fingerprinting. |
| api.AnalyserNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.AnalyserNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.AnalyserNode.fftSize π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.frequencyBinCount π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.getByteFrequencyData π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.getByteTimeDomainData π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.getFloatFrequencyData π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.getFloatTimeDomainData π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.AnalyserNode.maxDecibels π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.minDecibels π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AnalyserNode.smoothingTimeConstant π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.Animation π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.Animation π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.cancel π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.cancel_event π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.commitStyles π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.currentTime π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.effect π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.finish π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.finish_event π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.finished π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.id π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.overallProgress π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.Animation.pause π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.pending π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | Firefox: Before version 59, the pending status was reported by a "pending" value returned from Animation.playState.Firefox for Android: Before version 59, the pending status was reported by a "pending" value returned from Animation.playState. |
| api.Animation.persist π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.play π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.playState π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | Chrome: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Chrome Android: Before Chrome Android 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome Android 50/Opera 37, it shows paused.Firefox: Before Firefox 59, this property returned pending for Animations with incomplete asynchronous operations but as of Firefox 59 this is indicated by the separate Animation.pending property. This reflects recent changes to the specification.Firefox for Android: Before Firefox for Android 59, this property returned pending for Animations with incomplete asynchronous operations but as of Firefox for Android 59 this is indicated by the separate Animation.pending property. This reflects recent changes to the specification.Quest Browser: Before Quest Browser 5.0/Opera 37, this property returned idle for an animation that had not yet started. Starting with Quest Browser 5.0/Opera 37, it shows paused.Opera: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Opera Android: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Samsung Internet: Before Samsung Internet 5.0/Opera 37, this property returned idle for an animation that had not yet started. Starting with Samsung Internet 5.0/Opera 37, it shows paused.WebView Android: Before WebView Android 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with WebView Android 50/Opera 37, it shows paused. |
| api.Animation.playbackRate π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.ready π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.remove_event π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.remove_filling_animation | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.replaceState π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Animation.reverse π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.startTime π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.Animation.timeline π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Firefox: Only the getter is supportedFirefox for Android: Only the getter is supportedSafari: Only the getter is supportedSafari on iOS: Only the getter is supportedWebView on iOS: Only the getter is supported |
| api.Animation.updatePlaybackRate π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.AnimationEffect π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.AnimationEffect.getComputedTiming π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.AnimationEffect.getTiming π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.AnimationEffect.updateTiming π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.AnimationEvent π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.AnimationEvent.AnimationEvent π | Chrome | 5/19/2015 | Edge | 8/2/2016 | 441 | |
| api.AnimationEvent.animationName π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.AnimationEvent.elapsedTime π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.AnimationEvent.pseudoElement π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.AnimationPlaybackEvent π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationPlaybackEvent.AnimationPlaybackEvent π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationPlaybackEvent.currentTime π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationPlaybackEvent.timelineTime π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationTimeline π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationTimeline.currentTime π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.AnimationTimeline.duration π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.AnimationTrigger π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Attr π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.localName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.namespaceURI π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.ownerElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.prefix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.specified π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Attr.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.AudioBuffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBuffer.AudioBuffer π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | Chrome: The context parameter was supported up until version 57, but has now been removed.Chrome Android: The context parameter was supported up until version 57, but has now been removed.Quest Browser: The context parameter was supported up until version 5.0, but has now been removed.Opera: The context parameter was supported up until version 44, but has now been removed.Opera Android: The context parameter was supported up until version 44, but has now been removed.Samsung Internet: The context parameter was supported up until Samsung Internet 7.0, but has now been removed.WebView Android: The context parameter was supported up until version 57, but has now been removed. |
| api.AudioBuffer.copyFromChannel π | Chrome | 5/19/2015 | Edge | 11/12/2015 | 177 | |
| api.AudioBuffer.copyToChannel π | Chrome | 5/19/2015 | Edge | 11/12/2015 | 177 | |
| api.AudioBuffer.duration π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBuffer.getChannelData π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBuffer.length π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBuffer.numberOfChannels π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBuffer.sampleRate π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBufferSourceNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBufferSourceNode.AudioBufferSourceNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.AudioBufferSourceNode.buffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | Firefox: Firefox currently handles the value null incorrectly. Instead of producing a node that generates a single channel of silence, the node becomes unusable and will be ignored if you attempt to connect it to anything.Firefox for Android: Firefox for Android currently handles the value null incorrectly. Instead of producing a node that generates a single channel of silence, the node becomes unusable and will be ignored if you attempt to connect it to anything. |
| api.AudioBufferSourceNode.detune π | Chrome | 7/21/2015 | Edge | 11/12/2015 | 114 | |
| api.AudioBufferSourceNode.loop π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.AudioBufferSourceNode.loopEnd π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioBufferSourceNode.loopStart π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioBufferSourceNode.playbackRate π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioBufferSourceNode.start π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioContext π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.AudioContext.AudioContext π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | Chrome: Before Chrome 66, each tab is limited to 6 audio contexts in Chrome; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Chrome: If latencyHint isn't valid, Chrome throws a TypeError exception. See Non-standard exceptions in Chrome for details.Chrome Android: Before Chrome Android 66, each tab is limited to 6 audio contexts in Chrome Android; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome Android.Chrome Android: If latencyHint isn't valid, Chrome Android throws a TypeError exception. See Non-standard exceptions in Chrome Android for details.Quest Browser: Before Quest Browser 5.0, each tab is limited to 6 audio contexts in Quest Browser; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Quest Browser.Quest Browser: If latencyHint isn't valid, Quest Browser throws a TypeError exception. See Non-standard exceptions in Quest Browser for details.Opera: Before Opera 53, each tab is limited to 6 audio contexts in Opera; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Opera: If latencyHint isn't valid, Opera throws a TypeError exception. See Non-standard exceptions in Chrome for details.Opera Android: Before Opera Android 47, each tab is limited to 6 audio contexts in Opera; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Opera Android: If latencyHint isn't valid, Opera throws a TypeError exception. See Non-standard exceptions in Chrome for details.Safari: New audio contexts are suspended until the resume() method is called via user action, such as the click event.Safari on iOS: New audio contexts are suspended until the resume() method is called via user action, such as the click event.Samsung Internet: Before Samsung Internet 9.0, each tab is limited to 6 audio contexts in Samsung Internet; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Samsung Internet: If latencyHint isn't valid, Samsung Internet throws a TypeError exception. See Non-standard exceptions in Chrome for details.WebView Android: Before WebView Android 66, each tab is limited to 6 audio contexts in WebView Android; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in WebView Android.WebView Android: If latencyHint isn't valid, WebView Android throws a TypeError exception. See Non-standard exceptions in WebView Android for details.WebView on iOS: New audio contexts are suspended until the resume() method is called via user action, such as the click event. |
| api.AudioContext.AudioContext.options_latencyHint_parameter π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.AudioContext.AudioContext.options_sampleRate_parameter π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.AudioContext.AudioContext.options_sinkId_parameter π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioContext.baseLatency π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.AudioContext.close π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.AudioContext.createMediaElementSource π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | Firefox: If a sample rate is specified for the audio context, it must match the sample rate of the stream, otherwise this method will fail.Firefox for Android: If a sample rate is specified for the audio context, it must match the sample rate of the stream, otherwise this method will fail. |
| api.AudioContext.createMediaStreamDestination π | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.AudioContext.createMediaStreamSource π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.AudioContext.error_event π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.AudioContext.getOutputTimestamp π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.AudioContext.outputLatency π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.AudioContext.resume π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | |
| api.AudioContext.setSinkId π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioContext.sinkId π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioContext.sinkchange_event π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioContext.suspend π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | |
| api.AudioData π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.AudioData π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.allocationSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.clone π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.copyTo π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.duration π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.format π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.numberOfChannels π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.numberOfFrames π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.sampleRate π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioData.timestamp π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.AudioDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.configure π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.decode π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.decodeQueueSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.dequeue_event π | Chrome | 9/27/2022 | Edge | 10/3/2022 | 6 | |
| api.AudioDecoder.flush π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.isConfigSupported_static π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.reset π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDecoder.state π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioDestinationNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioDestinationNode.maxChannelCount π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | Safari: This property always returns 0.Safari on iOS: This property always returns 0.WebView on iOS: This property always returns 0. |
| api.AudioEncoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.AudioEncoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.configure π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.configure.bitrateMode π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | |
| api.AudioEncoder.configure.opus π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioEncoder.configure.opus.opus_application π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.AudioEncoder.configure.opus.opus_signal π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.AudioEncoder.dequeue_event π | Chrome | 9/27/2022 | Edge | 10/3/2022 | 6 | |
| api.AudioEncoder.encode π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.encodeQueueSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.flush π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.isConfigSupported_static π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.reset π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioEncoder.state π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.AudioListener π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioListener.forwardX π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioListener.forwardY π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioListener.forwardZ π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioListener.positionX π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead. |
| api.AudioListener.positionY π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead. |
| api.AudioListener.positionZ π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead. |
| api.AudioListener.setOrientation π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioListener.setPosition π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioListener.upX π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioListener.upY π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioListener.upZ π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead. |
| api.AudioNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioNode.channelCount π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.AudioNode.channelCountMode π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.AudioNode.channelInterpretation π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.AudioNode.connect π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioNode.context π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioNode.disconnect π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioNode.disconnect.destination_parameter | Chrome | 5/19/2015 | Edge | 10/2/2018 | 1232 | |
| api.AudioNode.disconnect.input_parameter | Chrome | 5/19/2015 | Edge | 10/2/2018 | 1232 | |
| api.AudioNode.numberOfInputs π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioNode.numberOfOutputs π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam.automationRate π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.AudioParam.cancelAndHoldAtTime π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.AudioParam.cancelScheduledValues π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam.defaultValue π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam.exponentialRampToValueAtTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | Chrome Android: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it.Firefox: Sometimes jumps to value immediately. See bug 2011524.Firefox for Android: Sometimes jumps to value immediately. See bug 2011524.Quest Browser: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it.WebView Android: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it. |
| api.AudioParam.linearRampToValueAtTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | Chrome Android: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it.Firefox: Sometimes jumps to value immediately. See bug 2011524.Firefox for Android: Sometimes jumps to value immediately. See bug 2011524.Quest Browser: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it.WebView Android: Behaves like setValueAtTime(): Sets the target volume at the specified time, but doesn't ramp to it. |
| api.AudioParam.maxValue π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.AudioParam.minValue π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.AudioParam.setTargetAtTime π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioParam.setValueAtTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam.setValueCurveAtTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioParam.value π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | Chrome: Before version 66, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Chrome Android: Before version 66, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Firefox: Before Firefox 134, setting value was ignored when done at the same time as scheduled automation events.Firefox: Before Firefox 69, value did not take into account scheduled or gradiated changes to the parameter's value; instead, only explicitly set values were returned.Firefox for Android: Firefox for Android does not currently take into account scheduled or gradiated changes to the parameter's value; only the initial value or the most recent explicitly set value is returned.Quest Browser: Before version 5.0, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Opera: Before version 53, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Opera Android: Before version 47, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Samsung Internet: Before version 9.0, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).WebView Android: Before version 66, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly). |
| api.AudioParamMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.@@iterator | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.entries | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.forEach | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.get | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.has | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.keys | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.size | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioParamMap.values | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioProcessingEvent | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioProcessingEvent.AudioProcessingEvent π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.AudioProcessingEvent.inputBuffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioProcessingEvent.outputBuffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioProcessingEvent.playbackTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.AudioScheduledSourceNode π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | Chrome: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Chrome Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Edge: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Firefox: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Firefox for Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Opera: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Opera Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Safari: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Safari on iOS: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Samsung Internet: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.WebView Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.WebView on iOS: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces. |
| api.AudioScheduledSourceNode.ended_event π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.AudioScheduledSourceNode.start π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioScheduledSourceNode.stop π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.AudioSinkInfo π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioSinkInfo.type π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.AudioTrack π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.enabled π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.id π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.kind π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.label π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.language π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrack.sourceBuffer π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.AudioTrackList π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrackList.addtrack_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrackList.change_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrackList.getTrackById π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrackList.length π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioTrackList.removetrack_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.AudioWorklet π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletGlobalScope π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletGlobalScope.currentFrame π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletGlobalScope.currentTime π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletGlobalScope.registerProcessor π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletGlobalScope.sampleRate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletNode π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletNode.AudioWorkletNode π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletNode.parameters π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletNode.port π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletNode.processorerror_event π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.AudioWorkletProcessor π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.AudioWorkletProcessor.AudioWorkletProcessor π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.AudioWorkletProcessor.port π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.AuthenticatorAssertionResponse π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.authenticatorData π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.signature π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.userHandle π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse.attestationObject π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse.getAuthenticatorData π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.AuthenticatorAttestationResponse.getPublicKey π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.AuthenticatorAttestationResponse.getPublicKeyAlgorithm π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.AuthenticatorAttestationResponse.getTransports π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.AuthenticatorResponse π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorResponse.clientDataJSON π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.BackgroundFetchEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchEvent.BackgroundFetchEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchEvent.registration π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchManager π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchManager.fetch π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchManager.get π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchManager.getIds π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRecord π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRecord.request π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRecord.responseReady π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.abort π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.downloadTotal π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.downloaded π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.failureReason π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.id π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.match π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.matchAll π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.progress_event π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.recordsAvailable π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.result π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.uploadTotal π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchRegistration.uploaded π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchUpdateUIEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchUpdateUIEvent.BackgroundFetchUpdateUIEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BackgroundFetchUpdateUIEvent.updateUI π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.BarProp π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.BarProp.visible π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.BarProp.visible.returns_popup | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.BarcodeDetector π | Edge | 5/21/2020 | Chrome | 1/19/2021 | 243 | Chrome: Supported on ChromeOS and macOS only.Chrome: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611.Chrome: Supported on macOS only.Edge: Supported on macOS only.Edge: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611.Opera: Supported on macOS only.Opera: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611. |
| api.BarcodeDetector.BarcodeDetector π | Edge | 5/21/2020 | Chrome | 1/19/2021 | 243 | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BarcodeDetector.detect π | Edge | 5/21/2020 | Chrome | 1/19/2021 | 243 | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BarcodeDetector.getSupportedFormats_static π | Edge | 5/21/2020 | Chrome | 1/19/2021 | 243 | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BaseAudioContext π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Chrome Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Edge: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Firefox: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Firefox for Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Opera: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Opera Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Safari: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Safari on iOS: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Samsung Internet: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.WebView Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.WebView on iOS: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces. |
| api.BaseAudioContext.audioWorklet π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.BaseAudioContext.createAnalyser π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createBiquadFilter π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createBuffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createBufferSource π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createChannelMerger π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createChannelSplitter π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createConstantSource π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BaseAudioContext.createConvolver π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createDelay π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.BaseAudioContext.createDynamicsCompressor π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createGain π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.BaseAudioContext.createIIRFilter π | Chrome | 3/2/2016 | Edge | 8/2/2016 | 153 | |
| api.BaseAudioContext.createOscillator π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.BaseAudioContext.createPanner π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.createPeriodicWave π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.BaseAudioContext.createPeriodicWave.constraints_disableNormalization_parameter | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | |
| api.BaseAudioContext.createScriptProcessor π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.BaseAudioContext.createStereoPanner π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | |
| api.BaseAudioContext.createWaveShaper π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.BaseAudioContext.currentTime π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.decodeAudioData π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.decodeAudioData.returns_promise | Edge | 7/29/2015 | Chrome | 3/2/2016 | 217 | |
| api.BaseAudioContext.destination π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.listener π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.sampleRate π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BaseAudioContext.state π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | |
| api.BaseAudioContext.state.interrupted π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.BaseAudioContext.statechange_event π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | |
| api.BatteryManager π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.charging π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.chargingTime π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Chrome Android: Always equal to 0 or Infinity.Opera Android: Always equal to 0 or Infinity.Samsung Internet: Always equal to 0 or Infinity.WebView Android: Always equal to 0 or Infinity. |
| api.BatteryManager.chargingchange_event π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.chargingtimechange_event π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.dischargingTime π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Chrome Android: Always equal to Infinity.Opera Android: Always equal to Infinity.Samsung Internet: Always equal to Infinity.WebView Android: Always equal to Infinity. |
| api.BatteryManager.dischargingtimechange_event π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.level π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.levelchange_event π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.BatteryManager.secure_context_required | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.BeforeInstallPromptEvent | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.BeforeInstallPromptEvent.BeforeInstallPromptEvent | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.BeforeInstallPromptEvent.platforms | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.BeforeInstallPromptEvent.prompt | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | Chrome: Resolved with an empty promise.Chrome Android: Resolved with an empty promise.Quest Browser: Resolved with an empty promise.Opera: Resolved with an empty promise.Opera Android: Resolved with an empty promise.WebView Android: Resolved with an empty promise. |
| api.BeforeInstallPromptEvent.userChoice | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.BeforeUnloadEvent π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.BeforeUnloadEvent.returnValue π | Edge | 7/29/2015 | Chrome | 10/31/2023 | 3016 | Chrome: Before Chrome 119, an empty string incorrectly activated the confirmation dialog.Chrome Android: Before Chrome Android 119, an empty string incorrectly activated the confirmation dialog.Quest Browser: Before Quest Browser false, an empty string incorrectly activated the confirmation dialog.Opera: Before Opera 105, an empty string incorrectly activated the confirmation dialog.Opera Android: Before Opera Android 79, an empty string incorrectly activated the confirmation dialog.WebView Android: Before WebView Android 119, an empty string incorrectly activated the confirmation dialog. |
| api.BeforeUnloadEvent.user_interaction | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.BiquadFilterNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BiquadFilterNode.BiquadFilterNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.BiquadFilterNode.Q π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BiquadFilterNode.detune π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.BiquadFilterNode.frequency π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BiquadFilterNode.gain π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.BiquadFilterNode.getFrequencyResponse π | Chrome | 2/8/2012 | Edge | 7/29/2015 | 1267 | |
| api.BiquadFilterNode.type π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.Blob π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module. |
| api.Blob.Blob π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | Firefox: Before Firefox 16, the second parameter, when set to null or undefined, leads to an error instead of being handled as an empty dictionary.Firefox for Android: Before Firefox for Android 16, the second parameter, when set to null or undefined, leads to an error instead of being handled as an empty dictionary.Internet Explorer: IE10 throws InvalidStateError with a TypedArray argument. Consider using MSBuilder as an alternative.Node.js: Before v16.7.0, the endings option was not supported. |
| api.Blob.arrayBuffer π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Blob.bytes π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.Blob.size π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Blob.slice π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | Firefox: Before Firefox 12, there was a bug that affected the behavior of Blob.slice(); it did not work for start and end positions outside the range of signed 64-bit values; it has now been fixed to support unsigned 64-bit values.Firefox for Android: Before Firefox for Android 14, there was a bug that affected the behavior of Blob.slice(); it did not work for start and end positions outside the range of signed 64-bit values; it has now been fixed to support unsigned 64-bit values. |
| api.Blob.stream π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Blob.text π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Blob.type π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.BlobEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.BlobEvent.BlobEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.BlobEvent.data π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.BlobEvent.timecode π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.Bluetooth π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.Bluetooth.getAvailability π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.Bluetooth.getDevices π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.Bluetooth.requestDevice π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.Bluetooth.requestDevice.options_exclusionFilters_parameter π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.Bluetooth.requestDevice.options_filter_manufacturerData_parameter π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.BluetoothCharacteristicProperties π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothCharacteristicProperties.authenticatedSignedWrites π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.broadcast π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.indicate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.notify π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.read π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.reliableWrite π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.writableAuxiliaries π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.write π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothCharacteristicProperties.writeWithoutResponse π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothDevice π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothDevice.gatt π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothDevice.gattserverdisconnected_event π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothDevice.id π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothDevice.name π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTCharacteristic.characteristicvaluechanged_event π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.getDescriptor π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTCharacteristic.getDescriptors π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTCharacteristic.properties π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.readValue π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.service π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.startNotifications π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.stopNotifications π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.uuid π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.value π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.writeValue π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.BluetoothRemoteGATTDescriptor π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTDescriptor.characteristic π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTDescriptor.readValue π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTDescriptor.uuid π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTDescriptor.value π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTDescriptor.writeValue π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.BluetoothRemoteGATTServer π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTServer.connect π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTServer.connected π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTServer.device π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTServer.disconnect π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTServer.getPrimaryService π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTServer.getPrimaryServices π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTService π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTService.device π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTService.getCharacteristic π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTService.getCharacteristics π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTService.isPrimary π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothRemoteGATTService.uuid π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothUUID π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothUUID.canonicalUUID_static π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothUUID.getCharacteristic_static π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothUUID.getDescriptor_static π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BluetoothUUID.getService_static π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.BroadcastChannel π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | Node.js: Available as a part of the worker_threads module. |
| api.BroadcastChannel.BroadcastChannel π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.BroadcastChannel.close π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.BroadcastChannel.message_event π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.BroadcastChannel.messageerror_event π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.BroadcastChannel.name π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.BroadcastChannel.postMessage π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.BrowserCaptureMediaStreamTrack π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.BrowserCaptureMediaStreamTrack.clone π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.BrowserCaptureMediaStreamTrack.cropTo π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.BrowserCaptureMediaStreamTrack.restrictTo π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.ByteLengthQueuingStrategy π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | Node.js: Available as a part of the stream/web module. |
| api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.ByteLengthQueuingStrategy.highWaterMark π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.ByteLengthQueuingStrategy.size π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.CDATASection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSPViolationReportBody π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.blockedURL π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.columnNumber π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.disposition π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.documentURL π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.effectiveDirective π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.lineNumber π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.originalPolicy π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.referrer π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.sample π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.sourceFile π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.statusCode π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.CSPViolationReportBody.toJSON | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.CSS π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.CSS.Hz_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.Q_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.cap_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.ch_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.cm_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.cqb_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.cqh_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.cqi_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.cqmax_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.cqmin_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.cqw_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.deg_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.dpcm_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.dpi_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.dppx_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.dvb_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.dvh_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.dvi_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.dvmax_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.dvmin_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.dvw_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.em_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.escape_static π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.CSS.ex_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.fr_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.grad_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.highlights_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSS.ic_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.in_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.kHz_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.lh_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.lvb_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.lvh_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.lvi_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.lvmax_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.lvmin_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.lvw_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.mm_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.ms_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.number_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.paintWorklet_static π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.CSS.pc_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.percent_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.pt_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.px_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.rad_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.rcap_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.rch_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.registerProperty_static π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.CSS.rem_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.rex_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.ric_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.rlh_static π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSS.s_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.supports_static π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.CSS.supports_static.optional_parens | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.CSS.svb_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.svh_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.svi_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.svmax_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.svmin_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.svw_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.turn_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.vb_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.vh_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.vi_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CSS.vmax_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.vmin_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSS.vw_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSAnimation π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.CSSAnimation.animationName π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.CSSConditionRule π | Edge | 7/29/2015 | Chrome | 1/25/2017 | 546 | |
| api.CSSConditionRule.conditionText π | Edge | 7/29/2015 | Chrome | 1/25/2017 | 546 | |
| api.CSSContainerRule π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.CSSContainerRule.containerName π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSContainerRule.containerQuery π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSCounterStyleRule π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.additiveSymbols π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.fallback π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.name π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.negative π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.pad π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.prefix π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.range π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.speakAs π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.suffix π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.symbols π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSCounterStyleRule.system π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.CSSFontFaceRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSFontFaceRule.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSFontFeatureValuesMap π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.@@iterator π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.clear π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.delete π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.entries π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.forEach π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.get π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.has π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.keys π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.set π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.size π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesMap.values π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | Chrome: Not exposed on Window. See bug 385925149.Chrome Android: Not exposed on Window. See bug 385925149.Edge: Not exposed on Window. See bug 385925149.Opera: Not exposed on Window. See bug 385925149.Opera Android: Not exposed on Window. See bug 385925149.Samsung Internet: Not exposed on Window. See bug 385925149.WebView Android: Not exposed on Window. See bug 385925149. |
| api.CSSFontFeatureValuesRule.annotation π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.characterVariant π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.fontFamily π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.ornaments π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.styleset π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.stylistic π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontFeatureValuesRule.swash π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.CSSFontPaletteValuesRule π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.CSSFontPaletteValuesRule.basePalette π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.CSSFontPaletteValuesRule.fontFamily π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.CSSFontPaletteValuesRule.name π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.CSSFontPaletteValuesRule.overrideColors π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.CSSFunctionDeclarations π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionDeclarations.style π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionDescriptors π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionDescriptors.result π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionRule π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionRule.getParameters π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionRule.name π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSFunctionRule.returnType π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.CSSGroupingRule π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | Safari: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces.Safari on iOS: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces.WebView on iOS: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces. |
| api.CSSGroupingRule.cssRules π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | |
| api.CSSGroupingRule.deleteRule π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | |
| api.CSSGroupingRule.insertRule π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | |
| api.CSSImageValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSImportRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSImportRule.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSImportRule.layerName π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CSSImportRule.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSImportRule.styleSheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSImportRule.supportsText π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.CSSKeyframeRule π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.CSSKeyframeRule.keyText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeyframeRule.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeyframesRule π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.CSSKeyframesRule.appendRule π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | |
| api.CSSKeyframesRule.cssRules π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeyframesRule.deleteRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeyframesRule.findRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeyframesRule.length π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.CSSKeyframesRule.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSKeywordValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSKeywordValue.CSSKeywordValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSKeywordValue.value π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSLayerBlockRule π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CSSLayerBlockRule.name π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CSSLayerStatementRule π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CSSLayerStatementRule.nameList π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CSSMarginRule π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | |
| api.CSSMarginRule.name π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | |
| api.CSSMarginRule.style π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | |
| api.CSSMathClamp π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.CSSMathClamp.CSSMathClamp π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.CSSMathClamp.lower π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.CSSMathClamp.upper π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.CSSMathClamp.value π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.CSSMathInvert π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathInvert.CSSMathInvert π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathInvert.value π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMax π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMax.CSSMathMax π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMax.values π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMin π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMin.CSSMathMin π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathMin.values π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathNegate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathNegate.CSSMathNegate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathNegate.value π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathProduct π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathProduct.CSSMathProduct π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathProduct.values π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathSum π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathSum.CSSMathSum π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathSum.values π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMathValue.operator π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMatrixComponent π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMatrixComponent.CSSMatrixComponent π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMatrixComponent.matrix π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSMediaRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 20, conditionText could not be set.Firefox for Android: Before Firefox for Android 20, conditionText could not be set. |
| api.CSSMediaRule.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSNamespaceRule π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.CSSNamespaceRule.namespaceURI π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.CSSNamespaceRule.prefix π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.CSSNestedDeclarations π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.CSSNestedDeclarations.style π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.CSSNumericArray π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.@@iterator | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.entries | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.forEach | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.keys | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.length π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericArray.values | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.add π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.div π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.equals π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.max π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.min π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.mul π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.parse_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | Chrome: Not exposed to PaintWorklet.Chrome Android: Not exposed to PaintWorklet.Edge: Not exposed to PaintWorklet.Quest Browser: Not exposed to PaintWorklet.Opera: Not exposed to PaintWorklet.Opera Android: Not exposed to PaintWorklet.Samsung Internet: Not exposed to PaintWorklet.WebView Android: Not exposed to PaintWorklet. |
| api.CSSNumericValue.sub π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.to π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.toSum π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSNumericValue.type π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPageRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSPageRule.selectorText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSPageRule.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSPerspective π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPerspective.CSSPerspective π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPerspective.length π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPositionTryDescriptors π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.align-self π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.alignSelf π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.block-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.blockSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.bottom π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.height π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inline-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inlineSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-block π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-block-end π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-block-start π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-inline π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-inline-end π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.inset-inline-start π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetBlock π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetBlockEnd π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetBlockStart π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetInline π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetInlineEnd π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.insetInlineStart π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.justify-self π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.justifySelf π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.left π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-block π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-block-end π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-block-start π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-bottom π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-inline π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-inline-end π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-inline-start π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-left π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-right π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.margin-top π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginBlock π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginBlockEnd π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginBlockStart π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginBottom π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginInline π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginInlineEnd π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginInlineStart π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginLeft π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginRight π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.marginTop π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.max-block-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.max-height π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.max-inline-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.max-width π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.maxBlockSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.maxHeight π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.maxInlineSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.maxWidth π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.min-block-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.min-height π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.min-inline-size π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.min-width π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.minBlockSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.minHeight π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.minInlineSize π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.minWidth π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.place-self π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.placeSelf π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.position-anchor π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.position-area π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.CSSPositionTryDescriptors.positionAnchor π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.positionArea π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.CSSPositionTryDescriptors.right π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.top π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryDescriptors.width π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryRule π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryRule.name π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionTryRule.style π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.CSSPositionValue | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPositionValue.CSSPositionValue | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPositionValue.x | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPositionValue.y | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSPropertyRule π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.CSSPropertyRule.inherits π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.CSSPropertyRule.initialValue π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.CSSPropertyRule.name π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.CSSPropertyRule.syntax π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.CSSRotate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRotate.CSSRotate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRotate.angle π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRotate.x π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRotate.y π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRotate.z π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRule.cssText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: The property normalizes rules and does not return the original verbatim rule text. For example, border-width: 1px; border-style:solid; border-color:white; returns border: 1px solid white;. |
| api.CSSRule.parentRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRule.parentStyleSheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRule.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRuleList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRuleList.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSRuleList.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSScale π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSScale.CSSScale π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSScale.x π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSScale.y π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSScale.z π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSScopeRule π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSSScopeRule.end π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSSScopeRule.start π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.CSSSkew π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkew.CSSSkew π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkew.ax π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkew.ay π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewX π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewX.CSSSkewX π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewX.ax π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewY π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewY.CSSSkewY π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSkewY.ay π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSStartingStyleRule π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.CSSStyleDeclaration π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.@@iterator | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.CSSStyleDeclaration.cssFloat π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.cssText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.getPropertyPriority π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.getPropertyValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.parentRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.removeProperty π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleDeclaration.setProperty π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleRule.cssRules π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.CSSStyleRule.deleteRule π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.CSSStyleRule.insertRule π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.CSSStyleRule.selectorText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleRule.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleRule.styleMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSStyleSheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.CSSStyleSheet π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.CSSStyleSheet.addRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.cssRules π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.deleteRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.insertRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.insertRule.index_parameter_optional | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.ownerRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.removeRule π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleSheet.replace π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | Firefox: Before Firefox 121, when calling replace() repeatedly, the style is applied, but the change is not reflected in the CSS Object Model. See bug 1864815.Firefox for Android: Before Firefox for Android 121, when calling replace() repeatedly, the style is applied, but the change is not reflected in the CSS Object Model. See bug 1864815. |
| api.CSSStyleSheet.replaceSync π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.CSSStyleSheet.rules π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CSSStyleValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSStyleValue.parseAll_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSStyleValue.parse_static π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSStyleValue.toString π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSSupportsRule π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.CSSTransformComponent π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformComponent.is2D π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformComponent.toMatrix π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformComponent.toString π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.@@iterator | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.CSSTransformValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.entries | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.forEach | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.is2D π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.keys | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.length π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.toMatrix π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransformValue.values | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTransition π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.CSSTransition.transitionProperty π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.CSSTranslate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTranslate.CSSTranslate π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTranslate.x π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTranslate.y π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSTranslate.z π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnitValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnitValue.CSSUnitValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnitValue.unit π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnitValue.value π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.@@iterator | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.CSSUnparsedValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.entries | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.forEach | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.keys | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.length π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSUnparsedValue.values | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSVariableReferenceValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSVariableReferenceValue.CSSVariableReferenceValue π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSVariableReferenceValue.fallback π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSVariableReferenceValue.variable π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.CSSViewTransitionRule π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CSSViewTransitionRule.navigation π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CSSViewTransitionRule.types π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Cache π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | Chrome: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Chrome Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Quest Browser: Before version 5.0, only service workers are supported. From version 5.0, all worker types and the main thread are supported.Opera: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.Opera Android: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.WebView Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported. |
| api.Cache.add π | Chrome | 7/21/2015 | Edge | 10/17/2017 | 819 | Chrome: Requires HTTPS from version 46.Chrome Android: Requires HTTPS from version 46.Quest Browser: Requires HTTPS from version 5.0.Opera: Requires HTTPS from version 33.Opera Android: Requires HTTPS from version 33.Samsung Internet: Requires HTTPS from Samsung Internet 5.0.WebView Android: Requires HTTPS from version 46. |
| api.Cache.addAll π | Chrome | 10/13/2015 | Edge | 10/17/2017 | 735 | Chrome: Requires HTTPS.Chrome Android: Requires HTTPS.Quest Browser: Requires HTTPS.Opera: Requires HTTPS.Opera Android: Requires HTTPS.Samsung Internet: Requires HTTPS.WebView Android: Requires HTTPS. |
| api.Cache.delete π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | Deno: Doesn't support query options |
| api.Cache.keys π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | |
| api.Cache.match π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | Deno: Doesn't support query options |
| api.Cache.matchAll π | Chrome | 12/1/2015 | Edge | 10/17/2017 | 686 | Opera: Requires HTTPS. |
| api.Cache.put π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | Chrome: Requires HTTPS from version 46.Chrome Android: Requires HTTPS from version 46.Quest Browser: Requires HTTPS from version 5.0.Opera: Requires HTTPS from version 33.Opera Android: Requires HTTPS from version 33.Samsung Internet: Requires HTTPS from Samsung Internet 5.0.WebView Android: Requires HTTPS from version 46. |
| api.Cache.worker_support | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | Chrome: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Chrome Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Quest Browser: Before version 5.0, only service workers are supported. From version 5.0, all worker types and the main thread are supported.Opera: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.Opera Android: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.WebView Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported. |
| api.CacheStorage π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.CacheStorage.delete π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.CacheStorage.has π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.CacheStorage.keys π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.CacheStorage.match π | Chrome | 10/12/2016 | Edge | 10/17/2017 | 370 | Chrome: The options parameter only supports ignoreSearch, and cacheName.Chrome Android: The options parameter only supports ignoreSearch, and cacheName.Opera: The options parameter only supports ignoreSearch, and cacheName.Opera Android: The options parameter only supports ignoreSearch, and cacheName.Samsung Internet: The options parameter only supports ignoreSearch, and cacheName.WebView Android: The options parameter only supports ignoreSearch, and cacheName. |
| api.CacheStorage.open π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.CacheStorage.secure_context_required | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.CacheStorage.worker_support | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.CanMakePaymentEvent π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.CanMakePaymentEvent.CanMakePaymentEvent π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.CanMakePaymentEvent.respondWith π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.CanvasCaptureMediaStreamTrack π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.CanvasCaptureMediaStreamTrack.canvas π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.CanvasCaptureMediaStreamTrack.requestFrame π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.CanvasFilter | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.CanvasFilter.CanvasFilter | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.CanvasGradient π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 5.0, specifying non-finite values when adding color stops through a call to addColorStop() incorrectly throws SYNTAX_ERR instead of INDEX_SIZE_ERR. |
| api.CanvasGradient.addColorStop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasPattern π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasPattern.setTransform π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.CanvasPattern.setTransform.dommatrix | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.CanvasRenderingContext2D π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.arc π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.arcTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.beginPath π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.bezierCurveTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.canvas π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.clearRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.clip π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.clip.path_parameter | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.CanvasRenderingContext2D.closePath π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.createConicGradient π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | Firefox: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Firefox for Android: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Safari: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Safari on iOS: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.WebView on iOS: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function. |
| api.CanvasRenderingContext2D.createImageData π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.createLinearGradient π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.createPattern π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The repetition values repeat-x and repeat-y are not supported with fill(), only with fillRect(), see bug 468358.Firefox for Android: The repetition values repeat-x and repeat-y are not supported with fill(), only with fillRect(), see bug 468358. |
| api.CanvasRenderingContext2D.createRadialGradient π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.direction π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.CanvasRenderingContext2D.drawFocusIfNeeded π | Chrome | 8/26/2014 | Edge | 8/2/2016 | 707 | |
| api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter | Chrome | 8/26/2014 | Edge | 8/2/2016 | 707 | |
| api.CanvasRenderingContext2D.drawImage π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.drawImage.ImageBitmap_source_image | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.CanvasRenderingContext2D.drawImage.SVGImageElement_source_image | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.CanvasRenderingContext2D.ellipse π | Chrome | 11/12/2013 | Edge | 11/12/2015 | 730 | |
| api.CanvasRenderingContext2D.fill π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.fill.path_parameter | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.CanvasRenderingContext2D.fillRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.fillStyle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.fillText π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.filter π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.CanvasRenderingContext2D.font π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Safari: The font-weight can be set, but is not reflected back (see bug 284115).Safari on iOS: The font-weight can be set, but is not reflected back (see bug 284115).WebView on iOS: The font-weight can be set, but is not reflected back (see bug 284115). |
| api.CanvasRenderingContext2D.fontKerning π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.fontStretch π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.fontVariantCaps π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.getContextAttributes π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.CanvasRenderingContext2D.getImageData π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Firefox: Since Firefox 5, getImageData now correctly accepts rectangles that extend beyond the bounds of the canvas; pixels outside the canvas are returned as transparent black and now also returns at least one pixel's worth of image data if a rectangle smaller than one pixel is specified.Firefox for Android: Since Firefox for Android 5, getImageData now correctly accepts rectangles that extend beyond the bounds of the canvas; pixels outside the canvas are returned as transparent black and now also returns at least one pixel's worth of image data if a rectangle smaller than one pixel is specified. |
| api.CanvasRenderingContext2D.getLineDash π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.CanvasRenderingContext2D.getTransform π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.CanvasRenderingContext2D.globalAlpha π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.globalCompositeOperation π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.imageSmoothingEnabled π | Chrome | 10/1/2013 | Edge | 4/5/2017 | 1282 | |
| api.CanvasRenderingContext2D.imageSmoothingQuality π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.CanvasRenderingContext2D.isContextLost π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.isPointInPath π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.isPointInPath.path_parameter | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.CanvasRenderingContext2D.isPointInStroke π | Chrome | 3/26/2013 | Edge | 1/15/2020 | 2486 | |
| api.CanvasRenderingContext2D.isPointInStroke.path_parameter | Chrome | 7/16/2014 | Edge | 1/15/2020 | 2009 | |
| api.CanvasRenderingContext2D.lang π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CanvasRenderingContext2D.letterSpacing π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.lineCap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.lineDashOffset π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.CanvasRenderingContext2D.lineJoin π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.lineTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.lineWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.measureText π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.miterLimit π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.moveTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.putImageData π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.quadraticCurveTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.rect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.reset π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.resetTransform π | Chrome | 11/12/2013 | Edge | 1/15/2020 | 2255 | |
| api.CanvasRenderingContext2D.restore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.rotate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.roundRect π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.save π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.scale π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.setLineDash π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.CanvasRenderingContext2D.setTransform π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.setTransform.matrix_parameter | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.CanvasRenderingContext2D.shadowBlur π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.shadowColor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.shadowOffsetX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.shadowOffsetY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.stroke π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.stroke.path_parameter | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.CanvasRenderingContext2D.strokeRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.strokeStyle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.strokeText π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.textAlign π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.textBaseline π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.CanvasRenderingContext2D.textRendering π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CanvasRenderingContext2D.transform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.translate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CanvasRenderingContext2D.wordSpacing π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.CaptureController π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.CaptureController.CaptureController π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.CaptureController.decreaseZoomLevel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.forwardWheel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.getSupportedZoomLevels π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.increaseZoomLevel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.resetZoomLevel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.setFocusBehavior π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.CaptureController.zoomLevel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaptureController.zoomlevelchange_event π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CaretPosition π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.CaretPosition.getClientRect π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.CaretPosition.offset π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.CaretPosition.offsetNode π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.ChannelMergerNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.ChannelMergerNode.ChannelMergerNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.ChannelSplitterNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | Chrome: Starting in Chrome 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Chrome Android: Starting in Chrome Android 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Quest Browser: Starting in Quest Browser 5.0, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Opera: Starting in Opera 43, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Opera Android: Starting in Opera Android 43, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Samsung Internet: Starting in Samsung Internet 6.0, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.WebView Android: Starting in version 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec. |
| api.ChannelSplitterNode.ChannelSplitterNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.ChapterInformation π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.ChapterInformation.artwork π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.ChapterInformation.startTime π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.ChapterInformation.title π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.CharacterBoundsUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.CharacterBoundsUpdateEvent.CharacterBoundsUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.CharacterBoundsUpdateEvent.rangeEnd π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.CharacterBoundsUpdateEvent.rangeStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.CharacterData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.after π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.CharacterData.appendData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.before π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.CharacterData.data π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.deleteData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.insertData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.nextElementSibling π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.CharacterData.previousElementSibling π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.CharacterData.remove π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.CharacterData.replaceData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.CharacterData.replaceWith π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.CharacterData.substringData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Client π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.Client.frameType π | Chrome | 5/19/2015 | Edge | 4/30/2018 | 1077 | |
| api.Client.id π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.Client.postMessage π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.Client.type π | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | |
| api.Client.url π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.Clients π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.Clients.claim π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.Clients.get π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.Clients.matchAll π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Chrome: Client objects returned in most recent focus order.Chrome Android: Client objects returned in most recent focus order.Edge: Client objects returned in most recent focus order.Firefox: Before Firefox 54, Client objects were not returned in the most recent focus order as required by the specification.Firefox for Android: Before Firefox for Android 54, Client objects were not returned in the most recent focus order as required by the specification.Quest Browser: Client objects returned in most recent focus order.Samsung Internet: Client objects returned in most recent focus order.WebView Android: Client objects returned in most recent focus order. |
| api.Clients.matchAll.options_includeUncontrolled_parameter π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Chrome: Client objects returned in most recent focus order.Chrome Android: Client objects returned in most recent focus order.Edge: Client objects returned in most recent focus order.Quest Browser: Client objects returned in most recent focus order.Samsung Internet: Client objects returned in most recent focus order.WebView Android: Client objects returned in most recent focus order. |
| api.Clients.openWindow π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Chrome: Before Chrome 43, this method could only open URLs on the same origin.Chrome: Since Chrome 51, URLs may open inside an existing browsing context provided by a standalone web app.Chrome Android: Before Chrome Android 43, this method could only open URLs on the same origin.Chrome Android: Since Chrome Android 51, URLs may open inside an existing browsing context provided by a standalone web app.Quest Browser: Before Quest Browser 5.0, this method could only open URLs on the same origin.Quest Browser: Since Quest Browser 5.0, URLs may open inside an existing browsing context provided by a standalone web app.Samsung Internet: Before Samsung Internet 4.0, this method could only open URLs on the same origin.Samsung Internet: Since Samsung Internet 5.0, URLs may open inside an existing browsing context provided by a standalone web app.WebView Android: Before WebView Android 43, this method could only open URLs on the same origin.WebView Android: Since WebView Android 51, URLs may open inside an existing browsing context provided by a standalone web app. |
| api.Clipboard π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.Clipboard.clipboardchange_event π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.Clipboard.read π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | Chrome: The user must grant the clipboard-read permission.Chrome Android: The user must grant the clipboard-read permission.Edge: The user must grant the clipboard-read permission.Firefox: This method must be called within user gesture event handlers.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox: Web extensions with the clipboardRead permission in their manifest can read data without the paste prompt displaying. Prior to Firefox 147, extensions without this permission were unable to read clipboard data.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: Web extensions with the clipboardRead permission in their manifest can read data without the paste prompt displaying. Prior to Firefox for Android 147, extensions without this permission were unable to read clipboard data.Quest Browser: The user must grant the clipboard-read permission.Opera: The user must grant the clipboard-read permission.Opera Android: The user must grant the clipboard-read permission.Samsung Internet: The user must grant the clipboard-read permission.WebView Android: The user must grant the clipboard-read permission. |
| api.Clipboard.read.formats_unsanitized_parameter π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.Clipboard.readText π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | Chrome: The user must grant the clipboard-read permission.Chrome Android: The user must grant the clipboard-read permission.Edge: The user must grant the clipboard-read permission.Firefox: This method must be called within user gesture event handlers.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox: Web extensions with the clipboardRead permission in their manifest can read data without the paste prompt displaying. Prior to Firefox 147, extensions without this permission were unable to read clipboard data.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: Web extensions with the clipboardRead permission in their manifest can read data without the paste prompt displaying. Prior to Firefox for Android 147, extensions without this permission were unable to read clipboard data.Quest Browser: The user must grant the clipboard-read permission.Opera: The user must grant the clipboard-read permission.Opera Android: The user must grant the clipboard-read permission.Samsung Internet: The user must grant the clipboard-read permission.WebView Android: The user must grant the clipboard-read permission. |
| api.Clipboard.type_image-png | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Clipboard.type_text-html | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Clipboard.type_text-plain | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Clipboard.write π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | Chrome: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome: Before version 107, the user must grant the clipboard-write permission.Chrome Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome Android: Before version 107, the user must grant the clipboard-write permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions with the clipboardWrite permission in their manifest can write data without a user gesture.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions with the clipboardWrite permission in their manifest can write data without a user gesture.Quest Browser: From version false, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Quest Browser: Before version false, the user must grant the clipboard-write permission.Opera: From version 93, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera: Before version 93, the user must grant the clipboard-write permission.Opera Android: From version 73, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera Android: Before version 73, the user must grant the clipboard-write permission.Samsung Internet: From version 21.0, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Samsung Internet: Before version 21.0, the user must grant the clipboard-write permission.WebView Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.WebView Android: Before version 107, the user must grant the clipboard-write permission. |
| api.Clipboard.writeText π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | Chrome: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome: Before version 107, the user must grant the clipboard-write permission.Chrome Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome Android: Before version 107, the user must grant the clipboard-write permission.Edge: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Edge: Before version 107, the user must grant the clipboard-write permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions with the clipboardWrite permission in their manifest can write data without a user gesture.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions with the clipboardWrite permission in their manifest can write data without a user gesture.Quest Browser: From version false, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Quest Browser: Before version false, the user must grant the clipboard-write permission.Opera: From version 93, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera: Before version 93, the user must grant the clipboard-write permission.Opera Android: From version 73, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera Android: Before version 73, the user must grant the clipboard-write permission.Safari: This method must be called within user gesture event handlers.Safari on iOS: This method must be called within user gesture event handlers.Samsung Internet: From version 21.0, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Samsung Internet: Before version 21.0, the user must grant the clipboard-write permission.WebView Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.WebView Android: Before version 107, the user must grant the clipboard-write permission.WebView on iOS: This method must be called within user gesture event handlers. |
| api.ClipboardChangeEvent π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.ClipboardChangeEvent.ClipboardChangeEvent π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.ClipboardChangeEvent.changeId π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.ClipboardChangeEvent.types π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.ClipboardEvent π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | Firefox: When pasting multiple files, only returns the first file. See bug 1954680.Firefox: Before Firefox 140, when pasting multiple files, and the first file was not acceptable, returned no file. See bug 1961170.Firefox for Android: When pasting multiple files, only returns the first file. See bug 1954680.Firefox for Android: Before Firefox for Android 140, when pasting multiple files, and the first file was not acceptable, returned no file. See bug 1961170. |
| api.ClipboardEvent.ClipboardEvent π | Chrome | 4/19/2017 | Edge | 4/30/2018 | 376 | |
| api.ClipboardEvent.clipboardData π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | |
| api.ClipboardItem π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.ClipboardItem.ClipboardItem π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | Chrome: Only accepts a Blob or a Promise resolving to a Blob as the item data.Chrome: Only accepts a Blob as the item data. See bug 40103226.Chrome Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Edge: Only accepts a Blob or a Promise resolving to a Blob as the item data.Edge: Only accepts a Blob as the item data. See bug 40103226.Quest Browser: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Opera: Only accepts a Blob or a Promise resolving to a Blob as the item data.Opera: Only accepts a Blob as the item data. See bug 40103226.Opera Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Samsung Internet: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.WebView Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226. |
| api.ClipboardItem.getType π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.ClipboardItem.supports_static π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.ClipboardItem.type_image_svg_xml π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.ClipboardItem.type_web π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.ClipboardItem.types π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.CloseEvent π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | Firefox: Before Firefox 12, the close code CLOSE_NORMAL was used when the channel was closed due to an unexpected error or unspecified error condition.Firefox: Before Firefox 8, the WebSocket close event was sent to the listener as a simple event. |
| api.CloseEvent.CloseEvent π | Chrome | 12/13/2011 | Edge | 8/2/2016 | 1694 | |
| api.CloseEvent.code π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CloseEvent.reason π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CloseEvent.wasClean π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CloseWatcher π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.CloseWatcher π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.cancel_event π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.close π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.close_event π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.destroy π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CloseWatcher.requestClose π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.CommandEvent π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.CommandEvent.CommandEvent | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.CommandEvent.command π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.CommandEvent.source π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Comment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Comment.Comment π | Chrome | 8/20/2013 | Edge | 10/17/2017 | 1519 | |
| api.CompositionEvent π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CompositionEvent.CompositionEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.CompositionEvent.data π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CompositionEvent.initCompositionEvent π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CompressionStream π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Node.js: Available as a part of the stream/web module. |
| api.CompressionStream.CompressionStream π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.CompressionStream.CompressionStream.deflate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.CompressionStream.CompressionStream.deflate-raw π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.CompressionStream.CompressionStream.gzip π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.CompressionStream.readable π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.CompressionStream.writable π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.ConstantSourceNode π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.ConstantSourceNode.ConstantSourceNode π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.ConstantSourceNode.offset π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.ContentVisibilityAutoStateChangeEvent π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.ContentVisibilityAutoStateChangeEvent.skipped π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.ConvolverNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.ConvolverNode.ConvolverNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.ConvolverNode.buffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.ConvolverNode.normalize π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.CookieChangeEvent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieChangeEvent.CookieChangeEvent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieChangeEvent.changed π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieChangeEvent.deleted π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.change_event π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.delete π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.delete.partitioned_option π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.CookieStore.get π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.domain_return_property | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.expires_return_property | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.name_return_property π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.partitioned_return_property | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.CookieStore.get.path_return_property | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.sameSite_return_property | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.secure_return_property | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.get.value_return_property π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.getAll π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.set π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStore.set.partitioned_option π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.CookieStoreManager π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStoreManager.getSubscriptions π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStoreManager.subscribe π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CookieStoreManager.unsubscribe π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.CountQueuingStrategy π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | Node.js: Available as a part of the stream/web module. |
| api.CountQueuingStrategy.CountQueuingStrategy π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.CountQueuingStrategy.highWaterMark π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.CountQueuingStrategy.size π | Chrome | 7/20/2016 | Edge | 10/17/2017 | 454 | |
| api.CrashReportContext π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.CrashReportContext.delete π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.CrashReportContext.initialize π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.CrashReportContext.set π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.CreateMonitor π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.CreateMonitor.downloadprogress_event π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Credential π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.Credential.id π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.Credential.type π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.CredentialsContainer π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.CredentialsContainer.create π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.CredentialsContainer.create.publicKey_option π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.attestation π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.attestation.direct π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "direct" is not supported. See https://bugzil.la/1550164 |
| api.CredentialsContainer.create.publicKey_option.attestation.enterprise π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "enterprise" is not supported. See https://bugzil.la/1550164 |
| api.CredentialsContainer.create.publicKey_option.attestation.indirect π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.attestation.none π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.extensions π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.extensions.appidExclude π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.create.publicKey_option.extensions.credProps π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.CredentialsContainer.create.publicKey_option.extensions.credProtect | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.CredentialsContainer.create.publicKey_option.extensions.largeBlob π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.CredentialsContainer.create.publicKey_option.extensions.minPinLength | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.CredentialsContainer.create.publicKey_option.extensions.payment π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.CredentialsContainer.create.publicKey_option.extensions.prf π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Firefox: Not supported on macOS. |
| api.CredentialsContainer.create.publicKey_option.hints π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.CredentialsContainer.create.publicKey_option.requireResidentKey π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.CredentialsContainer.create.publicKey_option.residentKey π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.CredentialsContainer.get π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.CredentialsContainer.get.identity_option π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.CredentialsContainer.get.identity_option.context_option π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.CredentialsContainer.get.identity_option.mode_option π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.CredentialsContainer.get.identity_option.providers_multiple | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.CredentialsContainer.get.identity_option.providers_option_domainHint π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.CredentialsContainer.get.identity_option.providers_option_fields π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.CredentialsContainer.get.identity_option.providers_option_loginHint π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.CredentialsContainer.get.identity_option.providers_option_nonce | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Chrome: Removal proposed in bug 441895082.Chrome Android: Removal proposed in bug 441895082.Edge: Removal proposed in bug 441895082.Opera: Removal proposed in bug 441895082.Opera Android: Removal proposed in bug 441895082.Samsung Internet: Removal proposed in bug 441895082. |
| api.CredentialsContainer.get.identity_option.providers_option_params π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.CredentialsContainer.get.otp_option π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.CredentialsContainer.get.publicKey_option π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.get.publicKey_option.extensions π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.get.publicKey_option.extensions.appid π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.CredentialsContainer.get.publicKey_option.extensions.largeBlob π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.CredentialsContainer.get.publicKey_option.extensions.prf π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Firefox: Not supported on macOS. |
| api.CredentialsContainer.get.publicKey_option.hints π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.CredentialsContainer.preventSilentAccess π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | Safari: This method exists, but always rejected with a NotSupportedError exception.Safari on iOS: This method exists, but always rejected with a NotSupportedError exception.WebView on iOS: This method exists, but always rejected with a NotSupportedError exception. |
| api.CredentialsContainer.store π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.CropTarget π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.CropTarget.fromElement_static π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.Crypto π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | Deno: Crypto is not a concrete interface, but its methods are available on Window.crypto.Node.js: Available as a part of the crypto module. |
| api.Crypto.getRandomValues π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | Node.js: Since v17.4.0, a similar method is available via the crypto module. |
| api.Crypto.randomUUID π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | Node.js: Since 14.17.0 and 15.6.0, a similar method is available via the crypto module. |
| api.Crypto.subtle π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | |
| api.Crypto.subtle.secure_context_required | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.CryptoKey π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | Node.js: Available as a part of the crypto module. |
| api.CryptoKey.algorithm π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | |
| api.CryptoKey.extractable π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | Deno: The only supported value for this property is true. |
| api.CryptoKey.type π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | |
| api.CryptoKey.usages π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | |
| api.CustomElementRegistry π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.CustomElementRegistry.CustomElementRegistry π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.CustomElementRegistry.builtin_element_support | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.CustomElementRegistry.define π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.CustomElementRegistry.define.disabledFeatures_static_property | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.CustomElementRegistry.get π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | Safari: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671.Safari on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671.WebView on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671. |
| api.CustomElementRegistry.getName π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Safari: Supports 'Autonomous custom elements' but not 'Customized built-in elements'.Safari on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'.WebView on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. |
| api.CustomElementRegistry.initialize π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.CustomElementRegistry.upgrade π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.CustomElementRegistry.whenDefined π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.CustomEvent π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.CustomEvent.CustomEvent π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.CustomEvent.detail π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.CustomEvent.initCustomEvent π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.CustomEvent.worker_support | Chrome | 5/19/2015 | Edge | 4/30/2018 | 1077 | |
| api.CustomStateSet π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.@@iterator π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.add π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.clear π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.delete π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.entries π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.forEach π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.has π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.keys π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.size π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.CustomStateSet.values π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.DOMError | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | |
| api.DOMError.message | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | |
| api.DOMError.name | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | |
| api.DOMException π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMException.DOMException π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.DOMException.code π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMException.message π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMException.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMException.serializable_object π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.DOMImplementation π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMImplementation.createDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMImplementation.createDocumentType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMImplementation.createHTMLDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: The title parameter is required, but can be empty string. |
| api.DOMImplementation.hasFeature π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Since Firefox 19, hasFeature() mostly returns true. |
| api.DOMMatrix π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.DOMMatrix π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.a π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.b π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.c π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.d π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.e π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.f π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.fromFloat32Array_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.fromFloat64Array_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.fromMatrix_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.invertSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m11 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m12 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m13 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m14 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m21 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m22 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m23 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m24 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m31 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m32 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m33 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m34 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m41 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m42 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m43 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.m44 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.multiplySelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.preMultiplySelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.rotateAxisAngleSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.rotateFromVectorSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.rotateSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.scale3dSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Starting in Firefox 69, the first parameter ( scale) is now optional with a default value of 1, per the specification. Previously it was required.Firefox for Android: Starting in Firefox for Android 79, the first parameter (scale) is now optional with a default value of 1, per the specification. Previously it was required. |
| api.DOMMatrix.scaleSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Firefox 69 introduced support for the modern six-parameter syntax for scaleSelf(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]).Firefox for Android: Firefox for Android 79 introduced support for the modern six-parameter syntax for scaleSelf(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]). |
| api.DOMMatrix.setMatrixValue π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.skewXSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.skewYSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.translateSelf π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrix.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.DOMMatrixReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.a π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.b π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.c π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.d π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.e π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.f π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.flipX π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.flipY π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.fromFloat32Array_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.fromFloat64Array_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.fromMatrix_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.inverse π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.is2D π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.isIdentity π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m11 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m12 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m13 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m14 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m21 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m22 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m23 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m24 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m31 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m32 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m33 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m34 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m41 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m42 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m43 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.m44 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.multiply π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.rotate π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.rotateAxisAngle π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.rotateFromVector π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.scale π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Firefox 69 introduced support for the modern six-parameter syntax for scale(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]).Firefox for Android: Firefox for Android 79 introduced support for the modern six-parameter syntax for scale(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]). |
| api.DOMMatrixReadOnly.scale3d π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Starting in Firefox 69, the first parameter ( scale) is now optional with a default value of 1, per the specification. Previously it was required.Firefox for Android: Starting in Firefox for Android 79, the first parameter (scale) is now optional with a default value of 1, per the specification. Previously it was required. |
| api.DOMMatrixReadOnly.scaleNonUniform π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.DOMMatrixReadOnly.skewX π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the sx parameter was required; you may now call skewX() with no inputs. A value of 0 is correctly assumed.Firefox for Android: Before Firefox for Android 79, the sx parameter was required; you may now call skewX() with no inputs. A value of 0 is correctly assumed. |
| api.DOMMatrixReadOnly.skewY π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the sy parameter was required; you may now call skewY() with no inputs. A value of 0 is correctly assumed.Firefox for Android: Before Firefox for Android 79, the sy parameter was required; you may now call skewY() with no inputs. A value of 0 is correctly assumed. |
| api.DOMMatrixReadOnly.toFloat32Array π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.toFloat64Array π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.toJSON π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.toString | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.transformPoint π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.translate π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMMatrixReadOnly.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMParser π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMParser.DOMParser π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMParser.parseFromString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMParser.parseFromString.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.DOMParser.parseFromString.html | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DOMParser.parseFromString.svg | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.DOMParser.parseFromString.xml | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMPoint π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.DOMPoint π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.fromPoint_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.w π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.x π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.y π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPoint.z π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.DOMPointReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.fromPoint_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.matrixTransform π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.toJSON π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.w π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.x π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.y π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMPointReadOnly.z π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.DOMQuad π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.fromQuad_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.fromRect_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.getBounds π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.p1 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p2 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p3 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p4 π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.toJSON π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMQuad.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect.DOMRect π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect.fromRect_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect.height π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRect.width π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRect.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect.x π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRect.y π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectList π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectList.item π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectList.length π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.DOMRectReadOnly π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.bottom π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.fromRect_static π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.height π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.left π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.right π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.toJSON π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.top π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.width π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.DOMRectReadOnly.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.x π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMRectReadOnly.y π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.DOMStringList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMStringList.contains π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMStringList.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMStringList.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DOMStringMap π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.DOMTokenList π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.@@iterator | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.DOMTokenList.add π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.add.multiple_parameters | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DOMTokenList.contains π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.entries | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.DOMTokenList.forEach | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.DOMTokenList.item π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.keys | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.DOMTokenList.length π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.remove π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.remove.multiple_parameters | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DOMTokenList.remove_duplicates | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | |
| api.DOMTokenList.replace π | Chrome | 9/5/2017 | Edge | 4/30/2018 | 237 | |
| api.DOMTokenList.replace.boolean_value | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | |
| api.DOMTokenList.supports π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.DOMTokenList.toString π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.toggle π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.DOMTokenList.toggle.force_parameter | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DOMTokenList.trim_whitespace | Edge | 7/29/2015 | Chrome | 1/20/2016 | 175 | |
| api.DOMTokenList.value π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Chrome: Before Chrome 50, this property was part of the deprecated child DOMSettableTokenList interface.Chrome Android: Before Chrome Android 50, this property was part of the deprecated child DOMSettableTokenList interface.Quest Browser: Before Quest Browser 5.0, this property was part of the deprecated child DOMSettableTokenList interface.Opera: Before Opera 37, this property was part of the deprecated child DOMSettableTokenList interface.Opera Android: Before Opera Android 37, this property was part of the deprecated child DOMSettableTokenList interface.Samsung Internet: Before Samsung Internet 5.0, this property was part of the deprecated child DOMSettableTokenList interface.WebView Android: Before WebView Android 50, this property was part of the deprecated child DOMSettableTokenList interface. |
| api.DOMTokenList.values | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.DataTransfer π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Firefox: As of Firefox 52, the DataTransfer.types property returns a frozen array of DOMStrings as per spec, rather than a DOMStringList.Firefox for Android: As of Firefox for Android 52, the DataTransfer.types property returns a frozen array of DOMStrings as per spec, rather than a DOMStringList. |
| api.DataTransfer.DataTransfer π | Chrome | 6/5/2017 | Edge | 4/30/2018 | 329 | |
| api.DataTransfer.clearData π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.dropEffect π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.effectAllowed π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.files π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.getData π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.items π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.setData π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.DataTransfer.setDragImage π | Chrome | 9/15/2009 | Edge | 10/2/2018 | 3304 | |
| api.DataTransfer.types π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Internet Explorer: The property returns a DOMStringList.Internet Explorer: Text is returned instead of text/plainOpera: As of Opera 12, Text is returned instead of text/plain |
| api.DataTransferItem π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.DataTransferItem.getAsFile π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.DataTransferItem.getAsFileSystemHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.DataTransferItem.getAsString π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.DataTransferItem.kind π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.DataTransferItem.type π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.DataTransferItem.webkitGetAsEntry π | Chrome | 8/2/2011 | Edge | 8/2/2016 | 1827 | |
| api.DataTransferItemList π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.DataTransferItemList.add π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.DataTransferItemList.clear π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.DataTransferItemList.length π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.DataTransferItemList.remove π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DecompressionStream π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Node.js: Available as a part of the stream/web module. |
| api.DecompressionStream.DecompressionStream π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.DecompressionStream.DecompressionStream.deflate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.DecompressionStream.DecompressionStream.deflate-raw π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.DecompressionStream.DecompressionStream.gzip π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.DecompressionStream.readable π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.DecompressionStream.writable π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.DedicatedWorkerGlobalScope π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.DedicatedWorkerGlobalScope.cancelAnimationFrame π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DedicatedWorkerGlobalScope.close π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.DedicatedWorkerGlobalScope.message_event π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.DedicatedWorkerGlobalScope.messageerror_event π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.DedicatedWorkerGlobalScope.name π | Edge | 10/2/2018 | Chrome | 10/16/2018 | 14 | |
| api.DedicatedWorkerGlobalScope.postMessage π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown.Deno: The message parameter does not support cloning SharedArrayBuffer or Blob values.Deno: The transfer parameter is ignored.Deno: Data passed in the message parameter is serialized with JSON, not the structured clone algorithm.Deno: The transfer parameter is ignored. |
| api.DedicatedWorkerGlobalScope.requestAnimationFrame π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Chrome: Not supported in nested Web Workers. See bug 41483010.Chrome Android: Not supported in nested Web Workers. See bug 41483010.Edge: Not supported in nested Web Workers. See bug 41483010.Quest Browser: Not supported in nested Web Workers. See bug 41483010.Opera: Not supported in nested Web Workers. See bug 41483010.Opera Android: Not supported in nested Web Workers. See bug 41483010.Samsung Internet: Not supported in nested Web Workers. See bug 41483010. |
| api.DedicatedWorkerGlobalScope.rtctransform_event π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DelayNode π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DelayNode.DelayNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.DelayNode.delayTime π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DelegatedInkTrailPresenter π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.DelegatedInkTrailPresenter.presentationArea π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.DelegatedInkTrailPresenter.updateInkTrailStartPoint π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.DeprecationReportBody π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: Not supported in workers |
| api.DeprecationReportBody.anticipatedRemoval π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.columnNumber π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.id π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.lineNumber π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.message π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.sourceFile π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeprecationReportBody.toJSON π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.DeviceMotionEvent π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEvent.DeviceMotionEvent π | Edge | 8/2/2016 | Chrome | 6/5/2017 | 307 | |
| api.DeviceMotionEvent.acceleration π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEvent.accelerationIncludingGravity π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEvent.interval π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEvent.rotationRate π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventAcceleration π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Firefox: The DeviceMotionEventAcceleration interface is supported, but not exposed on the Window scope.Firefox for Android: The DeviceMotionEventAcceleration interface is supported, but not exposed on the Window scope.Safari on iOS: The DeviceMotionEventAcceleration interface is supported, but not exposed on the Window scope. |
| api.DeviceMotionEventAcceleration.x π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventAcceleration.y π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventAcceleration.z π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventRotationRate π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventRotationRate.alpha π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventRotationRate.beta π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceMotionEventRotationRate.gamma π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.DeviceOrientationEvent π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | Chrome: Before version 50, Chrome provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Chrome Android: Before version 50, Chrome Android provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Firefox: Firefox 3.6, 4, and 5 supported mozOrientation instead of the standard DeviceOrientationEvent interface.Firefox for Android: Firefox for Android 4.6, 4, and 5 supported mozOrientation instead of the standard DeviceOrientationEvent interface.Quest Browser: Before version 5.0, Quest Browser provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Samsung Internet: Before Samsung Internet 5.0, Samsung Internet provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.WebView Android: Before version 50, Chrome provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event. |
| api.DeviceOrientationEvent.DeviceOrientationEvent π | Edge | 8/2/2016 | Chrome | 6/5/2017 | 307 | |
| api.DeviceOrientationEvent.absolute π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.DeviceOrientationEvent.alpha π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.DeviceOrientationEvent.beta π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.DeviceOrientationEvent.gamma π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.DevicePosture π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.DevicePosture.change_event π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.DevicePosture.type π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.DigitalCredential π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DigitalCredential.data π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DigitalCredential.protocol π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DigitalCredential.toJSON π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DigitalCredential.userAgentAllowsProtocol_static π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.DirectoryEntrySync | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.DirectoryReaderSync | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Document π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.DOMContentLoaded_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.Document π | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | |
| api.Document.URL π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.activeElement π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.activeViewTransition π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.Document.adoptNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.adoptedStyleSheets π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.Document.adoptedStyleSheets.mutable π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.Document.alinkColor π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.all π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.anchors π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.append π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Document.applets π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.ariaNotify | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | Chrome: Fully supported on Windows and Linux, no support on ChromeOS.Chrome: Method exposed on macOS, but notifications are not reliably spoken.Chrome Android: Fully supported on Windows and Linux, no support on ChromeOS.Chrome Android: Method exposed on macOS, but notifications are not reliably spoken.Edge: Fully supported on Windows and Linux, no support on ChromeOS.Edge: Method exposed on macOS, but notifications are not reliably spoken.Opera: Fully supported on Windows and Linux, no support on ChromeOS.Opera: Method exposed on macOS, but notifications are not reliably spoken.Opera Android: Fully supported on Windows and Linux, no support on ChromeOS.Opera Android: Method exposed on macOS, but notifications are not reliably spoken.WebView Android: Fully supported on Windows and Linux, no support on ChromeOS.WebView Android: Method exposed on macOS, but notifications are not reliably spoken. |
| api.Document.bgColor π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.body π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.browsingTopics | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Document.captureEvents π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.caretPositionFromPoint π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Document.caretPositionFromPoint.options_parameter | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Document.caretRangeFromPoint | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Document.characterSet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: charset alias was made read-only in Chrome 45.Chrome Android: charset alias was made read-only in Chrome Android 45.Quest Browser: charset alias was made read-only in Quest Browser 5.0.Opera: charset alias was made read-only in Opera 45.Opera Android: charset alias was made read-only in Opera 45.Samsung Internet: charset alias was made read-only in Samsung Internet 5.0.WebView Android: charset alias was made read-only in WebView 45. |
| api.Document.childElementCount π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.Document.children π | Chrome | 8/20/2013 | Edge | 10/17/2017 | 1519 | |
| api.Document.clear π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.close π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.compatMode π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | Chrome: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.contentType π | Chrome | 7/16/2014 | Edge | 4/30/2018 | 1384 | |
| api.Document.cookie π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.createAttribute π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The parameter was not converted to its lowercase variant.Firefox for Android: The parameter was not converted to its lowercase variant. |
| api.Document.createAttributeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createCDATASection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createComment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createDocumentFragment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Doesn't conform to the DOM spec for XUL and XHTML documents: localName and namespaceURI are not set to null on the created element. |
| api.Document.createElement.options_parameter | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Chrome Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Edge: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Firefox: Firefox accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Firefox for Android: Firefox for Android accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Quest Browser: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Samsung Internet: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.WebView Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated. |
| api.Document.createElementNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Doesn't conform to the DOM spec for XUL and XHTML documents: localName and namespaceURI are not set to null on the created element. |
| api.Document.createElementNS.options_parameter | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Chrome Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Edge: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Firefox: Firefox accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Firefox for Android: Firefox for Android accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Quest Browser: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Samsung Internet: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.WebView Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated. |
| api.Document.createEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From version 67, creating touch events using this method is no longer supported. |
| api.Document.createExpression π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createNSResolver π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createNodeIterator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createProcessingInstruction π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createRange π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createTextNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createTreeWalker π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.createTreeWalker.whatToShow_filter_parameters_optional | Chrome | 1/25/2010 | Edge | 11/12/2015 | 2117 | |
| api.Document.currentScript π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.Document.customElementRegistry π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Document.defaultView π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.designMode π | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.dir π | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Incorrect behavior before Firefox 23.Firefox for Android: Incorrect behavior before Firefox for Android 23.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.doctype π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.documentElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.documentURI π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Document.domain π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Chrome Android: Since Chrome Android 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Firefox: From Firefox 62, if the domain cannot be identified, domain returns an empty string instead of null. See bug 819475.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: From Firefox for Android 62, if the domain cannot be identified, domain returns an empty string instead of null. See bug 819475.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Quest Browser: Since Quest Browser false, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Samsung Internet: Since Samsung Internet 23.0, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.WebView Android: Since WebView Android 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters. |
| api.Document.elementFromPoint π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Opera: Before Opera 53, this method returned null when the element was a child of a host node. See bug 40537452.Opera Android: Before Opera Android 47, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.Document.elementsFromPoint π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Edge: Returns a NodeList instead of an array. See the MSDN documentation. Returns null when the point provided has no elements beneath it (e.g., when given a point outside the document).Internet Explorer: Returns a NodeList instead of an array. See the MSDN documentation. Returns null when the point provided has no elements beneath it (e.g., when given a point outside the document).Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.Document.embeds π | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.evaluate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.execCommand | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From Firefox 82, nested calls are not supported (return false). See bug 1634262.Firefox: Before Firefox 89, manipulating the content of <input> and <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: From Firefox for Android 82, nested calls are not supported (return false). See bug 1634262.Firefox for Android: Before Firefox for Android 89, manipulating the content of <input> and <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.execCommand.copy | Chrome | 4/14/2015 | Edge | 7/29/2015 | 106 | |
| api.Document.execCommand.cut | Chrome | 4/14/2015 | Edge | 7/29/2015 | 106 | |
| api.Document.execCommand.insertHTML | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.execCommand.insertHTML.enforces_trusted_types | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.Document.execCommand.paste | Chrome | 4/14/2015 | Edge | 1/15/2020 | 1737 | Firefox: Supported in content scripts (not just extensions) via the Clipboard APIFirefox for Android: Supported in content scripts (not just extensions) via the Clipboard API |
| api.Document.exitFullscreen π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.exitFullscreen.returns_promise | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Document.exitPictureInPicture π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Document.exitPointerLock π | Chrome | 8/26/2014 | Edge | 11/12/2015 | 443 | |
| api.Document.featurePolicy | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.Document.fgColor π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.firstElementChild π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.Document.fonts π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.Document.forms π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.fragmentDirective π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Document.freeze_event π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Document.fullscreen π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenElement π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenEnabled π | Edge | 7/29/2015 | Chrome | 12/4/2018 | 1224 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenchange_event π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenerror_event π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.getAnimations π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari: Implements an older version of the specification, see bug 179536.Safari on iOS: Implements an older version of the specification, see bug 179536.WebView on iOS: Implements an older version of the specification, see bug 179536. |
| api.Document.getElementById π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.getElementsByClassName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.getElementsByName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: Before Edge 79, this method returns an HTMLCollection, not a NodeList.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Internet Explorer: Returns an HTMLCollection, not a NodeListSafari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.getElementsByTagName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.getElementsByTagNameNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.getSelection π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hasFocus π | Chrome | 4/8/2014 | Edge | 7/29/2015 | 477 | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hasPrivateToken π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.Document.hasRedemptionRecord π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.Document.hasStorageAccess π | Edge | 8/27/2020 | Chrome | 10/31/2023 | 1160 | |
| api.Document.hasUnpartitionedCookieAccess π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Document.head π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hidden π | Chrome | 2/20/2014 | Edge | 7/29/2015 | 524 | Firefox: Since Firefox 56 it also returns true on macOS when the window is completely hidden by another non-translucent application.Firefox for Android: Since Firefox for Android 56 it also returns true on macOS when the window is completely hidden by another non-translucent application. |
| api.Document.images π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.implementation π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.importNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.lastElementChild π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.Document.lastModified π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.linkColor π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.links π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.location π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.moveBefore π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.Document.open π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.parseHTMLUnsafe_static π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Firefox: Throws error NS_ERROR_UNEXPECTED (bug 1887817.)Firefox for Android: Throws error NS_ERROR_UNEXPECTED (bug 1887817.)Safari: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).Safari on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).WebView on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420). |
| api.Document.parseHTMLUnsafe_static.enforces_trusted_types π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.Document.pictureInPictureElement π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Document.pictureInPictureEnabled π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Document.plugins π | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.pointerLockElement π | Chrome | 8/26/2014 | Edge | 11/12/2015 | 443 | |
| api.Document.pointerlockchange_event π | Chrome | 7/16/2014 | Edge | 11/12/2015 | 484 | |
| api.Document.pointerlockerror_event π | Chrome | 7/16/2014 | Edge | 11/12/2015 | 484 | |
| api.Document.prepend π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Document.prerendering π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.Document.prerenderingchange_event π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.Document.queryCommandEnabled | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: queryCommandEnabled with arguments cut, copy or paste would throw errors unless the script had special privileges.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: queryCommandEnabled with arguments cut, copy or paste would throw errors unless the script had special privileges. |
| api.Document.queryCommandIndeterm | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.queryCommandState | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.queryCommandSupported | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: The "paste" command is reported as supported when the paste feature is available even if the calling script has insufficient privileges to actually perform the action.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: The "paste" command is reported as supported when the paste feature is available even if the calling script has insufficient privileges to actually perform the action. |
| api.Document.queryCommandValue | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.querySelector π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Document.querySelectorAll π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Document.readyState π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Internet Explorer 9 and 10 have bugs where the 'interactive' state can be fired too early before the document has finished parsing.Internet Explorer: Only supports 'complete'.Opera: Opera Presto fires 'complete' late after the 'load' event (in an incorrect order as per HTML5 standard specification).Opera Android: Opera Presto fires 'complete' late after the 'load' event (in an incorrect order as per HTML5 standard specification). |
| api.Document.readystatechange_event π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.Document.referrer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.releaseEvents π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.replaceChildren π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Document.requestStorageAccess π | Edge | 8/27/2020 | Chrome | 10/31/2023 | 1160 | Safari: Client-side storage access is granted per-page (see explanation).Safari on iOS: Client-side storage access is granted per-page (see explanation).WebView on iOS: Client-side storage access is granted per-page (see explanation). |
| api.Document.requestStorageAccess.strict_same_origin_policy π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.Document.requestStorageAccessFor π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Chrome Android: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Edge: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Opera: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Opera Android: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Samsung Internet: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set. |
| api.Document.resume_event π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Document.rootElement π | Chrome | 4/8/2014 | Edge | 7/29/2015 | 477 | |
| api.Document.scripts π | Chrome | 7/16/2014 | Edge | 7/29/2015 | 378 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.scroll_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.scrollend_event π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.Document.scrollingElement π | Chrome | 7/21/2015 | Edge | 7/29/2015 | 8 | |
| api.Document.scrollsnapchange_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Document.scrollsnapchanging_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Document.securitypolicyviolation_event π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Document.selectionchange_event π | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.Document.startViewTransition π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.Document.startViewTransition.options_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Document.startViewTransition.options_parameter.types_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Document.startViewTransition.options_parameter.update_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Document.startViewTransition.updateCallback_parameter π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.Document.styleSheets π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.timeline π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Document.title π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.visibilityState π | Chrome | 2/20/2014 | Edge | 7/29/2015 | 524 | |
| api.Document.visibilitychange_event π | Chrome | 10/17/2017 | Edge | 10/2/2018 | 350 | Chrome: The onvisibilitychange event handler property is not supported.Chrome: The onvisibilitychange event handler property is not supported.Chrome Android: The onvisibilitychange event handler property is not supported.Chrome Android: The onvisibilitychange event handler property is not supported.Edge: The onvisibilitychange event handler property is not supported.Internet Explorer: The onvisibilitychange event handler property is not supported.Quest Browser: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Before Safari 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Before Safari 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari: The onvisibilitychange event handler property is not supported.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Before Safari on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Before Safari on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari on iOS: The onvisibilitychange event handler property is not supported.Samsung Internet: The onvisibilitychange event handler property is not supported.Samsung Internet: The onvisibilitychange event handler property is not supported.WebView Android: The onvisibilitychange event handler property is not supported.WebView Android: The onvisibilitychange event handler property is not supported.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Before WebView on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Before WebView on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.WebView on iOS: The onvisibilitychange event handler property is not supported. |
| api.Document.vlinkColor π | Edge | 7/29/2015 | Chrome | 1/23/2018 | 909 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.wasDiscarded π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Document.write π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.write.enforces_trusted_types π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Document.writeln π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.writeln.enforces_trusted_types π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Document.xmlEncoding π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.xmlStandalone π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Document.xmlVersion π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DocumentFragment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DocumentFragment.DocumentFragment π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.DocumentFragment.append π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.DocumentFragment.childElementCount π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.DocumentFragment.children π | Chrome | 8/20/2013 | Edge | 10/17/2017 | 1519 | |
| api.DocumentFragment.firstElementChild π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.DocumentFragment.getElementById π | Chrome | 7/16/2014 | Edge | 4/30/2018 | 1384 | |
| api.DocumentFragment.lastElementChild π | Chrome | 8/20/2013 | Edge | 4/30/2018 | 1714 | |
| api.DocumentFragment.moveBefore π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.DocumentFragment.prepend π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.DocumentFragment.querySelector π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.DocumentFragment.querySelectorAll π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.DocumentFragment.replaceChildren π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.DocumentPictureInPicture π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPicture.enter_event π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPicture.requestWindow π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPicture.requestWindow.option_disallowReturnToOpener π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.DocumentPictureInPicture.requestWindow.option_preferInitialWindowPlacement π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.DocumentPictureInPicture.window π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPictureEvent π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPictureEvent.DocumentPictureInPictureEvent π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentPictureInPictureEvent.window π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.DocumentTimeline π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.DocumentTimeline.DocumentTimeline π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.DocumentType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DocumentType.after π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.DocumentType.before π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.DocumentType.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DocumentType.publicId π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DocumentType.remove π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.DocumentType.replaceWith π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.DocumentType.systemId π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.DragEvent π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | Internet Explorer: Before Internet Explorer 10, DragEvent is exposed in standards mode but not quirks mode. |
| api.DragEvent.DragEvent π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | |
| api.DragEvent.dataTransfer π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | Internet Explorer: The value is always null. |
| api.DynamicsCompressorNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.DynamicsCompressorNode.DynamicsCompressorNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.DynamicsCompressorNode.attack π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.DynamicsCompressorNode.knee π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.DynamicsCompressorNode.ratio π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.DynamicsCompressorNode.reduction π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | Chrome: Before version 52, this was an AudioParam..Chrome Android: Before version 52, this was an AudioParam..Quest Browser: Before version 5.0, this was an AudioParam..Samsung Internet: Before Samsung Internet 6.0, this was an AudioParam..WebView Android: Before version 52, this was an AudioParam.. |
| api.DynamicsCompressorNode.release π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.DynamicsCompressorNode.threshold π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.EXT_blend_minmax π | Chrome | 10/7/2014 | Edge | 4/30/2018 | 1301 | Firefox: Not supported on Windows. |
| api.EXT_color_buffer_float π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.EXT_color_buffer_half_float π | Chrome | 12/6/2017 | Edge | 4/30/2018 | 145 | Firefox: Not supported on Windows. |
| api.EXT_disjoint_timer_query π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.beginQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.createQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.deleteQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.endQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.getQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.getQueryObjectEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.isQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.queryCounterEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query_webgl2 | Chrome | 10/16/2018 | Edge | 2/7/2020 | 479 | |
| api.EXT_disjoint_timer_query_webgl2.queryCounterEXT | Chrome | 10/16/2018 | Edge | 2/7/2020 | 479 | |
| api.EXT_float_blend π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | Chrome Android: Until Chrome 77, this extension was unavailable on several Android devices powered by GLES 3.2. See bug 41459397.Quest Browser: Until Chrome 77, this extension was unavailable on several Android devices powered by GLES 3.2. See bug 41459397. |
| api.EXT_frag_depth π | Chrome | 10/7/2014 | Edge | 9/2/2021 | 2522 | |
| api.EXT_sRGB π | Chrome | 1/21/2015 | Edge | 2/7/2020 | 1843 | Firefox: Not supported on Windows. |
| api.EXT_shader_texture_lod π | Chrome | 10/7/2014 | Edge | 9/2/2021 | 2522 | |
| api.EXT_texture_compression_bptc π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | Chrome: Only supported on macOS.Edge: Only supported on macOS.Opera: Only supported on macOS. |
| api.EXT_texture_compression_rgtc π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | Chrome: Only supported on macOS.Edge: Only supported on macOS.Firefox: Only supported on macOS.Opera: Only supported on macOS. |
| api.EXT_texture_filter_anisotropic π | Chrome | 4/8/2014 | Edge | 7/29/2015 | 477 | |
| api.EXT_texture_norm16 π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.EditContext π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.EditContext π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.attachedElements π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.characterBounds π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.characterBoundsRangeStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.characterboundsupdate_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.compositionend_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.compositionstart_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.selectionEnd π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.selectionStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.text π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.textformatupdate_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.textupdate_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.updateCharacterBounds π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.updateControlBounds π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.updateSelection π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.updateSelectionBounds π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.EditContext.updateText π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Element π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.DOMActivate_event π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Element.after π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Element.animate π | Chrome | 7/16/2014 | Edge | 1/15/2020 | 2009 | |
| api.Element.animate.implicit_tofrom | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari: Implementation seems somewhat buggy. More information will follow when available.Safari on iOS: Implementation seems somewhat buggy. More information will follow when available.WebView on iOS: Implementation seems somewhat buggy. More information will follow when available. |
| api.Element.animate.options_composite_parameter π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Element.animate.options_id_parameter π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.Element.animate.options_pseudoElement_parameter π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Element.animate.options_rangeEnd_parameter π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.Element.animate.options_rangeStart_parameter π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.Element.animate.options_timeline_parameter π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.Element.animationcancel_event π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | Chrome: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Chrome Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Edge: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Quest Browser: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Opera: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Opera Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Safari: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired.Safari on iOS: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired.Samsung Internet: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.WebView Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.WebView on iOS: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired. |
| api.Element.animationend_event π | Edge | 10/2/2018 | Chrome | 12/10/2019 | 434 | Chrome: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Chrome Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Edge: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Firefox: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Firefox for Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Internet Explorer: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Quest Browser: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Opera: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Opera Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Samsung Internet: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.WebView Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});. |
| api.Element.animationiteration_event π | Edge | 10/2/2018 | Chrome | 12/10/2019 | 434 | Chrome: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Chrome Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Edge: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Firefox: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Firefox for Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Internet Explorer: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Quest Browser: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Opera: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Opera Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Samsung Internet: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.WebView Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});. |
| api.Element.animationstart_event π | Edge | 10/2/2018 | Chrome | 12/10/2019 | 434 | Chrome: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Chrome Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Edge: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Firefox: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Firefox for Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Internet Explorer: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Quest Browser: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Opera: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Opera Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Samsung Internet: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.WebView Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});. |
| api.Element.append π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Element.ariaActiveDescendantElement π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaAtomic π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaAutoComplete π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaBrailleLabel π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.Element.ariaBrailleRoleDescription π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.Element.ariaBusy π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaChecked π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaColCount π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaColIndex π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaColIndexText π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Element.ariaColSpan π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaControlsElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaCurrent π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaDescribedByElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaDescription π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.ariaDetailsElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaDisabled π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaErrorMessageElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaExpanded π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaFlowToElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaHasPopup π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaHidden π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaInvalid π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Element.ariaKeyShortcuts π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaLabel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaLabelledByElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Element.ariaLevel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaLive π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaModal π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaMultiLine π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaMultiSelectable π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaNotify | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | Chrome: Fully supported on Windows and Linux, no support on ChromeOS.Chrome: Method exposed on macOS, but notifications are not reliably spoken.Chrome Android: Fully supported on Windows and Linux, no support on ChromeOS.Chrome Android: Method exposed on macOS, but notifications are not reliably spoken.Edge: Fully supported on Windows and Linux, no support on ChromeOS.Edge: Method exposed on macOS, but notifications are not reliably spoken.Opera: Fully supported on Windows and Linux, no support on ChromeOS.Opera: Method exposed on macOS, but notifications are not reliably spoken.Opera Android: Fully supported on Windows and Linux, no support on ChromeOS.Opera Android: Method exposed on macOS, but notifications are not reliably spoken.WebView Android: Fully supported on Windows and Linux, no support on ChromeOS.WebView Android: Method exposed on macOS, but notifications are not reliably spoken. |
| api.Element.ariaOrientation π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaPlaceholder π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaPosInSet π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaPressed π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaReadOnly π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRelevant | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRequired π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRoleDescription π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRowCount π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRowIndex π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaRowIndexText π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Element.ariaRowSpan π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaSelected π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaSetSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Element.ariaSort π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaValueMax π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaValueMin π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaValueNow π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.ariaValueText π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.Element.assignedSlot π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Element.attachShadow π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Element.attachShadow.options_clonable_parameter π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.Element.attachShadow.options_delegatesFocus_parameter π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Element.attachShadow.options_serializable_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Element.attributes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.auxclick_event π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | Firefox: Starting in Firefox 68, the auxclick event is used to trigger the new tab on middle-click action; previously, this had been done with the click event. Apps can prevent middle-click from opening new tabs (or middle-click to paste, if that feature is enabled) by intercepting auxclick on links, and auxclick event handlers can now open popups without triggering the popup blocker. |
| api.Element.auxclick_event.type_pointerevent | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.Element.before π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Element.beforeinput_event π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.Element.beforematch_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Element.beforexrselect_event π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.blur_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The interface for this event is Event, not FocusEvent.Firefox for Android: The interface for this event is Event, not FocusEvent. |
| api.Element.checkVisibility π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Element.checkVisibility.options_checkOpacity_parameter π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Element.checkVisibility.options_checkVisibilityCSS_parameter π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Element.checkVisibility.options_contentVisibilityAuto_parameter π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Element.checkVisibility.options_opacityProperty_parameter π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Element.checkVisibility.options_visibilityProperty_parameter π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Element.childElementCount π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.children π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Also includes non-standard HTMLCommentElement nodes. |
| api.Element.classList π | Chrome | 9/25/2012 | Edge | 10/17/2017 | 1848 | Chrome: Not supported for SVG elements.Chrome Android: Not supported for SVG elements.Edge: Not supported for SVG elements.Internet Explorer: Not supported for SVG elements.Safari: Not supported for SVG elements.Safari on iOS: Not supported for SVG elements.Samsung Internet: Not supported for SVG elements.WebView Android: Not supported for SVG elements.WebView on iOS: Not supported for SVG elements. |
| api.Element.className π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | Chrome: Only supported for HTMLElement, not all Element objects, such as SVGElement.Chrome Android: Only supported for HTMLElement, not all Element objects, such as SVGElement.Samsung Internet: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.click_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Beginning in Firefox 68, Firefox no longer incorrectly sends a click event for buttons other than the primary mouse button; previously, there were circumstances in which this would occur. One example: middle-clicking a link would send a click to the document's <html> element. |
| api.Element.click_event.type_pointerevent | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.Element.clientHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.clientLeft π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.clientTop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.clientWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.closest π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.Element.compositionend_event π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.Element.compositionstart_event π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.Element.compositionupdate_event π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.Element.computedStyleMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.Element.contentvisibilityautostatechange_event π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Firefox: The oncontentvisibilityautostatechange event handler property is not supported.Firefox for Android: The oncontentvisibilityautostatechange event handler property is not supported. |
| api.Element.contextmenu_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.contextmenu_event.type_pointerevent | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.Element.copy_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.currentCSSZoom π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Element.customElementRegistry π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Element.cut_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.dblclick_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting in Firefox 68, dblclick events are only sent for the primary mouse button, per the specification. |
| api.Element.elementTiming π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.Element.firstElementChild π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.focus_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The interface for this event is Event, not FocusEvent.Firefox for Android: The interface for this event is Event, not FocusEvent. |
| api.Element.focusin_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Chrome Android: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Edge: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Firefox: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Firefox for Android: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Quest Browser: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Samsung Internet: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.WebView Android: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});. |
| api.Element.focusout_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Chrome Android: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Edge: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Firefox: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Firefox for Android: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Quest Browser: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Samsung Internet: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.WebView Android: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});. |
| api.Element.fullscreenchange_event π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Element.fullscreenerror_event π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Element.getAnimations π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Element.getAttribute π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.getAttributeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting in Firefox 13, null is always returned instead of the empty string, as per the DOM4 specification. Previously, there were cases in which an empty string could be returned.Firefox for Android: Starting in Firefox for Android 14, null is always returned instead of the empty string, as per the DOM4 specification. Previously, there were cases in which an empty string could be returned. |
| api.Element.getAttributeNames π | Chrome | 9/5/2017 | Edge | 10/2/2018 | 392 | |
| api.Element.getAttributeNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.getAttributeNodeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.getBoundingClientRect π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Safari on iOS: Safari for iOS will modify the effective viewport based on the user zoom. This results in incorrect values whenever the user has zoomed.WebView on iOS: Safari for iOS will modify the effective viewport based on the user zoom. This results in incorrect values whenever the user has zoomed. |
| api.Element.getClientRects π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.getElementsByClassName π | Chrome | 12/11/2008 | Edge | 10/17/2017 | 3232 | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.getElementsByTagName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Chrome Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Firefox for Android: Before Firefox for Android 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Quest Browser: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Samsung Internet: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change. |
| api.Element.getElementsByTagName.all_elements_selector | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.getElementsByTagNameNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Chrome Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Firefox: The behavior of element.getElementsByTagNameNS changed between Firefox 3.5 and Firefox 3.6. In Firefox 3.5 and before, this function would automatically case-fold any queries so that a search for "foo" would match "Foo" or "foo". In Firefox 3.6 and later this function is now case-sensitive so that a query for "foo" will only match "foo" and not "Foo". For more background on this, please see the comment from Henri Sivonen about the change. You can also look at the relevant part of the standard, which states which parts of the API are case-sensitive and which parts aren't.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflects the spec change.Firefox for Android: Before Firefox 19, this method was returning a NodeList; it was then changed to reflects the spec change.Quest Browser: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Samsung Internet: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change. |
| api.Element.getElementsByTagNameNS.all_elements_selector | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.getHTML π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Element.getHTML.escapes_lt_gt_in_attributes | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Element.gotpointercapture_event π | Chrome | 3/9/2017 | Edge | 4/30/2018 | 417 | |
| api.Element.hasAttribute π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.hasAttributeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.hasAttributes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 35, it was implemented on the Node interface.Firefox for Android: Before Firefox for Android 35, it was implemented on the Node interface. |
| api.Element.hasPointerCapture π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.Element.id π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Chrome: Only supported for HTMLElement, not all Element objects, such as SVGElement.Chrome Android: Only supported for HTMLElement, not all Element objects, such as SVGElement.Samsung Internet: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.innerHTML π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.innerHTML.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.innerHTML.escapes_lt_gt_in_attributes | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Element.input_event π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | Edge: Not supported on select, checkbox, or radio inputs.Internet Explorer: Only supports input of type text and password. |
| api.Element.insertAdjacentElement π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.insertAdjacentHTML π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Before Internet Explorer 10, throws an "Invalid target element for this operation." error when called on a <table>, <tbody>, <thead>, or <tr> element.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.insertAdjacentHTML.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.insertAdjacentText π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.keydown_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.keypress_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Chrome Android: Chrome Android does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Firefox: As of Firefox 65, the keypress event is no longer fired for non-printable keys, except for the Enter key, and the Shift + Enter and Ctrl + Enter key combinations (these were kept for cross-browser compatibility purposes).Firefox for Android: As of Firefox for Android 65, the keypress event is no longer fired for non-printable keys, except for the Enter key, and the Shift + Enter and Ctrl + Enter key combinations (these were kept for cross-browser compatibility purposes).Quest Browser: Quest Browser does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Opera: Opera does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Opera Android: Opera does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Samsung Internet: Samsung Internet does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.WebView Android: Chrome does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts. |
| api.Element.keyup_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.lastElementChild π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.localName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.lostpointercapture_event π | Chrome | 3/9/2017 | Edge | 4/30/2018 | 417 | |
| api.Element.matches π | Chrome | 2/20/2014 | Edge | 4/5/2017 | 1140 | Firefox: Before Firefox 4, invalid selector strings caused false to be returned instead of throwing an exception.Firefox: See bug 1119718 for removal.Firefox for Android: See bug 1119718 for removal. |
| api.Element.mousedown_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.mouseenter_event π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.Element.mouseleave_event π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.Element.mousemove_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.mouseout_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.mouseover_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.mouseup_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.mousewheel_event | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.moveBefore π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.Element.namespaceURI π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.nextElementSibling π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.outerHTML π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.outerHTML.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.outerHTML.escapes_lt_gt_in_attributes | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Element.part π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.Element.paste_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 11, copying files does not trigger the paste event.Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.pointercancel_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerdown_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerenter_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerleave_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointermove_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerout_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerover_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.pointerrawupdate_event π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | Chrome: Before version 142, pointerrawupdate events were exposed to non-secure contexts.Chrome Android: Before version 142, pointerrawupdate events were exposed to non-secure contexts.Edge: Before version 142, pointerrawupdate events were exposed to non-secure contexts.Firefox: The pointerrawupdate event handler receives a MouseEvent whose movement properties (movementX, movementY) are always 0. See bug 1987671.Firefox for Android: The pointerrawupdate event handler receives a MouseEvent whose movement properties (movementX, movementY) are always 0. See bug 1987671.Quest Browser: Before version false, pointerrawupdate events were exposed to non-secure contexts.Opera: Before version 126, pointerrawupdate events were exposed to non-secure contexts.Opera Android: Before version 93, pointerrawupdate events were exposed to non-secure contexts.Samsung Internet: Before version false, pointerrawupdate events were exposed to non-secure contexts.WebView Android: Before version 142, pointerrawupdate events were exposed to non-secure contexts. |
| api.Element.pointerup_event π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.prefix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.prepend π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Element.previousElementSibling π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.Element.querySelector π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: querySelector() is supported, but only for CSS 2.1 selectors. |
| api.Element.querySelectorAll π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Element.releasePointerCapture π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.Element.remove π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.Element.removeAttribute π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: This function doesn't respect boolean attributes' default values. See bug 12087679. |
| api.Element.removeAttributeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.removeAttributeNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.replaceChildren π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Element.replaceWith π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.Element.requestFullscreen π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Firefox: Before Firefox 44, Firefox incorrectly allowed elements inside a <frame> or <object> element to request, and to be granted, fullscreen. In Firefox 44 and onwards this has been fixed: only elements in the top-level document or in an <iframe> element with the allowfullscreen attribute can be displayed fullscreen.Firefox for Android: Before Firefox for Android 44, Firefox for Android incorrectly allowed elements inside a <frame> or <object> element to request, and to be granted, fullscreen. In Firefox for Android 44 and onwards this has been fixed: only elements in the top-level document or in an <iframe> element with the allowfullscreen attribute can be displayed fullscreen.Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. Shows an overlay button which can not be disabled. |
| api.Element.requestFullscreen.options_navigationUI_parameter π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.Element.requestFullscreen.options_screen_parameter π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.Element.requestFullscreen.returns_promise | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.Element.requestPointerLock π | Chrome | 8/26/2014 | Edge | 11/12/2015 | 443 | Chrome: From version 92, returns a promise instead of undefined. The behavior reflects a specification change.Edge: From version 92, returns a promise instead of undefined. The behavior reflects a specification change.Opera: From version 78, returns a promise instead of undefined. The behavior reflects a specification change.Safari: From version 18.4, returns a promise instead of undefined. The behavior reflects a specification change.Samsung Internet: From version 16, returns a promise instead of undefined. The behavior reflects a specification change. |
| api.Element.requestPointerLock.options_unadjustedMovement_parameter π | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | Chrome: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Edge: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Opera: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux. |
| api.Element.role π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.Element.scroll π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scroll.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scroll.options_left_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scroll.options_top_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollBy π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollBy.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollBy.options_left_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollBy.options_top_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 21, when an element's content does not generate a vertical scrollbar, then its scrollHeight property is equal to its clientHeight property. This can mean either the content is too short to require a scrollbar or that the element has a CSS style overflow value of visible (non-scrollable).Firefox for Android: Before Firefox for Android 21, when an element's content does not generate a vertical scrollbar, then its scrollHeight property is equal to its clientHeight property. This can mean either the content is too short to require a scrollbar or that the element has a CSS style overflow value of visible (non-scrollable).Internet Explorer: In Internet Explorer 5 through 7, if padding is set, the value of scrollHeight is equal to the sum of the top and bottom padding. This behavior was fixed in Internet Explorer 8. |
| api.Element.scrollIntoView π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | Edge: The only parameter supported is alignToTop.Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Edge: No support for smooth behavior.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: No support for smooth behavior or center options.Safari: No support for center option.Safari: Before Safari 15.4, there was no support for the smooth behavior.Safari on iOS: No support for center option.Safari on iOS: Before iOS 15.4, there was no support for the smooth behavior.WebView on iOS: No support for center option.WebView on iOS: Before iOS 15.4, there was no support for the smooth behavior. |
| api.Element.scrollIntoView.options_parameter π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollIntoView.options_parameter.block_option π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox: Only values "top" and "bottom", not "nearest" and "center".Firefox for Android: Only values "top" and "bottom", not "nearest" and "center". |
| api.Element.scrollIntoView.options_parameter.container_option π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.Element.scrollIntoView.options_parameter.inline_option π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollIntoViewIfNeeded | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Element.scrollLeft π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | Chrome: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Chrome Android: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Edge: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Internet Explorer: For right-to-left elements, this property uses 100-0 (most left to most right) instead of negative values.Quest Browser: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Samsung Internet: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.WebView Android: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147. |
| api.Element.scrollTo π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollTo.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollTo.options_left_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollTo.options_top_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Element.scrollTop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.scrollWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: In Internet Explorer 5 through 7, if padding is set, the value of scrollWidth is equal to the sum of the left and right padding. This behavior was fixed in Internet Explorer 8. |
| api.Element.scroll_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.scrollend_event π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.Element.scrollsnapchange_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Element.scrollsnapchanging_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Element.securitypolicyviolation_event π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.Element.setAttribute π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: In Internet Explorer 7 and earlier, setAttribute doesn't set styles and removes events when you try to set them. |
| api.Element.setAttribute.enforces_trusted_types | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.setAttributeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.setAttributeNS.enforces_trusted_types | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Element.setAttributeNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.setAttributeNodeNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: Returns a ClientRectList with ClientRect objects (which do not contain x and y properties) instead of DOMRect objects.Internet Explorer: Returns a ClientRectList with ClientRect objects (which do not contain x and y properties) instead of DOMRect objects. |
| api.Element.setHTML π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | Chrome: Chrome 105 to Chrome 118 (inclusive) supported this method with a significantly different specification.Chrome Android: Chrome Android 105 to Chrome Android 118 (inclusive) supported this method with a significantly different specification.Edge: Edge 105 to Edge 118 (inclusive) supported this method with a significantly different specification.WebView Android: WebView Android 105 to WebView Android 118 (inclusive) supported this method with a significantly different specification. |
| api.Element.setHTMLUnsafe π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Safari: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).Safari on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).WebView on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420). |
| api.Element.setHTMLUnsafe.enforces_trusted_types π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.Element.setPointerCapture π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Firefox: Before Firefox 82, setPointerCapture() throws InvalidPointerId for an invalid pointerId argument. From Firefox 82, it throws the specified NotFoundError exception. See bug 1662124.Firefox for Android: Before Firefox 82, setPointerCapture() throws InvalidPointerId for an invalid pointerId argument. From Firefox 82, it throws the specified NotFoundError exception. See bug 1662124. |
| api.Element.shadowRoot π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.Element.slot π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Element.tagName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Element.toggleAttribute π | Chrome | 9/4/2018 | Edge | 10/2/2018 | 28 | |
| api.Element.touchcancel_event π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.Element.touchend_event π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.Element.touchmove_event π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.Element.touchstart_event π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.Element.transitioncancel_event π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | Chrome: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Chrome Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Edge: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Quest Browser: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Opera: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Opera Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Safari: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired.Safari on iOS: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired.Samsung Internet: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.WebView Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.WebView on iOS: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired. |
| api.Element.transitionend_event π | Chrome | 3/26/2013 | Edge | 10/2/2018 | 2016 | Edge: The ontransitionend event handler property is not supported. To listen to this event, use element.addEventListener('transitionend', function() {});.Internet Explorer: The ontransitionend event handler property is not supported. To listen to this event, use element.addEventListener('transitionend', function() {});. |
| api.Element.transitionrun_event π | Edge | 7/29/2015 | Chrome | 4/23/2019 | 1364 | Internet Explorer: The ontransitionrun event handler property is not supported. To listen to this event, use element.addEventListener('transitionrun', function() {});.Safari: The event handler exists but will never be called.Safari on iOS: The event handler exists but will never be called.WebView on iOS: The event handler exists but will never be called. |
| api.Element.transitionstart_event π | Edge | 7/29/2015 | Chrome | 4/23/2019 | 1364 | Internet Explorer: The ontransitionstart event handler property is not supported. To listen to this event, use element.addEventListener('transitionstart', function() {});.Safari: The event handler exists but will never be called.Safari on iOS: The event handler exists but will never be called.WebView on iOS: The event handler exists but will never be called. |
| api.Element.wheel_event π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: The onwheel event handler property is not supported. To listen to this event, use element.addEventListener('wheel', function() {});. See IE bug 782835. |
| api.ElementInternals π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.ariaActiveDescendantElement π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaAtomic π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaAutoComplete π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaBrailleLabel π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.ElementInternals.ariaBrailleRoleDescription π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.ElementInternals.ariaBusy π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaChecked π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaColCount π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaColIndex π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaColIndexText π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.ElementInternals.ariaColSpan π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaControlsElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaCurrent π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaDescribedByElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaDescription π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.ElementInternals.ariaDetailsElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaDisabled π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaErrorMessageElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaExpanded π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaFlowToElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaHasPopup π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaHidden π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaInvalid π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.ElementInternals.ariaKeyShortcuts π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaLabel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaLabelledByElements π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ElementInternals.ariaLevel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaLive π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaModal π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaMultiLine π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaMultiSelectable π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaOrientation π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaPlaceholder π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaPosInSet π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaPressed π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaReadOnly π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRelevant | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRequired π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRoleDescription π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRowCount π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRowIndex π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaRowIndexText π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.ElementInternals.ariaRowSpan π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaSelected π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaSetSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.ElementInternals.ariaSort π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaValueMax π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaValueMin π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaValueNow π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.ariaValueText π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.ElementInternals.checkValidity π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.form π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.labels π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.reportValidity π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.role π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.ElementInternals.setFormValue π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.setValidity π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.shadowRoot π | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | |
| api.ElementInternals.states π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.ElementInternals.validationMessage π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.validity π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.ElementInternals.willValidate π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.EncodedAudioChunk π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.EncodedAudioChunk π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.byteLength π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.copyTo π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.duration π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.timestamp π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedAudioChunk.type π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.EncodedVideoChunk π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.byteLength π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.copyTo π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.duration π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.timestamp π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EncodedVideoChunk.type π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.EntrySync | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.ErrorEvent π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.ErrorEvent.ErrorEvent π | Chrome | 12/13/2011 | Edge | 8/2/2016 | 1694 | |
| api.ErrorEvent.colno π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.ErrorEvent.error π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.ErrorEvent.filename π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.ErrorEvent.lineno π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.ErrorEvent.message π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.Event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Only available as an internal instance. |
| api.Event.Event π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.Event.bubbles π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.cancelBubble π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Chrome Android: Starting with Chrome Android 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Firefox: Only supported for UIEvent, not all Event objects.Firefox for Android: Only supported for UIEvent, not all Event objects.Node.js: This is not used in Node.js and is provided purely for completeness.Quest Browser: Starting with Quest Browser 5.0 and Opera 45, setting this property to false does nothing, as per spec discussion.Opera: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Opera Android: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Samsung Internet: Starting with Samsung Internet 7.0 and Opera 45, setting this property to false does nothing, as per spec discussion.WebView Android: Starting with WebView Android 58 and Opera 45, setting this property to false does nothing, as per spec discussion. |
| api.Event.cancelable π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.composed π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | Firefox: Before Firefox 95, this property was incorrectly set to false on <select> and <input type='checkbox'> elements.Firefox for Android: Before Firefox for Android 95, this property was incorrectly set to false on <select> and <input type='checkbox'> elements.Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.composedPath π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | Node.js: Returns an array with either the event itself or empty.Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.currentTarget π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: On Internet Explorer 6 through 8, the event model is different. Event listeners are attached with the non-standard EventTarget.attachEvent method. In this model, there is no equivalent to event.currentTarget and this is the global object. One solution to emulate the event.currentTarget feature is to wrap your handler in a function calling the handler using Function.prototype.call with the element as a first argument. This way, this will be the expected value. |
| api.Event.defaultPrevented π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Event.eventPhase π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.initEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 17, a call to this method after the dispatching of the event raised an exception instead of doing nothing.Firefox for Android: Before Firefox for Android 17, a call to this method after the dispatching of the event raised an exception instead of doing nothing. |
| api.Event.isTrusted π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | Chrome: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Chrome Android: Starting with Chrome Android 53 and Opera 40, untrusted events do not invoke the default action.Internet Explorer: In Internet Explorer, all events are trusted except those that are created with the createEvent() method.Quest Browser: Starting with Quest Browser 5.0 and Opera 40, untrusted events do not invoke the default action.Opera: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Opera Android: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Samsung Internet: Starting with Samsung Internet 6.0 and Opera 40, untrusted events do not invoke the default action.WebView Android: Starting with version 53, untrusted events do not invoke the default action. |
| api.Event.preventDefault π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.returnValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.srcElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.stopImmediatePropagation π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Event.stopPropagation π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Event.timeStamp π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Chrome Android: Starting with Chrome Android 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Deno: In Deno this represents the time since UNIX epoch, not since startup. This is considered a bug, see #10835.Firefox: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Firefox for Android: Starting with Chrome 49, Firefox for Android 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Internet Explorer: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Quest Browser: Starting with Quest Browser 5.0, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Opera: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Opera Android: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Samsung Internet: Starting with Samsung Internet 5.0, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.WebView Android: Starting with version 49, this property returns DOMHighResTimeStamp instead of DOMTimeStamp. |
| api.Event.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.EventCounts π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.@@iterator | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.entries | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.forEach | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.get | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.has | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.keys | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.size | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventCounts.values | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.EventSource π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.EventSource π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.EventSource.options_withCredentials_parameter | Chrome | 3/26/2013 | Edge | 1/15/2020 | 2486 | |
| api.EventSource.close π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.error_event π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.message_event π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.open_event π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.readyState π | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | |
| api.EventSource.url π | Chrome | 3/28/2012 | Edge | 1/15/2020 | 2849 | |
| api.EventSource.withCredentials π | Chrome | 3/26/2013 | Edge | 1/15/2020 | 2486 | |
| api.EventSource.worker_support | Chrome | 9/2/2010 | Edge | 1/15/2020 | 3422 | Firefox: Not supported in service workers.Firefox for Android: Not supported in service workers. |
| api.EventTarget π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Only available as an internal instance.Safari: window.EventTarget did not exist on versions of Safari before 10.1.Safari on iOS: window.EventTarget did not exist on versions of Safari iOS before 10.3.WebView on iOS: window.EventTarget did not exist on versions of Safari iOS before 10.3. |
| api.EventTarget.EventTarget π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.EventTarget.addEventListener π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before Chrome 49, the type and listener parameters were optional.Chrome Android: Before Chrome Android 49, the type and listener parameters were optional.Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.attachEvent() method.Quest Browser: Before Quest Browser 5.0, the type and listener parameters were optional.Samsung Internet: Before Samsung Internet 5.0, the type and listener parameters were optional.WebView Android: Before Chrome 49, the type and listener parameters were optional. |
| api.EventTarget.addEventListener.options_parameter | Chrome | 3/2/2016 | Edge | 10/17/2017 | 594 | |
| api.EventTarget.addEventListener.options_parameter.options_capture_parameter π | Chrome | 3/2/2016 | Edge | 10/17/2017 | 594 | |
| api.EventTarget.addEventListener.options_parameter.options_once_parameter π | Chrome | 12/1/2016 | Edge | 10/17/2017 | 320 | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter π | Chrome | 5/25/2016 | Edge | 10/17/2017 | 510 | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_touch | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_wheel | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.EventTarget.addEventListener.options_parameter.options_signal_parameter π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.EventTarget.addEventListener.useCapture_parameter_optional | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.EventTarget.dispatchEvent π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.fireEvent() method. |
| api.EventTarget.removeEventListener π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.detachEvent() method. |
| api.EventTarget.removeEventListener.options_parameter | Chrome | 3/2/2016 | Edge | 10/17/2017 | 594 | |
| api.EventTarget.removeEventListener.useCapture_parameter_optional | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.EventTarget.when π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.ExtendableCookieChangeEvent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ExtendableCookieChangeEvent.changed π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ExtendableCookieChangeEvent.changed.partitioned_property π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ExtendableCookieChangeEvent.deleted π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ExtendableCookieChangeEvent.deleted.partitioned_property π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ExtendableEvent π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ExtendableEvent.ExtendableEvent π | Chrome | 3/3/2015 | Edge | 4/30/2018 | 1154 | |
| api.ExtendableEvent.waitUntil π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ExtendableEvent.waitUntil.async_waitUntil | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | |
| api.ExtendableMessageEvent π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.ExtendableMessageEvent π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.data π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.lastEventId π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.origin π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.ports π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.ExtendableMessageEvent.source π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | |
| api.External π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.External.AddSearchProvider π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From Firefox 78 this function does nothing, as the specification requires. |
| api.External.IsSearchProviderInstalled π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.EyeDropper π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.EyeDropper.EyeDropper π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.EyeDropper.open π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.EyeDropper.secure_context_required | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.FeaturePolicy | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.FeaturePolicy.allowedFeatures | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.FeaturePolicy.allowsFeature | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.FeaturePolicy.features | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.FeaturePolicy.getAllowlistForFeature | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.FederatedCredential π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.FederatedCredential.FederatedCredential π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.FederatedCredential.iconURL π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.FederatedCredential.name π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.FederatedCredential.protocol π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.FederatedCredential.provider π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.Fence π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Fence.getNestedConfigs π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Fence.reportEvent π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Fence.setReportEventDataForAutomaticBeacons π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.FencedFrameConfig π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.FencedFrameConfig.setSharedStorageContext π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.FetchEvent π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.FetchEvent.FetchEvent π | Chrome | 7/21/2015 | Edge | 4/30/2018 | 1014 | |
| api.FetchEvent.clientId π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.FetchEvent.handled π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FetchEvent.isReload | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Chrome: May be removed in a future release, see bug 40487736.Chrome Android: May be removed in a future release, see bug 40487736.Quest Browser: May be removed in a future release, see bug 40487736. |
| api.FetchEvent.preloadResponse π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.FetchEvent.request π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.FetchEvent.respondWith π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.FetchEvent.respondWith.networkerror_on_same-origin_cors | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.FetchEvent.resultingClientId π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.FetchLaterResult π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.FetchLaterResult.activated | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.File π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | Firefox: Non-standard implementation.Firefox for Android: Non-standard implementation.Node.js: Before 23.0.0, File instance cannot be cloned.Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module. |
| api.File.File π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.File.lastModified π | Chrome | 8/2/2011 | Edge | 10/2/2018 | 2618 | |
| api.File.lastModifiedDate | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.File.name π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.File.webkitRelativePath π | Chrome | 8/2/2011 | Edge | 11/12/2015 | 1563 | Firefox for Android: Always an empty string (bug 1973726). |
| api.FileEntrySync | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.FileList π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.FileList.item π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.FileList.length π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.FileReader π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Firefox: Before Firefox 4, Blob parameters were File parameters. |
| api.FileReader.FileReader π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.abort π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.abort_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.error π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Firefox: Before Firefox 13, the error property returned a FileError object.Firefox: From Firefox 13 to Firefox 58, the error property returned a DOMError object.Firefox: From Firefox 58, the error property returns a DOMException object.Firefox for Android: From Firefox 32 to Firefox 58, the error property returned a DOMError object.Firefox for Android: From Firefox 58, the error property returns a DOMException object.Internet Explorer: The error property returns a DOMError object.Safari: The error property returns a DOMError object.Safari on iOS: The error property returns a DOMError object.WebView on iOS: The error property returns a DOMError object. |
| api.FileReader.error_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.load_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.loadend_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.loadstart_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Firefox: loadstart event dispatches synchronously (should be asynchronously as per spec).Firefox for Android: loadstart event dispatches synchronously (should be asynchronously as per spec). |
| api.FileReader.progress_event π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.readAsArrayBuffer π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.readAsBinaryString π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.readAsDataURL π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Firefox for Android: Using the camera in Android 8.x raises an exception. See bug 1511083. |
| api.FileReader.readAsText π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.readyState π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.result π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReader.worker_support | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.FileReaderSync π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileReaderSync.FileReaderSync π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileReaderSync.readAsArrayBuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.FileReaderSync.readAsBinaryString π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileReaderSync.readAsDataURL π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileReaderSync.readAsText π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileReaderSync.worker_support | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.FileSystem π | Chrome | 10/19/2010 | Edge | 10/2/2018 | 2905 | Edge: Before Edge 79, this API was only supported in drag-and-drop scenarios using the DataTransferItem.webkitGetAsEntry() method. It was not available for use in file or folder picker panels (such as when you use an <input> element with the HTMLInputElement.webkitdirectory attribute. |
| api.FileSystem.name π | Chrome | 10/19/2010 | Edge | 10/2/2018 | 2905 | |
| api.FileSystem.root π | Chrome | 10/19/2010 | Edge | 10/2/2018 | 2905 | |
| api.FileSystemDirectoryEntry π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemDirectoryEntry.createReader π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.FileSystemDirectoryEntry.getDirectory π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | Firefox: In Firefox, the errorCallback's input parameter is a DOMException rather than a FileError object.Firefox for Android: In Firefox for Android, the errorCallback's input parameter is a DOMException rather than a FileError object. |
| api.FileSystemDirectoryEntry.getFile π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | Firefox: In Firefox, the errorCallback's input parameter is a DOMException rather than a FileError object.Firefox for Android: In Firefox for Android, the errorCallback's input parameter is a DOMException rather than a FileError object. |
| api.FileSystemDirectoryEntry.removeRecursively | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | Firefox: While the removeRecursively() method existed, it immediately called the error callback with NS_ERROR_DOM_SECURITY_ERR.Firefox for Android: While the removeRecursively() method existed, it immediately called the error callback with NS_ERROR_DOM_SECURITY_ERR. |
| api.FileSystemDirectoryHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.@@asyncIterator π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.entries π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.getDirectoryHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.getFileHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.keys π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.removeEntry π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.resolve π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryHandle.values π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemDirectoryReader π | Chrome | 12/2/2010 | Edge | 10/2/2018 | 2861 | |
| api.FileSystemDirectoryReader.readEntries π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.copyTo | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.filesystem π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.fullPath π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.getMetadata | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.getParent π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.isDirectory π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.isFile π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.moveTo | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.name π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.remove | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemEntry.toURL | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemFileEntry π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemFileEntry.createWriter | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | Firefox: While the createWriter() method existed, it immediately called errorCallback with the NS_ERROR_DOM_SECURITY_ERR error.Firefox for Android: While the createWriter() method existed, it immediately called errorCallback with the NS_ERROR_DOM_SECURITY_ERR error. |
| api.FileSystemFileEntry.file π | Chrome | 12/2/2010 | Edge | 1/15/2020 | 3331 | |
| api.FileSystemFileHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemFileHandle.createSyncAccessHandle π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemFileHandle.createSyncAccessHandle.mode | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.FileSystemFileHandle.createWritable π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemFileHandle.createWritable.mode | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.FileSystemFileHandle.getFile π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle.isSameEntry π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle.kind π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle.name π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle.queryPermission π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemHandle.remove | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.FileSystemHandle.requestPermission π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemObserver | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.FileSystemObserver.FileSystemObserver | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.FileSystemObserver.disconnect | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.FileSystemObserver.observe | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.FileSystemSync | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.FileSystemSync.name | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.FileSystemSync.root | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.FileSystemSyncAccessHandle π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.close π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.close.sync_version | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.FileSystemSyncAccessHandle.flush π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.flush.sync_version | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.FileSystemSyncAccessHandle.getSize π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.getSize.sync_version | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.FileSystemSyncAccessHandle.read π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.truncate π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemSyncAccessHandle.truncate.sync_version | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.FileSystemSyncAccessHandle.write π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.FileSystemWritableFileStream π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemWritableFileStream.seek π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemWritableFileStream.truncate π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FileSystemWritableFileStream.write π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.FocusEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.FocusEvent.FocusEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.FocusEvent.relatedTarget π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.FontData π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontData.blob π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontData.family π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontData.fullName π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontData.postscriptName π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontData.style π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.FontFace π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.FontFace π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.ascentOverride π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.FontFace.descentOverride π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.FontFace.display π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.FontFace.family π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.featureSettings π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | Chrome: The property can be set, but has no effect. See bug 324519293Chrome Android: The property can be set, but has no effect. See bug 324519293Edge: The property can be set, but has no effect. See bug 324519293Quest Browser: The property can be set, but has no effect. See bug 324519293Opera: The property can be set, but has no effect. See bug 324519293Opera Android: The property can be set, but has no effect. See bug 324519293WebView Android: The property can be set, but has no effect. See bug 324519293 |
| api.FontFace.lineGapOverride π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.FontFace.load π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.loaded π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.FontFace.status π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.stretch π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.style π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.unicodeRange π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.variant | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.variationSettings π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.FontFace.weight π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFace.worker_support | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.FontFaceSet π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | Chrome: Chrome does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Chrome Android: Chrome Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Edge: Edge does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Quest Browser: Quest Browser does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Opera: Opera does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Opera Android: Opera Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Samsung Internet: Samsung Internet does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.WebView Android: WebView Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts. |
| api.FontFaceSet.@@iterator π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.FontFaceSet.add π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.check π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Chrome: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Chrome Android: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Edge: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Quest Browser: Prior to version false, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Opera: Prior to version 106, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Opera Android: Prior to version 80, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Samsung Internet: Prior to version 25.0, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.WebView Android: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726. |
| api.FontFaceSet.clear π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.delete π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.entries | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.FontFaceSet.forEach | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.has | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.keys | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.FontFaceSet.load π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.loading_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.loadingdone_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.loadingerror_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.ready π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.size | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.status π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSet.values | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.FontFaceSet.worker_support | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.FontFaceSetLoadEvent π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FontFaceSetLoadEvent.FontFaceSetLoadEvent π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.FontFaceSetLoadEvent.fontfaces π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.FormData π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Before Firefox 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename blob is sent.Firefox for Android: Before Firefox for Android 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox for Android 7, the filename blob is sent.WebView Android: XHR in Android 4.0 sends empty content for FormData with blob. |
| api.FormData.@@iterator | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.FormData π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.FormData.FormData.submitter | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.FormData.append π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Before Firefox 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename blob is sent.Firefox for Android: Before Firefox for Android 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox for Android 7, the filename blob is sent.Internet Explorer: With the "Include local directory pass when uploading files to a server" option enabled, IE will change the filename inside the Blob on the fly. To have direct control of the sent filename, the developer should send the filename as the third parameter value, i.e. formData.append(name, value, filename).WebView Android: XHR in Android 4.0 sends empty content for FormData with blob. |
| api.FormData.append.filename_parameter | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.FormData.delete π | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.entries | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.forEach | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.get π | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.getAll π | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.has π | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.keys | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.set π | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.values | Chrome | 4/13/2016 | Edge | 10/2/2018 | 902 | |
| api.FormData.worker_support | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.FormDataEvent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.FormDataEvent.FormDataEvent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.FormDataEvent.formData π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.FragmentDirective π | Chrome | 4/7/2020 | Edge | 5/21/2020 | 44 | |
| api.GPU π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPU.getPreferredCanvasFormat π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPU.requestAdapter π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPU.requestAdapter.discrete_adapter_default_ac | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on dual GPU macOS devices only.Edge: Supported on dual GPU macOS devices only.Opera: Supported on dual GPU macOS devices only. |
| api.GPU.wgslLanguageFeatures π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapter π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapter.features π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapter.info π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUAdapter.limits π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapter.requestDevice π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapter.requestDevice.handles_duplicate_calls | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome: Before Chrome 140, lost GPUDevice is returned on duplicate calls.Chrome Android: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.Deno: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Edge: Before Edge 140, lost GPUDevice is returned on duplicate calls.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera: Before Opera 124, lost GPUDevice is returned on duplicate calls.Opera Android: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.Safari: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.Safari on iOS: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.Samsung Internet: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.WebView Android: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls.WebView on iOS: Duplicate calls don't reject; instead, lost GPUDevice is returned on duplicate calls. |
| api.GPUAdapter.requestDevice.undefined_limits | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUAdapterInfo π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapterInfo.architecture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapterInfo.description π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapterInfo.device π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUAdapterInfo.isFallbackAdapter π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676. |
| api.GPUAdapterInfo.subgroupMaxSize π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUAdapterInfo.subgroupMinSize π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUAdapterInfo.vendor π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBindGroup.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBindGroupLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBindGroupLayout.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.destroy π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.getMappedRange π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.mapAsync π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.mapState π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.size π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.unmap π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUBuffer.usage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCanvasContext π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCanvasContext.canvas π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCanvasContext.configure π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome: The rgba8unorm format is currently not supported on macOS. See bug 40823053.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Edge: The rgba8unorm format is currently not supported on macOS. See bug 40823053.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera: The rgba8unorm format is currently not supported on macOS. See bug 40823053. |
| api.GPUCanvasContext.configure.toneMapping π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCanvasContext.getConfiguration π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCanvasContext.getCurrentTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCanvasContext.unconfigure π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandBuffer.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.beginComputePass π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.beginComputePass.timestampWrites π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.beginRenderPass π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.beginRenderPass.accepts_GPUTexture_resources | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.beginRenderPass.depthSlice_option π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.beginRenderPass.separate_depth_stencil_read-only | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.beginRenderPass.timestampWrites π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.clearBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.copyBufferToBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUCommandEncoder.copyBufferToTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.copyTextureToBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.copyTextureToTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.finish π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.insertDebugMarker π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.popDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.pushDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCommandEncoder.resolveQuerySet π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationInfo π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationInfo.messages π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.length π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.lineNum π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.linePos π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.message π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.offset π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUCompilationMessage.type π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.dispatchWorkgroups π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.dispatchWorkgroupsIndirect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.end π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.insertDebugMarker π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.popDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.pushDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.setBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.setBindGroup.unset_bind_group | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.setPipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePassEncoder.writeTimestamp | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePipeline.getBindGroupLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUComputePipeline.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.adapterInfo π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTexture_resource | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createBindGroupLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createBindGroupLayout.storageTexture_access_read-write_read-only π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createBindGroupLayout.texture_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome: Before version 138, this method does not throw a RangeError exception when mappedAtCreation is true but size is not a multiple of 4; it generates a validation error instead.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Edge: Before version 138, this method does not throw a RangeError exception when mappedAtCreation is true but size is not a multiple of 4; it generates a validation error instead.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera: Before version 122, this method does not throw a RangeError exception when mappedAtCreation is true but size is not a multiple of 4; it generates a validation error instead. |
| api.GPUDevice.createCommandEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createComputePipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createComputePipeline.optional_entryPoint | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createComputePipelineAsync π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createComputePipelineAsync.optional_entryPoint | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createPipelineLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createPipelineLayout.descriptor_bindGroupLayouts_parameter_accepts_null_values | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createQuerySet π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createQuerySet.timestamp π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderBundleEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipeline.dual-source-blending π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipeline.optional_depthcompare_depthwriteenabled | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipeline.optional_entryPoint | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipeline.texture_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipeline.validates_depth_bias_for_line_and_point_topologies | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipeline.vertex_unorm10-10-10-2 π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipelineAsync π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipelineAsync.dual-source-blending π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipelineAsync.optional_depthcompare_depthwriteenabled | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipelineAsync.optional_entryPoint | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipelineAsync.texture_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createRenderPipelineAsync.validates_depth_bias_for_line_and_point_topologies | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.createRenderPipelineAsync.vertex_unorm10-10-10-2 π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createSampler π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createShaderModule π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.createTexture.texture_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.destroy π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.features π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.importExternalTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supported on Windows only, in all contexts except for service workers.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.importExternalTexture.color_space_display-p3 | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUDevice.importExternalTexture.videoframe_source | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.limits π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.lost π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.popErrorScope π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.pushErrorScope π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.queue π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDevice.uncapturederror_event π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDeviceLostInfo π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDeviceLostInfo.message π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUDeviceLostInfo.reason π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUError.message π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUExternalTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUExternalTexture.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUInternalError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUInternalError.GPUInternalError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUOutOfMemoryError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUOutOfMemoryError.GPUOutOfMemoryError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineError.GPUPipelineError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineError.GPUPipelineError.message_optional | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supported on Windows only, in all contexts except for service workers.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineError.reason π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUPipelineLayout.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet.count π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet.destroy π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet.type π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQuerySet.type.timestamp π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUQueue π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.copyExternalImageToTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.copyExternalImageToTexture.htmlimageelement_imagedata_source | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.copyExternalImageToTexture.videoframe_source | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.onSubmittedWorkDone π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.submit π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.submit.validates_command_buffer_uniqueness | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUQueue.writeBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUQueue.writeTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundle π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundle.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.draw π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.drawIndexed π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.drawIndexedIndirect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.drawIndirect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.finish π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.insertDebugMarker π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.popDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.pushDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setBindGroup.unset_bind_group | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setIndexBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setPipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setVertexBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderBundleEncoder.setVertexBuffer.unset_vertex_buffer | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.beginOcclusionQuery π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.draw π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.drawIndexed π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.drawIndexedIndirect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.drawIndirect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.end π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.endOcclusionQuery π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.executeBundles π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.insertDebugMarker π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.popDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.pushDebugGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setBindGroup.unset_bind_group | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setBlendConstant π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setIndexBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setPipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setScissorRect π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setStencilReference π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setVertexBuffer π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setVertexBuffer.unset_vertex_buffer | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.setViewport π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPassEncoder.writeTimestamp | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPipeline π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPipeline.getBindGroupLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPURenderPipeline.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSampler π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSampler.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUShaderModule π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUShaderModule.getCompilationInfo π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUShaderModule.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.@@iterator π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.entries π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_bgra8unorm-storage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_clip-distances π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_core-features-and-limits π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome: Available on all adapters and enabled automatically on all devices even if not requested.Chrome Android: Available on all adapters and enabled automatically on all devices even if not requested.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Edge: Available on all adapters and enabled automatically on all devices even if not requested.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera: Available on all adapters and enabled automatically on all devices even if not requested.Opera Android: Available on all adapters and enabled automatically on all devices even if not requested.WebView Android: Available on all adapters and enabled automatically on all devices even if not requested. |
| api.GPUSupportedFeatures.feature_depth-clip-control π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_depth32float-stencil8 π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_dual-source-blending π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_float32-blendable π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_float32-filterable π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_indirect-first-instance π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_primitive-index π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_rg11b10ufloat-renderable π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_shader-f16 π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_subgroups π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_subgroups.subgroup_id_num_subgroups | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | Chrome: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Chrome Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Edge: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Opera Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).WebView Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only). |
| api.GPUSupportedFeatures.feature_texture-component-swizzle π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_texture-compression-astc π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_texture-compression-astc-sliced-3d π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_texture-compression-bc π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_texture-compression-bc-sliced-3d π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_texture-compression-etc2 π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.feature_texture-formats-tier1 π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_texture-formats-tier2 π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.feature_timestamp-query π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUSupportedFeatures.forEach π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.has π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.keys π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.size π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedFeatures.values π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxBindGroups π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxBindGroupsPlusVertexBuffers π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676. |
| api.GPUSupportedLimits.maxBindingsPerBindGroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxBufferSize π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxColorAttachmentBytesPerSample π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxColorAttachments π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeInvocationsPerWorkgroup π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeX π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeY π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeZ π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeWorkgroupStorageSize π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxComputeWorkgroupsPerDimension π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxDynamicStorageBuffersPerPipelineLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxDynamicUniformBuffersPerPipelineLayout π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxInterStageShaderVariables π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxSampledTexturesPerShaderStage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxSamplersPerShaderStage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxStorageBufferBindingSize π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxStorageBuffersInFragmentStage π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.GPUSupportedLimits.maxStorageBuffersInVertexStage π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.GPUSupportedLimits.maxStorageBuffersPerShaderStage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxStorageTexturesInFragmentStage π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.GPUSupportedLimits.maxStorageTexturesInVertexStage π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.GPUSupportedLimits.maxStorageTexturesPerShaderStage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxTextureArrayLayers π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxTextureDimension1D π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxTextureDimension2D π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxTextureDimension3D π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxUniformBufferBindingSize π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxUniformBuffersPerShaderStage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxVertexAttributes π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxVertexBufferArrayStride π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.maxVertexBuffers π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.minStorageBufferOffsetAlignment π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUSupportedLimits.minUniformBufferOffsetAlignment π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.createView π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.createView.descriptor_format_parameter_accepts_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.createView.descriptor_swizzle_parameter π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUTexture.createView.descriptor_usage_parameter π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.GPUTexture.depthOrArrayLayers π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.destroy π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.dimension π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.format π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.format.texture_rgb10a2uint π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.height π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.mipLevelCount π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.sampleCount π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.textureBindingViewDimension π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.GPUTexture.usage π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTexture.width π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTextureView π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUTextureView.label π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUUncapturedErrorEvent π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUUncapturedErrorEvent.GPUUncapturedErrorEvent π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUUncapturedErrorEvent.error π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUValidationError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GPUValidationError.GPUValidationError π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.GainNode π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.GainNode.GainNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.GainNode.gain π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.Gamepad π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.axes π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.buttons π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.connected π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.Gamepad.id π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.index π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.mapping π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.secure_context_required | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Gamepad.timestamp π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Gamepad.vibrationActuator π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.GamepadButton π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.GamepadButton.pressed π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.GamepadButton.secure_context_required | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.GamepadButton.touched π | Edge | 4/5/2017 | Chrome | 3/12/2019 | 706 | |
| api.GamepadButton.value π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.GamepadEvent π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.GamepadEvent.GamepadEvent π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.GamepadEvent.gamepad π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.GamepadEvent.secure_context_required | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.GamepadHapticActuator π | Edge | 4/5/2017 | Chrome | 7/24/2018 | 475 | |
| api.GamepadHapticActuator.effects π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GamepadHapticActuator.effects.type_trigger-rumble π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GamepadHapticActuator.playEffect π | Edge | 4/5/2017 | Chrome | 7/24/2018 | 475 | |
| api.GamepadHapticActuator.playEffect.params_leftTrigger_parameter π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GamepadHapticActuator.playEffect.params_rightTrigger_parameter π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GamepadHapticActuator.playEffect.type_trigger-rumble π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GamepadHapticActuator.reset π | Edge | 4/5/2017 | Chrome | 7/24/2018 | 475 | |
| api.GamepadHapticActuator.secure_context_required | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.GamepadHapticActuator.type | Edge | 4/5/2017 | Chrome | 7/24/2018 | 475 | |
| api.Geolocation π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: GPSD (GPS daemon) support added in Firefox 3.6. WiFi-based location is provided by Google (privacy) or a custom provider (MLS instructions). |
| api.Geolocation.clearWatch π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Geolocation.getCurrentPosition π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Geolocation.secure_context_required | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | WebView Android: Secure context is only required for applications targeting Android Nougat (7) and higher. See bug 40465140. |
| api.Geolocation.watchPosition π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.GeolocationCoordinates.accuracy π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.altitude π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.altitudeAccuracy π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.heading π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.latitude π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.longitude π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.secure_context_required | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.GeolocationCoordinates.speed π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationCoordinates.toJSON π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GeolocationPosition π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.GeolocationPosition.coords π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationPosition.secure_context_required | Chrome | 12/1/2015 | Edge | 10/2/2018 | 1036 | |
| api.GeolocationPosition.timestamp π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationPosition.toJSON π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.GeolocationPositionError π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.GeolocationPositionError.code π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationPositionError.message π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.GeolocationPositionError.secure_context_required | Chrome | 12/1/2015 | Edge | 10/2/2018 | 1036 | |
| api.GravitySensor π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.GravitySensor.GravitySensor π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.Gyroscope π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Gyroscope.Gyroscope π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Gyroscope.x π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Gyroscope.y π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Gyroscope.z π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.HID π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HID.connect_event π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HID.disconnect_event π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HID.getDevices π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HID.requestDevice π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HID.worker_support | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDConnectionEvent π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDConnectionEvent.HIDConnectionEvent π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDConnectionEvent.device π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDConnectionEvent.worker_support | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDDevice π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.close π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.collections π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.forget π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.HIDDevice.inputreport_event π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.open π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.opened π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.productId π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.productName π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.receiveFeatureReport π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.sendFeatureReport π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.sendReport π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.vendorId π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDDevice.worker_support | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDInputReportEvent π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDInputReportEvent.data π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDInputReportEvent.device π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDInputReportEvent.reportId π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.HIDInputReportEvent.worker_support | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HTMLAllCollection π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLAllCollection.item π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLAllCollection.length π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLAllCollection.namedItem π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLAnchorElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.attributionSrc π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.HTMLAnchorElement.charset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.coords π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.download π | Chrome | 10/25/2011 | Edge | 11/12/2015 | 1479 | |
| api.HTMLAnchorElement.hash π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded.Firefox for Android: From Firefox for Android 29 to Firefox for Android 40, the returned value was incorrectly percent-decoded. |
| api.HTMLAnchorElement.host π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: In Internet Explorer 9, the host of an <a> always include the port (e.g. developer.mozilla.org:443), even if there is no explicit port in the href attribute value. |
| api.HTMLAnchorElement.hostname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.hreflang π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.interestForElement | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.HTMLAnchorElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.origin π | Chrome | 12/2/2010 | Edge | 4/30/2018 | 2706 | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null. |
| api.HTMLAnchorElement.password π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | |
| api.HTMLAnchorElement.pathname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAnchorElement.ping π | Chrome | 6/7/2011 | Edge | 4/30/2018 | 2519 | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.HTMLAnchorElement.port π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.protocol π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.referrerPolicy π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAnchorElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAnchorElement.referrerPolicy.origin-when-cross-origin | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAnchorElement.referrerPolicy.unsafe-url | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAnchorElement.rel π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.relList π | Chrome | 3/6/2018 | Edge | 10/2/2018 | 210 | |
| api.HTMLAnchorElement.rev π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.search π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAnchorElement.shape π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.toString π | Edge | 7/29/2015 | Chrome | 7/20/2016 | 357 | |
| api.HTMLAnchorElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAnchorElement.username π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | |
| api.HTMLAreaElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.alt π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.attributionSrc π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLAreaElement.coords π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.download π | Edge | 11/12/2015 | Chrome | 10/12/2016 | 335 | |
| api.HTMLAreaElement.hash π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded.Firefox for Android: From Firefox for Android 29 to Firefox for Android 40, the returned value was incorrectly percent-decoded. |
| api.HTMLAreaElement.host π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: In Internet Explorer 9, the host of an <a> always include the port (e.g. developer.mozilla.org:443), even if there is no explicit port in the href attribute value. |
| api.HTMLAreaElement.hostname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.interestForElement | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.HTMLAreaElement.noHref π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.origin π | Chrome | 1/14/2014 | Edge | 4/30/2018 | 1567 | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null. |
| api.HTMLAreaElement.password π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | |
| api.HTMLAreaElement.pathname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAreaElement.ping π | Chrome | 6/7/2011 | Edge | 4/30/2018 | 2519 | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.HTMLAreaElement.port π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.protocol π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.referrerPolicy π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAreaElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAreaElement.referrerPolicy.origin-when-cross-origin | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAreaElement.referrerPolicy.unsafe-url | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLAreaElement.rel π | Edge | 7/29/2015 | Chrome | 10/12/2016 | 441 | |
| api.HTMLAreaElement.relList π | Chrome | 3/6/2018 | Edge | 10/2/2018 | 210 | |
| api.HTMLAreaElement.search π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAreaElement.shape π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLAreaElement.toString π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | |
| api.HTMLAreaElement.username π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | |
| api.HTMLAudioElement π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLAudioElement.Audio π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLBRElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBRElement.clear π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBaseElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBaseElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBaseElement.href.forbid_special_characters | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.HTMLBaseElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.aLink π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.background π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.bgColor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.link π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLBodyElement.vLink π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLButtonElement.command π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.HTMLButtonElement.command.request-close π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.HTMLButtonElement.commandForElement π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.HTMLButtonElement.commandForElement.implicit_anchor_reference π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.HTMLButtonElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.formAction π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | Firefox: In Firefox 56, the implementation has been updated so that the formAction property returns the correct form submission URL, as per spec, when the associated button is being used to submit a form (bug 1366361).Firefox for Android: In Firefox for Android 56, the implementation has been updated so that the formAction property returns the correct form submission URL, as per spec, when the associated button is being used to submit a form (bug 1366361). |
| api.HTMLButtonElement.formEnctype π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLButtonElement.formMethod π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLButtonElement.formNoValidate π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLButtonElement.formTarget π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLButtonElement.interestForElement | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.HTMLButtonElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLButtonElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.popoverTargetAction π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLButtonElement.popoverTargetElement π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLButtonElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLButtonElement.setCustomValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLButtonElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.validationMessage π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLButtonElement.validity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLButtonElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLButtonElement.willValidate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLCanvasElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCanvasElement.captureStream π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.HTMLCanvasElement.contextlost_event π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLCanvasElement.contextrestored_event π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLCanvasElement.getContext π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCanvasElement.getContext.2d_context | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCanvasElement.getContext.2d_context.options_alpha_parameter π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | |
| api.HTMLCanvasElement.getContext.2d_context.options_colorSpace_parameter π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.HTMLCanvasElement.getContext.2d_context.options_colorType_parameter π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.HTMLCanvasElement.getContext.2d_context.options_desynchronized_parameter π | Edge | 1/15/2020 | Chrome | 4/7/2020 | 83 | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.2d_context.options_willReadFrequently_parameter π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLCanvasElement.getContext.bitmaprenderer_context | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLCanvasElement.getContext.bitmaprenderer_context.options_alpha_parameter π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLCanvasElement.getContext.webgl2_context | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter π | Edge | 1/15/2020 | Chrome | 4/7/2020 | 83 | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | Chrome: Chrome respects the GPU hint on macOS only.Chrome Android: Chrome Android respects the GPU hint on macOS only.Edge: Edge respects the GPU hint on macOS only.Firefox: Firefox respects the GPU hint on macOS only.Quest Browser: Quest Browser respects the GPU hint on macOS only.Opera: Opera respects the GPU hint on macOS only.Opera Android: Opera Android respects the GPU hint on macOS only.Samsung Internet: Samsung Internet respects the GPU hint on macOS only.WebView Android: WebView Android respects the GPU hint on macOS only. |
| api.HTMLCanvasElement.getContext.webgl_context | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.HTMLCanvasElement.getContext.webgl_context.options_alpha_parameter π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | |
| api.HTMLCanvasElement.getContext.webgl_context.options_desynchronized_parameter π | Edge | 1/15/2020 | Chrome | 4/7/2020 | 83 | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.webgl_context.options_failIfMajorPerformanceCaveat_parameter π | Chrome | 2/20/2014 | Edge | 7/29/2015 | 524 | |
| api.HTMLCanvasElement.getContext.webgl_context.options_powerPreference_parameter π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | Chrome: Chrome respects the GPU hint on macOS only.Chrome Android: Chrome Android respects the GPU hint on macOS only.Edge: Edge respects the GPU hint on macOS only.Firefox: Firefox respects the GPU hint on macOS only.Quest Browser: Quest Browser respects the GPU hint on macOS only.Opera: Opera respects the GPU hint on macOS only.Opera Android: Opera Android respects the GPU hint on macOS only.Samsung Internet: Samsung Internet respects the GPU hint on macOS only.WebView Android: WebView Android respects the GPU hint on macOS only. |
| api.HTMLCanvasElement.getContext.webgpu_context π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supported on Windows only, in all contexts except for service workers.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.HTMLCanvasElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCanvasElement.toBlob π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toBlob.quality_parameter | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toBlob.type_parameter_jpeg | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toBlob.type_parameter_png | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toBlob.type_parameter_webp | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toDataURL π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLCanvasElement.toDataURL.type_parameter_jpeg | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toDataURL.type_parameter_png | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.HTMLCanvasElement.toDataURL.type_parameter_webp | Chrome | 2/8/2012 | Edge | 1/15/2020 | 2898 | |
| api.HTMLCanvasElement.transferControlToOffscreen π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.HTMLCanvasElement.webglcontextcreationerror_event π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLCanvasElement.webglcontextlost_event π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLCanvasElement.webglcontextrestored_event π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLCanvasElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCollection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCollection.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCollection.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLCollection.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDListElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDListElement.compact π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDataElement π | Edge | 8/2/2016 | Chrome | 10/17/2017 | 441 | |
| api.HTMLDataElement.value π | Edge | 8/2/2016 | Chrome | 10/17/2017 | 441 | |
| api.HTMLDataListElement π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.HTMLDataListElement.options π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.HTMLDetailsElement π | Chrome | 3/8/2011 | Edge | 1/15/2020 | 3235 | |
| api.HTMLDetailsElement.name π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.HTMLDetailsElement.open π | Chrome | 3/8/2011 | Edge | 1/15/2020 | 3235 | |
| api.HTMLDialogElement π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.cancel_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.close π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.close_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.closedBy π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.HTMLDialogElement.open π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.requestClose π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.HTMLDialogElement.returnValue π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.show π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDialogElement.showModal π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLDirectoryElement | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDirectoryElement.compact π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDivElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDivElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.accessKey π | Chrome | 2/8/2012 | Edge | 7/29/2015 | 1267 | |
| api.HTMLElement.attachInternals π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.HTMLElement.attributeStyleMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLElement.autocapitalize π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | Chrome: Supported on HTMLInputElement and HTMLTextAreaElement only.Chrome Android: Supported on HTMLInputElement and HTMLTextAreaElement only.Opera: Supported on HTMLInputElement and HTMLTextAreaElement only.Opera Android: Supported on HTMLInputElement and HTMLTextAreaElement only.Safari on iOS: Supported on HTMLFormElement, HTMLInputElement, and HTMLTextAreaElement only.Samsung Internet: Supported on HTMLInputElement and HTMLTextAreaElement only.WebView Android: Supported on HTMLInputElement and HTMLTextAreaElement only.WebView on iOS: Supported on HTMLFormElement, HTMLInputElement, and HTMLTextAreaElement only. |
| api.HTMLElement.autofocus π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | Chrome: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Chrome Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Edge: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Firefox: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Firefox for Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Internet Explorer: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Quest Browser: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Opera: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Opera Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Safari: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Safari on iOS: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Samsung Internet: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.WebView Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.WebView on iOS: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement. |
| api.HTMLElement.beforetoggle_event π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.beforetoggle_event.dialog_elements π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.HTMLElement.beforetoggle_event.popover_elements π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.blur π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.change_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.click π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | Chrome: Before Chrome 19, click() is only defined on buttons and inputs.Chrome Android: Before Chrome Android 25, click() is only defined on buttons and inputs.Firefox: Before Firefox 5, click() is only defined on buttons and inputs, and has no effect on text and file inputs.Firefox: Starting in Firefox 75, the click() function works even when the element is not attached to a DOM tree.Firefox for Android: Before Firefox 5, click() is only defined on buttons and inputs, and has no effect on text and file inputs.Firefox for Android: Starting in Firefox for Android 79, the click() function works even when the element is not attached to a DOM tree.Quest Browser: Before Quest Browser 5.0, click() is only defined on buttons and inputs.Samsung Internet: Before Samsung Internet 1.5, click() is only defined on buttons and inputs.WebView Android: Before WebView Android 4.4, click() is only defined on buttons and inputs. |
| api.HTMLElement.command_event π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.HTMLElement.contentEditable π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.contentEditable.plaintext-only | Edge | 7/29/2015 | Chrome | 5/25/2016 | 301 | |
| api.HTMLElement.dataset π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.HTMLElement.dir π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.drag_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The drag event handler receives a DragEvent whose coordinate properties (clientX/clientY, pageX/pageY, screenX/screenY) are always 0. See bug 505521.Firefox for Android: The drag event handler receives a DragEvent whose coordinate properties (clientX/clientY, pageX/pageY, screenX/screenY) are always 0. See bug 505521. |
| api.HTMLElement.dragend_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.dragenter_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.draggable π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLElement.dragleave_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.dragover_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.dragstart_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.drop_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.editContext π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.HTMLElement.enterKeyHint π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.HTMLElement.error_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.focus π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari on iOS: If there's no hardware keyboard connected and the user has not yet interacted with the page, then calling focus() on an <input> element has no effect (for example, the element does not match the :focus selector).WebView on iOS: If there's no hardware keyboard connected and the user has not yet interacted with the page, then calling focus() on an <input> element has no effect (for example, the element does not match the :focus selector). |
| api.HTMLElement.focus.options_focusVisible_parameter | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.HTMLElement.focus.options_preventScroll_parameter | Chrome | 1/23/2018 | Edge | 4/30/2018 | 97 | |
| api.HTMLElement.hidden π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLElement.hidePopover π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.inert π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.HTMLElement.inert.ignores_find_in_page π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.HTMLElement.innerText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.inputMode π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLElement.interest_event | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.HTMLElement.isContentEditable π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.lang π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.load_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.loseinterest_event | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.HTMLElement.nonce π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Safari: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements.Safari on iOS: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements.WebView on iOS: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements. |
| api.HTMLElement.offsetHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.offsetLeft π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.offsetParent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.offsetTop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.offsetWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.outerText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.popover π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | Safari on iOS: On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see bug 267688.WebView on iOS: On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see bug 267688. |
| api.HTMLElement.popover.hint π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLElement.showPopover π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.showPopover.options_source_parameter π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | Chrome: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Chrome Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Edge: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Firefox: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 1984004.Firefox for Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 1984004.Opera: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Opera Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Safari: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575.Safari on iOS: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575.Samsung Internet: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.WebView Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.WebView on iOS: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575. |
| api.HTMLElement.showPopover.options_source_parameter.implicit_anchor_reference π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLElement.spellcheck π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLElement.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.tabIndex π | Chrome | 12/11/2008 | Edge | 10/2/2018 | 3582 | Edge: Returns incorrect value for elements without an explicit tabindex attribute. See issue 4365703 for details.Internet Explorer: Returns incorrect value for elements without an explicit tabindex attribute. See issue 4365703 for details. |
| api.HTMLElement.title π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLElement.togglePopover π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.togglePopover.force_parameter π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.HTMLElement.togglePopover.options_force_parameter π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.HTMLElement.togglePopover.options_source_parameter π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | Chrome: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Chrome Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Edge: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Firefox: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 1984004.Firefox for Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 1984004.Opera: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Opera Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.Safari: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575.Safari on iOS: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575.Samsung Internet: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.WebView Android: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 383343310.WebView on iOS: When using this option, the focus order doesn't change, so the popover does not become the next focus element. See bug 286575. |
| api.HTMLElement.togglePopover.options_source_parameter.implicit_anchor_reference π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLElement.togglePopover.returns_boolean | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.HTMLElement.toggle_event π | Chrome | 7/16/2014 | Edge | 1/15/2020 | 2009 | |
| api.HTMLElement.toggle_event.details_elements π | Chrome | 7/16/2014 | Edge | 1/15/2020 | 2009 | |
| api.HTMLElement.toggle_event.dialog_elements π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.HTMLElement.toggle_event.popover_elements π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLElement.translate π | Chrome | 5/15/2012 | Edge | 1/15/2020 | 2801 | |
| api.HTMLElement.virtualKeyboardPolicy π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.HTMLElement.writingSuggestions π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.HTMLEmbedElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 58, this interface can no longer be called as a function.Chrome Android: Starting with Chrome Android 58, this interface can no longer be called as a function.Quest Browser: Starting with Quest Browser 5.0, this interface can no longer be called as a function.Opera: Starting with Opera 45, this interface can no longer be called as a function.Opera Android: Starting with Opera 45, this interface can no longer be called as a function.Samsung Internet: Starting with Samsung Internet 7.0, this interface can no longer be called as a function.WebView Android: Starting with WebView Android 58, this interface can no longer be called as a function. |
| api.HTMLEmbedElement.align π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.HTMLEmbedElement.getSVGDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLEmbedElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLEmbedElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLEmbedElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLEmbedElement.type π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.HTMLEmbedElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFencedFrameElement π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFencedFrameElement.allow π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFencedFrameElement.config π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFencedFrameElement.height π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFencedFrameElement.sandbox π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFencedFrameElement.width π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLFieldSetElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFieldSetElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLFieldSetElement.disabled π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.HTMLFieldSetElement.elements π | Chrome | 7/31/2012 | Edge | 4/30/2018 | 2099 | |
| api.HTMLFieldSetElement.elements.type_HTMLCollection | Chrome | 3/9/2017 | Edge | 10/2/2018 | 572 | |
| api.HTMLFieldSetElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFieldSetElement.name π | Chrome | 5/15/2012 | Edge | 8/2/2016 | 1540 | |
| api.HTMLFieldSetElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLFieldSetElement.setCustomValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLFieldSetElement.type π | Chrome | 5/15/2012 | Edge | 4/30/2018 | 2176 | |
| api.HTMLFieldSetElement.validationMessage π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLFieldSetElement.validity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLFieldSetElement.willValidate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLFontElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFontElement.color π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFontElement.face π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFontElement.size π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormControlsCollection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormControlsCollection.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Returned a NodeList instead of a RadioNodeList.Firefox for Android: Returned a NodeList instead of a RadioNodeList. |
| api.HTMLFormElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.acceptCharset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.action π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.autocomplete π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.HTMLFormElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLFormElement.elements π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.encoding π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.enctype π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.formdata_event π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.HTMLFormElement.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.method π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.noValidate π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLFormElement.rel π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.HTMLFormElement.relList π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.HTMLFormElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLFormElement.requestSubmit π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.HTMLFormElement.reset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.reset_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.submit π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.submit_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFormElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.contentDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.contentWindow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.frameBorder π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.longDesc π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.marginHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.marginWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.noResize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.scrolling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameSetElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameSetElement.cols π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLFrameSetElement.rows π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLGeolocationElement π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.HTMLGeolocationElement π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.autolocate π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.error π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.initialPermissionStatus π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.invalidReason π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.isValid π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.location_event π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.permissionStatus π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.position π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.promptaction_event π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.promptdismiss_event π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.validationstatuschange_event π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLGeolocationElement.watch π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.HTMLHRElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHRElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHRElement.color π | Chrome | 2/20/2014 | Edge | 7/29/2015 | 524 | |
| api.HTMLHRElement.noShade π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHRElement.size π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHRElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHeadElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHeadingElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHeadingElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHtmlElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLHtmlElement.version π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.adAuctionHeaders π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.HTMLIFrameElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.allow π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.HTMLIFrameElement.allowFullscreen π | Chrome | 10/7/2014 | Edge | 7/29/2015 | 295 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| api.HTMLIFrameElement.allowPaymentRequest | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.HTMLIFrameElement.browsingTopics | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLIFrameElement.contentDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.contentWindow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.credentialless π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.HTMLIFrameElement.csp π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.HTMLIFrameElement.featurePolicy | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.HTMLIFrameElement.frameBorder π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.getSVGDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.loading π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.HTMLIFrameElement.longDesc π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.marginHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.marginWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.privateToken π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.HTMLIFrameElement.referrerPolicy π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLIFrameElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLIFrameElement.referrerPolicy.origin-when-cross-origin | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLIFrameElement.referrerPolicy.unsafe-url | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLIFrameElement.sandbox π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Firefox: Previously, the type of sandbox was a DOMString instead of a DOMSettableTokenList. This has been fixed with Firefox 29. Other browsers may still implement the property as DOMString since it was a late change in the specification.Firefox for Android: Previously, the type of sandbox was a DOMString instead of a DOMSettableTokenList. This has been fixed with Firefox for Android 29. Other browsers may still implement the property as DOMString since it was a late change in the specification.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before WebView Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLIFrameElement.scrolling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.sharedStorageWritable π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLIFrameElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLIFrameElement.srcdoc π | Chrome | 6/26/2012 | Edge | 1/15/2020 | 2759 | |
| api.HTMLIFrameElement.srcdoc.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLIFrameElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.Image π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.alt π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.attributionSrc π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.HTMLImageElement.border π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.complete π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: IE reports false for broken images. |
| api.HTMLImageElement.crossOrigin π | Chrome | 8/2/2011 | Edge | 7/29/2015 | 1457 | |
| api.HTMLImageElement.currentSrc π | Chrome | 10/7/2014 | Edge | 11/12/2015 | 401 | |
| api.HTMLImageElement.decode π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.HTMLImageElement.decoding π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.HTMLImageElement.fetchPriority π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.HTMLImageElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.hspace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.isMap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.loading π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.HTMLImageElement.longDesc π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.lowsrc π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.naturalHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.naturalWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.referrerPolicy π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLImageElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLImageElement.referrerPolicy.origin-when-cross-origin | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLImageElement.referrerPolicy.unsafe-url | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.HTMLImageElement.sharedStorageWritable π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLImageElement.sizes π | Chrome | 10/7/2014 | Edge | 11/12/2015 | 401 | |
| api.HTMLImageElement.sizes.auto π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.HTMLImageElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.srcset π | Chrome | 4/8/2014 | Edge | 7/29/2015 | 477 | |
| api.HTMLImageElement.useMap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.vspace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLImageElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.accept π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.alt π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.autocomplete π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.HTMLInputElement.cancel_event π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.HTMLInputElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.checked π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.defaultChecked π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.defaultValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.dirName π | Chrome | 2/8/2012 | Edge | 1/15/2020 | 2898 | |
| api.HTMLInputElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.files π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Internet Explorer: This property is read-only. |
| api.HTMLInputElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.formAction π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLInputElement.formEnctype π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLInputElement.formMethod π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLInputElement.formNoValidate π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.formTarget π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.HTMLInputElement.height π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.HTMLInputElement.incremental | Chrome | 3/8/2011 | Edge | 1/15/2020 | 3235 | |
| api.HTMLInputElement.indeterminate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.invalid_event π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLInputElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLInputElement.list π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.HTMLInputElement.max π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.maxLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.min π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.minLength π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLInputElement.multiple π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLInputElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.pattern π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.placeholder π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLInputElement.popoverTargetAction π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLInputElement.popoverTargetElement π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.HTMLInputElement.popoverTargetElement.implicit_anchor_reference π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.HTMLInputElement.readOnly π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLInputElement.required π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.search_event | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.HTMLInputElement.select π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.select_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.selectionDirection π | Chrome | 10/25/2011 | Edge | 11/12/2015 | 1479 | |
| api.HTMLInputElement.selectionEnd π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.selectionStart π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.selectionchange_event π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Before Chrome 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Chrome Android: Before Chrome Android 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Edge: Before Edge 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Opera: Before Opera 113, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Opera Android: Before Opera Android 84, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Safari: Before Safari 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <input> elements.Safari on iOS: Before Safari on iOS 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <input> elements.Samsung Internet: Before Samsung Internet 28.0, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.WebView Android: Before WebView Android 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.WebView on iOS: Before WebView on iOS 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <input> elements. |
| api.HTMLInputElement.setCustomValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLInputElement.setRangeText π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.HTMLInputElement.setSelectionRange π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.showPicker π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.autocomplete_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.color_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.datalist_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.date_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.datetime_local_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.file_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.month_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.time_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.showPicker.week_input | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.HTMLInputElement.size π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.step π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLInputElement.stepDown π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Does not have a specific UI. There are still differences with the latest spec; see bug 835773.Firefox for Android: Does not have a specific UI. There are still differences with the latest spec; see bug 835773. |
| api.HTMLInputElement.stepUp π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Does not have a specific UI. There are still differences with the latest spec; see bug 835773.Firefox for Android: Does not have a specific UI. There are still differences with the latest spec; see bug 835773. |
| api.HTMLInputElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.useMap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.validationMessage π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLInputElement.validity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLInputElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLInputElement.valueAsDate π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLInputElement.valueAsNumber π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLInputElement.webkitEntries π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | |
| api.HTMLInputElement.webkitdirectory π | Chrome | 10/19/2010 | Edge | 11/12/2015 | 1850 | Chrome Android: In Chrome for Android 131, if a user selects a directory, the browser crashes (see bug 376834374).Chrome Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Firefox for Android: File entries returned for a selected directory have an empty string for webkitRelativePath (bug 1973726).Quest Browser: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Opera Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Safari on iOS: The property can be set, but has no effect (see bug 271705).Samsung Internet: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.WebView Android: In Chrome for Android 131, if a user selects a directory, the browser crashes (see bug 376834374).WebView Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.WebView on iOS: The property can be set, but has no effect (see bug 271705). |
| api.HTMLInputElement.width π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.HTMLInputElement.willValidate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLLIElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 10, Gecko incorrectly reflected negative value attributes to 0.Firefox for Android: Before Firefox for Android 10, Gecko incorrectly reflected negative value attributes to 0. |
| api.HTMLLIElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLIElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLabelElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLabelElement.control π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLLabelElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLabelElement.htmlFor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLegendElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLegendElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLegendElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.as π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | |
| api.HTMLLinkElement.blocking π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HTMLLinkElement.charset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.crossOrigin π | Chrome | 4/8/2014 | Edge | 4/30/2018 | 1483 | |
| api.HTMLLinkElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Chrome Android: In Chrome Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Edge: Since Edge 79, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Quest Browser: In Quest Browser and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera Android: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Samsung Internet: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.WebView Android: In WebView Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets. |
| api.HTMLLinkElement.fetchPriority π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.HTMLLinkElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.hreflang π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.imageSizes π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.HTMLLinkElement.imageSrcset π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.HTMLLinkElement.integrity π | Chrome | 9/1/2015 | Edge | 4/30/2018 | 972 | |
| api.HTMLLinkElement.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.referrerPolicy π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.HTMLLinkElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.HTMLLinkElement.referrerPolicy.origin-when-cross-origin | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.HTMLLinkElement.referrerPolicy.unsafe-url | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.HTMLLinkElement.rel π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.relList π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | |
| api.HTMLLinkElement.rev π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.sheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.sizes π | Chrome | 10/25/2011 | Edge | 1/15/2020 | 3004 | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before WebView 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLLinkElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLLinkElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMapElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMapElement.areas π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMapElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMarqueeElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 65, <marquee> implemented the HTMLDivElement interface.Firefox for Android: Before Firefox for Android 65, <marquee> implemented the HTMLDivElement interface. |
| api.HTMLMarqueeElement.behavior π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.bgColor π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.direction π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.height π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.hspace π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.loop π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.scrollAmount π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.scrollDelay π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.start π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMarqueeElement.stop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMarqueeElement.trueSpeed π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.vspace π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMarqueeElement.width π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLMediaElement π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.abort_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.addTextTrack π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLMediaElement.audioTracks π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLMediaElement.autoplay π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.buffered π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.canPlayType π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: Before Firefox 28, canPlayType() returned probably when asked about WebM audio or video files without the codecs parameter. Since multiple codecs are supported, this is not enough information to determine if a file can be played, so maybe is now correctly returned.Firefox: Before Firefox 101, canPlayType() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: Before Firefox for Android 28, canPlayType() returned probably when asked about WebM audio or video files without the codecs parameter. Since multiple codecs are supported, this is not enough information to determine if a file can be played, so maybe is now correctly returned.Firefox for Android: Before Firefox for Android 101, canPlayType() ignored codecs parameter options for av01 codecs (treating them as av1).Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.HTMLMediaElement.canplay_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.canplaythrough_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.captureStream π | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.HTMLMediaElement.controls π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.controlsList π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.HTMLMediaElement.crossOrigin π | Chrome | 2/20/2014 | Edge | 11/12/2015 | 630 | |
| api.HTMLMediaElement.currentSrc π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.currentTime π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.defaultMuted π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.HTMLMediaElement.defaultPlaybackRate π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.disableRemotePlayback π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.HTMLMediaElement.duration π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.durationchange_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.emptied_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.encrypted_event π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.HTMLMediaElement.ended π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.ended_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.error π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.error_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.load π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.loadeddata_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.loadedmetadata_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.loadstart_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.loop π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.mediaKeys π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.HTMLMediaElement.muted π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.networkState π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Firefox: The NETWORK_LOADED state was removed to align with the HTML spec in Firefox 4. |
| api.HTMLMediaElement.pause π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.pause_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.paused π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.play π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.play.returns_promise | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | |
| api.HTMLMediaElement.play_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.playbackRate π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Chrome: Setting the playbackRate to a negative value will throw an error.Chrome Android: Setting the playbackRate to a negative value will throw an error.Edge: Setting the playbackRate to a negative value will throw an error.Firefox: Setting the playbackRate to a negative value will throw an error.Firefox for Android: Setting the playbackRate to a negative value will throw an error.Quest Browser: Setting the playbackRate to a negative value will throw an error.Opera: Setting the playbackRate to a negative value will throw an error.Opera Android: Setting the playbackRate to a negative value will throw an error.Samsung Internet: Setting the playbackRate to a negative value will throw an error.WebView Android: Setting the playbackRate to a negative value will throw an error. |
| api.HTMLMediaElement.played π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.playing_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.preload π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLMediaElement.preservesPitch π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.HTMLMediaElement.progress_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.ratechange_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.readyState π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.remote π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.HTMLMediaElement.seekable π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.seeked_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.seeking π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.seeking_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.setMediaKeys π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.HTMLMediaElement.setSinkId π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355. |
| api.HTMLMediaElement.sinkId π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355. |
| api.HTMLMediaElement.src π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.srcObject π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Chrome: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Chrome: Support added for MediaStream objects (see bug 41186131).Chrome Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Chrome Android: Support added for MediaStream objects (see bug 41186131).Edge: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Edge: Support added for MediaStream objects (see bug 41186131).Firefox: Only supports MediaStream objects (see bug 886194).Firefox for Android: Only supports MediaStream objects (see bug 886194).Quest Browser: Support added for MediaStream objects (see bug 41186131).Opera: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Opera: Support added for MediaStream objects (see bug 41186131).Opera Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Opera Android: Support added for MediaStream objects (see bug 41186131).Samsung Internet: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Samsung Internet: Support added for MediaStream objects (see bug 41186131).WebView Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).WebView Android: Support added for MediaStream objects (see bug 41186131). |
| api.HTMLMediaElement.stalled_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.suspend_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.textTracks π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLMediaElement.timeupdate_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.videoTracks π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.HTMLMediaElement.volume π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Safari on iOS: volume returns a value and is writable; however, the value is always 1, and setting a value has no effect on the volume of the media object.WebView on iOS: volume returns a value and is writable; however, the value is always 1, and setting a value has no effect on the volume of the media object. |
| api.HTMLMediaElement.volumechange_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.waiting_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLMediaElement.waitingforkey_event π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | Firefox: The onwaitingforkey event handler property is not supported.Firefox for Android: The onwaitingforkey event handler property is not supported. |
| api.HTMLMenuElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMenuElement.compact π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMetaElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMetaElement.content π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMetaElement.httpEquiv π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMetaElement.media π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.HTMLMetaElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMetaElement.scheme π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLMeterElement π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.high π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLMeterElement.low π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.max π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.min π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.optimum π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLMeterElement.value π | Chrome | 9/2/2010 | Edge | 11/12/2015 | 1897 | |
| api.HTMLModElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLModElement.cite π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLModElement.dateTime π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOListElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOListElement.compact π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOListElement.reversed π | Chrome | 3/28/2012 | Edge | 1/15/2020 | 2849 | |
| api.HTMLOListElement.start π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOListElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.archive π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.border π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.checkValidity π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLObjectElement.code π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.codeBase π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.codeType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.contentDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.contentWindow π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | |
| api.HTMLObjectElement.data π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.declare π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.getSVGDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.hspace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.reportValidity π | Chrome | 1/21/2015 | Edge | 10/2/2018 | 1350 | |
| api.HTMLObjectElement.setCustomValidity π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLObjectElement.standby π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.useMap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.validationMessage π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLObjectElement.validity π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLObjectElement.vspace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLObjectElement.willValidate π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLOptGroupElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptGroupElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: The property can be set, but has no effect (see bug 227042).Safari on iOS: The property can be set, but has no effect (see bug 227042).WebView on iOS: The property can be set, but has no effect (see bug 227042). |
| api.HTMLOptGroupElement.label π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.Option π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 9, the outerHTML of elements lose their text when constructing with new Option(). |
| api.HTMLOptionElement.defaultSelected π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.index π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.label π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 7 the label property incorrectly returned an empty string if not defined instead of returning the element's text content.Firefox for Android: Before Firefox for Android 7 the label property incorrectly returned an empty string if not defined instead of returning the element's text content. |
| api.HTMLOptionElement.selected π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionsCollection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionsCollection.add π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionsCollection.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionsCollection.remove π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOptionsCollection.selectedIndex π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLOutputElement π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.checkValidity π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.defaultValue π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.form π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.htmlFor π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLOutputElement.labels π | Chrome | 2/3/2011 | Edge | 10/2/2018 | 2798 | |
| api.HTMLOutputElement.name π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.reportValidity π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.HTMLOutputElement.setCustomValidity π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLOutputElement.type π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.validationMessage π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.validity π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.value π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLOutputElement.willValidate π | Chrome | 2/3/2011 | Edge | 8/2/2016 | 2007 | |
| api.HTMLParagraphElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParagraphElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParamElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParamElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParamElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParamElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLParamElement.valueType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLPictureElement π | Chrome | 10/7/2014 | Edge | 11/12/2015 | 401 | |
| api.HTMLPreElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLPreElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLProgressElement π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLProgressElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLProgressElement.max π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLProgressElement.position π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLProgressElement.value π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLQuoteElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLQuoteElement.cite π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.async π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.HTMLScriptElement.attributionSrc π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.HTMLScriptElement.blocking π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HTMLScriptElement.charset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.crossOrigin π | Chrome | 5/15/2012 | Edge | 8/2/2016 | 1540 | |
| api.HTMLScriptElement.defer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 10, it implemented defer by a proprietary specification. Since version 10 it conforms to the W3C specification. |
| api.HTMLScriptElement.event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.fetchPriority π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.HTMLScriptElement.htmlFor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.innerText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.innerText.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLScriptElement.integrity π | Chrome | 9/1/2015 | Edge | 4/30/2018 | 972 | |
| api.HTMLScriptElement.noModule π | Chrome | 9/5/2017 | Edge | 10/17/2017 | 42 | |
| api.HTMLScriptElement.referrerPolicy π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.HTMLScriptElement.referrerPolicy.no-referrer-when-downgrade | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.HTMLScriptElement.referrerPolicy.origin-when-cross-origin | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.HTMLScriptElement.referrerPolicy.unsafe-url | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.HTMLScriptElement.src π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.src.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLScriptElement.supports_static π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.HTMLScriptElement.text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.text.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLScriptElement.textContent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLScriptElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: You should watch for change events on <select> instead of watching <option> elements for events. See bug 1090602 and Multiprocess Firefox Web content compatibility for details. |
| api.HTMLSelectElement.add π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.add.index_before_parameter | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.HTMLSelectElement.autocomplete π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLSelectElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLSelectElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLSelectElement.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.multiple π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: namedItem does not appear to take the name attribute into account (only the id attribute) on Internet Explorer and Edge. There is a bug report to Microsoft about this.Internet Explorer: namedItem does not appear to take the name attribute into account (only the id attribute) on Internet Explorer and Edge. There is a bug report to Microsoft about this. |
| api.HTMLSelectElement.options π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.remove π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLSelectElement.required π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.HTMLSelectElement.selectedIndex π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.selectedOptions π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.HTMLSelectElement.setCustomValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLSelectElement.showPicker π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.HTMLSelectElement.size π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.validationMessage π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLSelectElement.validity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLSelectElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLSelectElement.willValidate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLSelectedContentElement π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.HTMLSlotElement π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.HTMLSlotElement.assign π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | Chrome: Before Chrome 95, the method accepted any Node instead of just Element and Text.Chrome: Accepted sequence<Node> instead of (Element or Text)....Chrome Android: Before Chrome Android 95, the method accepted any Node instead of just Element and Text.Chrome Android: Accepted sequence<Node> instead of (Element or Text)....Edge: Before Edge 95, the method accepted any Node instead of just Element and Text.Edge: Accepted sequence<Node> instead of (Element or Text)....Quest Browser: Before Quest Browser 18.0, the method accepted any Node instead of just Element and Text.Quest Browser: Accepted sequence<Node> instead of (Element or Text)....Opera: Before Opera 81, the method accepted any Node instead of just Element and Text.Opera: Accepted sequence<Node> instead of (Element or Text)....Opera Android: Before Opera Android 67, the method accepted any Node instead of just Element and Text.Opera Android: Accepted sequence<Node> instead of (Element or Text)....Samsung Internet: Before Samsung Internet 17.0, the method accepted any Node instead of just Element and Text.Samsung Internet: Accepted sequence<Node> instead of (Element or Text)....WebView Android: Before WebView Android 95, the method accepted any Node instead of just Element and Text.WebView Android: Accepted sequence<Node> instead of (Element or Text).... |
| api.HTMLSlotElement.assignedElements π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.HTMLSlotElement.assignedNodes π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.HTMLSlotElement.name π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.HTMLSlotElement.slotchange_event π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | Safari: The onslotchange event handler property is not supported.Safari on iOS: The onslotchange event handler property is not supported.WebView on iOS: The onslotchange event handler property is not supported. |
| api.HTMLSourceElement π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLSourceElement.height π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.HTMLSourceElement.media π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLSourceElement.sizes π | Chrome | 10/7/2014 | Edge | 11/12/2015 | 401 | |
| api.HTMLSourceElement.src π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLSourceElement.srcset π | Chrome | 10/7/2014 | Edge | 11/12/2015 | 401 | |
| api.HTMLSourceElement.type π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLSourceElement.width π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.HTMLSpanElement π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.HTMLStyleElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLStyleElement.blocking π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HTMLStyleElement.disabled π | Chrome | 12/11/2008 | Edge | 11/12/2015 | 2527 | |
| api.HTMLStyleElement.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLStyleElement.sheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLStyleElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCaptionElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCaptionElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.abbr π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.axis π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.bgColor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.cellIndex π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.ch π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.chOff π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.colSpan π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.headers π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.noWrap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.rowSpan π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.scope π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.vAlign π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableCellElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.ch π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.chOff π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.span π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.vAlign π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableColElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.bgColor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.border π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.caption π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.cellPadding π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.cellSpacing π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.createCaption π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.createTBody π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.HTMLTableElement.createTFoot π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.createTHead π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.deleteCaption π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.deleteRow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.deleteTFoot π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.deleteTHead π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.frame π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.insertRow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting with Firefox 20, the index parameter has been made optional and defaults to -1 as per HTML specification.Firefox for Android: Starting with Firefox for Android 20, the index parameter has been made optional and defaults to -1 as per HTML specification. |
| api.HTMLTableElement.rows π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.rules π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.summary π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.tBodies π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.tFoot π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.tHead π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.bgColor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.cells π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.ch π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.chOff π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.deleteCell π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.insertCell π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.insertCell.index_parameter_negative_one | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.insertCell.index_parameter_optional | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.rowIndex π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.sectionRowIndex π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableRowElement.vAlign π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.ch π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.chOff π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.deleteRow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.insertRow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.rows π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTableSectionElement.vAlign π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTemplateElement π | Chrome | 3/26/2013 | Edge | 11/12/2015 | 961 | |
| api.HTMLTemplateElement.content π | Chrome | 3/26/2013 | Edge | 11/12/2015 | 961 | |
| api.HTMLTemplateElement.shadowRootClonable π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.HTMLTemplateElement.shadowRootCustomElementRegistry π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.HTMLTemplateElement.shadowRootDelegatesFocus π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.HTMLTemplateElement.shadowRootMode π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.HTMLTemplateElement.shadowRootSerializable π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.HTMLTextAreaElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.autocomplete π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.HTMLTextAreaElement.checkValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLTextAreaElement.cols π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.defaultValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.dirName π | Chrome | 2/8/2012 | Edge | 1/15/2020 | 2898 | |
| api.HTMLTextAreaElement.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.form π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.labels π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.HTMLTextAreaElement.maxLength π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLTextAreaElement.minLength π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLTextAreaElement.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.placeholder π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLTextAreaElement.readOnly π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.reportValidity π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.HTMLTextAreaElement.required π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLTextAreaElement.rows π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.select π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.select_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.selectionDirection π | Chrome | 10/25/2011 | Edge | 1/15/2020 | 3004 | |
| api.HTMLTextAreaElement.selectionEnd π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.selectionStart π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.selectionchange_event π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Before Chrome 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Chrome Android: Before Chrome Android 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Edge: Before Edge 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Opera: Before Opera 113, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Opera Android: Before Opera Android 84, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Safari: Before Safari 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <textarea> elements.Safari on iOS: Before Safari on iOS 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <textarea> elements.Samsung Internet: Before Samsung Internet 28.0, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.WebView Android: Before WebView Android 127, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.WebView on iOS: Before WebView on iOS 18, a selectionchange event was fired on Document, see Document's selectionchange event. See bug 271033 for firing the event on <textarea> elements. |
| api.HTMLTextAreaElement.setCustomValidity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.WebView Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLTextAreaElement.setRangeText π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.HTMLTextAreaElement.setSelectionRange π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.textLength π | Chrome | 1/25/2010 | Edge | 4/30/2018 | 3017 | |
| api.HTMLTextAreaElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.validationMessage π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.HTMLTextAreaElement.validity π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.HTMLTextAreaElement.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTextAreaElement.willValidate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.HTMLTextAreaElement.wrap π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.HTMLTimeElement π | Edge | 8/2/2016 | Chrome | 10/17/2017 | 441 | |
| api.HTMLTimeElement.dateTime π | Edge | 8/2/2016 | Chrome | 10/17/2017 | 441 | |
| api.HTMLTitleElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTitleElement.text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLTrackElement π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Before Firefox 50, text tracks would only load if the <track> element is in a document.Firefox for Android: Before Firefox for Android 50, text tracks would only load if the <track> element is in a document. |
| api.HTMLTrackElement.cuechange_event π | Chrome | 1/14/2014 | Edge | 8/2/2016 | 931 | Chrome: The oncuechange event handler property is not supported.Chrome Android: The oncuechange event handler property is not supported.Opera: The oncuechange event handler property is not supported.Opera Android: The oncuechange event handler property is not supported.Safari: The oncuechange event handler property is not supported.Safari on iOS: The oncuechange event handler property is not supported.Samsung Internet: The oncuechange event handler property is not supported.WebView Android: The oncuechange event handler property is not supported.WebView on iOS: The oncuechange event handler property is not supported. |
| api.HTMLTrackElement.default π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLTrackElement.kind π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLTrackElement.label π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLTrackElement.readyState π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLTrackElement.src π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Before Firefox 50, setting the src property did not work properly.Firefox for Android: Before Firefox for Android 50, setting the src property did not work properly. |
| api.HTMLTrackElement.srclang π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLTrackElement.track π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.HTMLUListElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLUListElement.compact π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLUListElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.HTMLUnknownElement π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.HTMLVideoElement π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLVideoElement.cancelVideoFrameCallback π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLVideoElement.disablePictureInPicture π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox: This property is undefined, but still has an effect if set to a value.Firefox: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: This property is undefined, but still has an effect if set to a value.Firefox for Android: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP. |
| api.HTMLVideoElement.enterpictureinpicture_event π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.HTMLVideoElement.getVideoPlaybackQuality π | Edge | 7/29/2015 | Chrome | 2/4/2020 | 1651 | Internet Explorer: Only works on Windows 8+. |
| api.HTMLVideoElement.height π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLVideoElement.leavepictureinpicture_event π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.HTMLVideoElement.playsInline π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.HTMLVideoElement.poster π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLVideoElement.requestPictureInPicture π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.HTMLVideoElement.requestVideoFrameCallback π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.HTMLVideoElement.resize_event π | Chrome | 9/15/2009 | Edge | 1/15/2020 | 3774 | Edge: The onresize event handler property is not supported.Internet Explorer: The onresize event handler property is not supported. |
| api.HTMLVideoElement.videoHeight π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLVideoElement.videoWidth π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HTMLVideoElement.width π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.HashChangeEvent π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.HashChangeEvent.HashChangeEvent π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.HashChangeEvent.newURL π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.HashChangeEvent.oldURL π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | |
| api.Headers π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.@@iterator | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.Headers.Headers π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.append π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.delete π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.entries | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.Headers.forEach | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.get π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | Chrome: Before version 57, get() returns only the first value for the specified header.Chrome Android: Before version 57, get() returns only the first value for the specified header.Firefox: Before version 52, get() returns only the first value for the specified header.Firefox for Android: Before version 52, get() returns only the first value for the specified header.Quest Browser: Before version 5.0, get() returns only the first value for the specified header.Opera: Before version 44, get() returns only the first value for the specified header.Opera Android: Before version 43, get() returns only the first value for the specified header.Samsung Internet: Before version 7.0, get() returns only the first value for the specified header.WebView Android: Before version 57, get() returns only the first value for the specified header. |
| api.Headers.getSetCookie π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.Headers.has π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.iterate_combined_duplicates | Chrome | 3/9/2017 | Edge | 10/17/2017 | 222 | |
| api.Headers.iterate_lexicographically | Chrome | 3/9/2017 | Edge | 10/2/2018 | 572 | |
| api.Headers.keys | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.Headers.set π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Headers.values | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.Highlight π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.@@iterator | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.Highlight π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.add | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.clear | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.delete | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.entries | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.forEach | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.has | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.keys | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.priority π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.size | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.type π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Highlight.values | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.@@iterator | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.clear | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.delete | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.entries | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.forEach | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.get | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.has | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.highlightsFromPoint π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.HighlightRegistry.keys | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.set | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.size | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.HighlightRegistry.values | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.History π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.History.back π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.History.forward π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.History.go π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.History.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.History.pushState π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Until Firefox 5, the passed object is serialized using JSON. Starting in Firefox 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed.Firefox for Android: Until Firefox for Android 5, the passed object is serialized using JSON. Starting in Firefox for Android 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed. |
| api.History.replaceState π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Until Firefox 5, the passed object is serialized using JSON. Starting in Firefox 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed.Firefox for Android: Until Firefox for Android 5, the passed object is serialized using JSON. Starting in Firefox for Android 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed. |
| api.History.scrollRestoration π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.History.state π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | |
| api.IDBCursor π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBCursor.advance π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.continue π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.continuePrimaryKey π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.IDBCursor.delete π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.direction π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.key π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.key.binary_keys | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.IDBCursor.primaryKey π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.request π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.IDBCursor.source π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.update π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursor.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursorWithValue π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBCursorWithValue.value π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBCursorWithValue.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBDatabase.abort_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Unknown limitations |
| api.IDBDatabase.close π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.close_event π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.IDBDatabase.createObjectStore π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.deleteObjectStore π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.name π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.objectStoreNames π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.transaction π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.version π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.versionchange_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBDatabase.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBFactory π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBFactory.cmp π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBFactory.databases π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.IDBFactory.deleteDatabase π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBFactory.open π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Safari: In some releases of Safari 14, the first indexedDB.open() call hangs forever, see bug 226547.Safari on iOS: In some releases of Safari on iOS 14, the first indexedDB.open() call hangs forever, see bug 226547.WebView on iOS: In some releases of WebView on iOS 14, the first indexedDB.open() call hangs forever, see bug 226547. |
| api.IDBFactory.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBIndex.count π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.get π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.getAll π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBIndex.getAll.object_parameter π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBIndex.getAll.object_parameter.direction π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBIndex.getAllKeys π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBIndex.getAllKeys.object_parameter π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBIndex.getAllKeys.object_parameter.direction π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBIndex.getAllRecords π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBIndex.getKey π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.keyPath π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.multiEntry π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.name π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.name.renaming_through_name_setter | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.IDBIndex.objectStore π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.openCursor π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.openKeyCursor π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.unique π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBIndex.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBKeyRange.bound_static π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.includes π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.IDBKeyRange.lower π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.lowerBound_static π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.lowerOpen π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.only_static π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.upper π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.upperBound_static π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.upperOpen π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBKeyRange.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBObjectStore.add π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.autoIncrement π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.IDBObjectStore.clear π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.count π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.createIndex π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.delete π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.deleteIndex π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.get π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.getAll π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBObjectStore.getAll.object_parameter π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBObjectStore.getAll.object_parameter.direction π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBObjectStore.getAllKeys π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBObjectStore.getAllKeys.object_parameter π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBObjectStore.getAllKeys.object_parameter.direction π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBObjectStore.getAllRecords π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBObjectStore.getKey π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBObjectStore.index π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.indexNames π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.keyPath π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.name π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.name.renaming_through_name_setter | Chrome | 12/1/2016 | Edge | 10/2/2018 | 670 | |
| api.IDBObjectStore.openCursor π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.openKeyCursor π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.IDBObjectStore.put π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.transaction π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBObjectStore.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBOpenDBRequest π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBOpenDBRequest.blocked_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBOpenDBRequest.upgradeneeded_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBOpenDBRequest.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRecord π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBRecord.key π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBRecord.primaryKey π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBRecord.value π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.IDBRequest π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBRequest.error π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.error.DOMException | Chrome | 1/20/2016 | Edge | 10/2/2018 | 986 | |
| api.IDBRequest.error_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.readyState π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.result π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.source π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.success_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.transaction π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBRequest.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBTransaction.abort π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.abort_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.commit π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.IDBTransaction.complete_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.db π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.durability π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.IDBTransaction.error π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.error.DOMException | Chrome | 1/20/2016 | Edge | 10/2/2018 | 986 | |
| api.IDBTransaction.error_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.mode π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.objectStore π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBTransaction.objectStoreNames π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.IDBTransaction.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBVersionChangeEvent π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.IDBVersionChangeEvent.IDBVersionChangeEvent π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.IDBVersionChangeEvent.newVersion π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBVersionChangeEvent.oldVersion π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IDBVersionChangeEvent.worker_support | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.IIRFilterNode π | Chrome | 3/2/2016 | Edge | 8/2/2016 | 153 | |
| api.IIRFilterNode.IIRFilterNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.IIRFilterNode.getFrequencyResponse π | Chrome | 3/2/2016 | Edge | 8/2/2016 | 153 | |
| api.IdentityCredential π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.IdentityCredential.configURL π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.IdentityCredential.disconnect_static π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.IdentityCredential.isAutoSelected π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IdentityCredential.token π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.IdentityCredentialError π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IdentityCredentialError.IdentityCredentialError π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IdentityCredentialError.error π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.IdentityCredentialError.url π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IdentityProvider π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.IdentityProvider.close_static π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IdentityProvider.getUserInfo_static π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.IdentityProvider.resolve_static π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.IdleDeadline π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.IdleDeadline.didTimeout π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.IdleDeadline.timeRemaining π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.IdleDetector π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.IdleDetector π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.change_event π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.requestPermission_static π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.screenState π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.start π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.IdleDetector.userState π | Chrome | 9/21/2021 | Edge | 6/2/2023 | 619 | |
| api.ImageBitmap π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.ImageBitmap.close π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ImageBitmap.height π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.ImageBitmap.width π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.ImageBitmapRenderingContext π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.ImageBitmapRenderingContext.canvas π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.ImageBitmapRenderingContext.transferFromImageBitmap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.ImageCapture π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ImageCapture.ImageCapture π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ImageCapture.getPhotoCapabilities π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ImageCapture.getPhotoSettings π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.ImageCapture.grabFrame π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ImageCapture.takePhoto π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | Chrome: photoSettings parameter not supported.Chrome Android: photoSettings parameter not supported.Opera: photoSettings parameter not supported.Opera Android: photoSettings parameter not supported.Samsung Internet: photoSettings parameter not supported.WebView Android: photoSettings parameter not supported. |
| api.ImageCapture.track π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ImageData π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ImageData.ImageData π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.ImageData.ImageData.settings_parameter | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.ImageData.ImageData.settings_parameter.colorSpace_option π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.ImageData.ImageData.settings_parameter.pixelFormat_option π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.ImageData.colorSpace π | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.ImageData.data π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ImageData.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ImageData.pixelFormat π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.ImageData.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ImageData.worker_support | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.ImageDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.ImageDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.complete π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.completed π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.decode π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.isTypeSupported_static π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.reset π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.tracks π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageDecoder.type π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrack π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrack.animated π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrack.frameCount π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrack.repetitionCount π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrack.selected π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrackList π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrackList.length π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrackList.ready π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrackList.selectedIndex π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ImageTrackList.selectedTrack π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Ink π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.Ink.requestPresenter π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.InputDeviceCapabilities π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.InputDeviceCapabilities.InputDeviceCapabilities π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.InputDeviceCapabilities.firesTouchEvents π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.InputDeviceInfo π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.InputDeviceInfo.getCapabilities π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.InputEvent π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.InputEvent π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.data π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.dataTransfer π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.getTargetRanges π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.inputType π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InputEvent.isComposing π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.InstallEvent π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.InstallEvent.InstallEvent π | Chrome | 1/21/2015 | Edge | 1/15/2020 | 1820 | |
| api.InstallEvent.addRoutes π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.InterestEvent | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.InterestEvent.InterestEvent | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.InterestEvent.source | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.IntersectionObserver π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserver.IntersectionObserver π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | Firefox: Before version 96, the constructor throws a DOMException if the options.rootMargin option is passed an empty string (see bug 1738791). |
| api.IntersectionObserver.IntersectionObserver.options_root_parameter_Document | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.IntersectionObserver.delay π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.IntersectionObserver.disconnect π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserver.observe π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserver.root π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserver.rootMargin π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | Safari: rootMargin does not work with <iframe>s.Safari on iOS: rootMargin does not work with <iframe>s.WebView on iOS: rootMargin does not work with <iframe>s. |
| api.IntersectionObserver.scrollMargin | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.IntersectionObserver.takeRecords π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserver.thresholds π | Chrome | 7/20/2016 | Edge | 4/5/2017 | 259 | |
| api.IntersectionObserver.trackVisibility π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.IntersectionObserver.unobserve π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserverEntry π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.boundingClientRect π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.intersectionRatio π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.intersectionRect π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.isIntersecting π | Chrome | 4/19/2017 | Edge | 10/17/2017 | 181 | |
| api.IntersectionObserverEntry.isVisible π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.IntersectionObserverEntry.rootBounds π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.target π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.IntersectionObserverEntry.time π | Chrome | 5/25/2016 | Edge | 4/5/2017 | 315 | |
| api.InterventionReportBody π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.columnNumber π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.id π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.lineNumber π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.message π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.sourceFile π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.InterventionReportBody.toJSON π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KHR_parallel_shader_compile π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.Keyboard π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Keyboard.getLayoutMap π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Keyboard.lock π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Keyboard.unlock π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.KeyboardEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardEvent.KeyboardEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.KeyboardEvent.altKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardEvent.charCode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardEvent.code π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | Chrome Android: The value is always empty.Firefox for Android: The value is always empty.Quest Browser: The value is always empty.Opera Android: The value is always empty.Samsung Internet: The value is always empty.WebView Android: The value is always empty. |
| api.KeyboardEvent.ctrlKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardEvent.getModifierState π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.KeyboardEvent.getModifierState.key_parameter_accel | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_alt | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.KeyboardEvent.getModifierState.key_parameter_altgraph | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_capslock | Edge | 7/29/2015 | Chrome | 1/20/2016 | 175 | |
| api.KeyboardEvent.getModifierState.key_parameter_control | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.KeyboardEvent.getModifierState.key_parameter_fn | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_meta | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.KeyboardEvent.getModifierState.key_parameter_numlock | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_os | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_scrolllock | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.getModifierState.key_parameter_shift | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.KeyboardEvent.getModifierState.key_parameter_symbol | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.KeyboardEvent.initKeyboardEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardEvent.isComposing π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.KeyboardEvent.key π | Edge | 7/29/2015 | Chrome | 5/25/2016 | 301 | Chrome: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.Chrome Android: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec.Quest Browser: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.Opera: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.Opera Android: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.Samsung Internet: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904.WebView Android: When selecting an autocomplete suggestion, a keydown event fires where the event's key property is undefined. See bug 41425904. |
| api.KeyboardEvent.key.dead_key | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.KeyboardEvent.key.non_printable_keys | Edge | 7/29/2015 | Chrome | 5/25/2016 | 301 | Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec. |
| api.KeyboardEvent.key.printable_key | Edge | 7/29/2015 | Chrome | 5/25/2016 | 301 | Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec. |
| api.KeyboardEvent.keyCode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: When selecting an autocomplete suggestion, a keydown event fires where the event's keyCode property is undefined. See bug 41425904.Chrome Android: When selecting an autocomplete suggestion, a keydown event fires where the event's keyCode property is undefined. See bug 41425904.Quest Browser: When selecting an autocomplete suggestion, a keydown event fires where the event's keyCode property is undefined. See bug 41425904.Samsung Internet: When selecting an autocomplete suggestion, a keydown event fires where the event's keyCode property is undefined. See bug 41425904.WebView Android: When selecting an autocomplete suggestion, a keydown event fires where the event's keyCode property is undefined. See bug 41425904. |
| api.KeyboardEvent.location π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.KeyboardEvent.metaKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Since Firefox 48, the Windows key is no longer treated as a meta key.Firefox for Android: Since Firefox for Android 48, the Windows key is no longer treated as a meta key. |
| api.KeyboardEvent.repeat π | Edge | 7/29/2015 | Chrome | 5/27/2025 | 3590 | Chrome: Before Chrome 139, on Linux under X11, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Chrome: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Chrome Android: Before Chrome Android 139, on Linux under X11, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Chrome Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Quest Browser: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera: Before Opera 123, on Linux under X11, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera Android: Before Opera Android 91, on Linux under X11, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Samsung Internet: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.WebView Android: Before WebView Android 139, on Linux under X11, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.WebView Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886. |
| api.KeyboardEvent.shiftKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.KeyboardLayoutMap π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.@@iterator | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.entries | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.forEach | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.get | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.has | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.keys | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.size | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyboardLayoutMap.values | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.KeyframeEffect π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.KeyframeEffect.KeyframeEffect π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.KeyframeEffect.composite π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.KeyframeEffect.getKeyframes π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.KeyframeEffect.pseudoElement π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.KeyframeEffect.setKeyframes π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.KeyframeEffect.target π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.LargestContentfulPaint π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.element π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.id π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.loadTime π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.paintTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.LargestContentfulPaint.presentationTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | Firefox: This property is exposed, but always returns null.Firefox for Android: This property is exposed, but always returns null.Safari: This property is exposed, but always returns null.Safari on iOS: This property is exposed, but always returns null.WebView on iOS: This property is exposed, but always returns null. |
| api.LargestContentfulPaint.renderTime π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.renderTime.cross-origin | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.LargestContentfulPaint.size π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.toJSON π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LargestContentfulPaint.url π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LaunchParams π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.LaunchParams.files π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.LaunchParams.targetURL π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.LaunchQueue π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.LaunchQueue.setConsumer π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.LayoutShift π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LayoutShift.hadRecentInput π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LayoutShift.lastInputTime π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LayoutShift.sources π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LayoutShift.toJSON π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LayoutShift.value π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.LayoutShiftAttribution π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LayoutShiftAttribution.currentRect π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LayoutShiftAttribution.node π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LayoutShiftAttribution.previousRect π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LayoutShiftAttribution.toJSON π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.LinearAccelerationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.LinearAccelerationSensor.LinearAccelerationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Location π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.ancestorOrigins π | Chrome | 6/26/2012 | Edge | 1/15/2020 | 2759 | Deno: This value is always empty in Deno. |
| api.Location.assign π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag. |
| api.Location.hash π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.host π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.hostname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.origin π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null.Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.origin. |
| api.Location.pathname π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the pathname property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return "/x?a=true&b=false" rather than "/x".Firefox for Android: Before Firefox for Android 53, the pathname property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return "/x?a=true&b=false" rather than "/x".Internet Explorer: Internet Explorer does not provide the leading slash character in the pathname (docs/Web/API/Location instead of /docs/Web/API/Location). |
| api.Location.port π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.protocol π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Location.reload π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Deno: This method exists but has no effect in Deno.Edge: Before Edge 79, if a page added to Trusted Sites contains a cross-origin iframe, then calling reload() from within the iframe reloads the trusted page (in other words, the top page reloads, not the iframe).Internet Explorer: If a page added to Trusted Sites contains a cross-origin iframe, then calling reload() from within the iframe reloads the trusted page (in other words, the top page reloads, not the iframe). |
| api.Location.replace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag. |
| api.Location.search π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 53, the search property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, search would return "", rather than "?a=true&b=false".Firefox for Android: Before Firefox for Android 53, the search property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, search would return "", rather than "?a=true&b=false". |
| api.Location.toString π | Edge | 7/29/2015 | Chrome | 7/20/2016 | 357 | Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.toString. |
| api.Lock π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Lock.mode π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Lock.name π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.LockManager π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.LockManager.query π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.LockManager.request π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.MIDIAccess π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIAccess.inputs π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIAccess.outputs π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIAccess.statechange_event π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Firefox: The onstatechange event handler is supported, but the event never fires. See bug 1802149. |
| api.MIDIAccess.sysexEnabled π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIConnectionEvent π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIConnectionEvent.MIDIConnectionEvent π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIConnectionEvent.port π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInput π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInput.midimessage_event π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.@@iterator | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.entries | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.forEach | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.get | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.has | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.keys | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.size | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIInputMap.values | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIMessageEvent π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIMessageEvent.MIDIMessageEvent π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIMessageEvent.data π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutput π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutput.send π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.@@iterator | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.entries | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.forEach | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.get | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.has | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.keys | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.size | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIOutputMap.values | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.close π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.connection π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.id π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.manufacturer π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.name π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.open π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.state π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.statechange_event π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.type π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.MIDIPort.version π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.ML π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.ML.createContext π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLContext π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLContext.createConstantTensor π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.MLContext.createTensor π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.MLContext.destroy π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.MLContext.dispatch π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.MLContext.lost π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.MLContext.opSupportLimits π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.MLContext.readTensor π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.MLContext.writeTensor π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.MLGraph π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLGraph.destroy π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.MLGraphBuilder π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLGraphBuilder.MLGraphBuilder π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLGraphBuilder.abs π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.add π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 122 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 122 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 122 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 108 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.argMax π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 128 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 128 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 128 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 114 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.argMin π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 128 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 128 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 128 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 114 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.averagePool2d π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.batchNormalization π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.build π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLGraphBuilder.cast π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.ceil π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.clamp π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.concat π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supports Android since Chrome 113 (CPUs)Chrome: Supports ChromeOS since Chrome 113 (CPUs)Chrome: Supports Linux since Chrome 113 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 113 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 113 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 113 (CPUs)Chrome Android: Supports Linux since Chrome Android 113 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 113 (CPUs, GPUs)Edge: Supports Android since Edge 113 (CPUs)Edge: Supports ChromeOS since Edge 113 (CPUs)Edge: Supports Linux since Edge 113 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 113 (CPUs, GPUs)Opera: Supports Android since Opera 99 (CPUs)Opera: Supports ChromeOS since Opera 99 (CPUs)Opera: Supports Linux since Opera 99 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 99 (CPUs, GPUs) |
| api.MLGraphBuilder.constant π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLGraphBuilder.conv2d π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.convTranspose2d π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.cos π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supports Android since Chrome 123 (CPUs)Chrome: Supports ChromeOS since Chrome 123 (CPUs)Chrome: Supports Linux since Chrome 123 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 123 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 123 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 123 (CPUs)Chrome Android: Supports Linux since Chrome Android 123 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 123 (CPUs, GPUs)Edge: Supports Android since Edge 123 (CPUs)Edge: Supports ChromeOS since Edge 123 (CPUs)Edge: Supports Linux since Edge 123 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 123 (CPUs, GPUs)Opera: Supports Android since Opera 109 (CPUs)Opera: Supports ChromeOS since Opera 109 (CPUs)Opera: Supports Linux since Opera 109 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 109 (CPUs, GPUs) |
| api.MLGraphBuilder.cumulativeSum π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.dequantizeLinear π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 133 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 133 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 133 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 118 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.div π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.elu π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supports Android since Chrome 115 (CPUs)Chrome: Supports ChromeOS since Chrome 115 (CPUs)Chrome: Supports Linux since Chrome 115 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 115 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 115 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 115 (CPUs)Chrome Android: Supports Linux since Chrome Android 115 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 115 (CPUs, GPUs)Edge: Supports Android since Edge 115 (CPUs)Edge: Supports ChromeOS since Edge 115 (CPUs)Edge: Supports Linux since Edge 115 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 115 (CPUs, GPUs)Opera: Supports Android since Opera 101 (CPUs)Opera: Supports ChromeOS since Opera 101 (CPUs)Opera: Supports Linux since Opera 101 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 101 (CPUs, GPUs) |
| api.MLGraphBuilder.equal π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.erf π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.exp π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supports Android since Chrome 123 (CPUs)Chrome: Supports ChromeOS since Chrome 123 (CPUs)Chrome: Supports Linux since Chrome 123 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 123 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 123 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 123 (CPUs)Chrome Android: Supports Linux since Chrome Android 123 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 123 (CPUs, GPUs)Edge: Supports Android since Edge 123 (CPUs)Edge: Supports ChromeOS since Edge 123 (CPUs)Edge: Supports Linux since Edge 123 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 123 (CPUs, GPUs)Opera: Supports Android since Opera 109 (CPUs)Opera: Supports ChromeOS since Opera 109 (CPUs)Opera: Supports Linux since Opera 109 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 109 (CPUs, GPUs) |
| api.MLGraphBuilder.expand π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 128 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 128 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 128 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 114 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.floor π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.gather π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.gatherElements π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | Chrome: Supports Android since Chrome 133 (CPUs)Chrome: Supports ChromeOS since Chrome 133 (CPUs)Chrome: Supports Linux since Chrome 133 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 133 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 133 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 133 (CPUs)Chrome Android: Supports Linux since Chrome Android 133 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 133 (CPUs, GPUs)Edge: Supports Android since Edge 133 (CPUs)Edge: Supports ChromeOS since Edge 133 (CPUs)Edge: Supports Linux since Edge 133 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 133 (CPUs, GPUs)Opera: Supports Android since Opera 118 (CPUs)Opera: Supports ChromeOS since Opera 118 (CPUs)Opera: Supports Linux since Opera 118 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 118 (CPUs, GPUs) |
| api.MLGraphBuilder.gatherND π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.gelu π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.gemm π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.greater π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.greaterOrEqual π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.gru π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | Chrome: Supports Android since Chrome 129 (CPUs)Chrome: Supports ChromeOS since Chrome 129 (CPUs)Chrome: Supports Linux since Chrome 129 (CPUs, GPUs)Chrome: Supports macOS since Chrome 133 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 129 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 129 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 129 (CPUs)Chrome Android: Supports Linux since Chrome Android 129 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 133 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 129 (CPUs, GPUs)Edge: Supports Android since Edge 129 (CPUs)Edge: Supports ChromeOS since Edge 129 (CPUs)Edge: Supports Linux since Edge 129 (CPUs, GPUs)Edge: Supports macOS since Edge 133 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 129 (CPUs, GPUs)Opera: Supports Android since Opera 115 (CPUs)Opera: Supports ChromeOS since Opera 115 (CPUs)Opera: Supports Linux since Opera 115 (CPUs, GPUs)Opera: Supports macOS since Opera 118 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 115 (CPUs, GPUs) |
| api.MLGraphBuilder.gruCell π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | Chrome: Supports Android since Chrome 129 (CPUs)Chrome: Supports ChromeOS since Chrome 129 (CPUs)Chrome: Supports Linux since Chrome 129 (CPUs, GPUs)Chrome: Supports macOS since Chrome 133 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 129 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 129 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 129 (CPUs)Chrome Android: Supports Linux since Chrome Android 129 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 133 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 129 (CPUs, GPUs)Edge: Supports Android since Edge 129 (CPUs)Edge: Supports ChromeOS since Edge 129 (CPUs)Edge: Supports Linux since Edge 129 (CPUs, GPUs)Edge: Supports macOS since Edge 133 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 129 (CPUs, GPUs)Opera: Supports Android since Opera 115 (CPUs)Opera: Supports ChromeOS since Opera 115 (CPUs)Opera: Supports Linux since Opera 115 (CPUs, GPUs)Opera: Supports macOS since Opera 118 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 115 (CPUs, GPUs) |
| api.MLGraphBuilder.hardSigmoid π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.hardSwish π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.identity π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.input π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.instanceNormalization π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.isInfinite π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | Chrome: Supports Android since Chrome 140 (CPUs)Chrome: Supports ChromeOS since Chrome 140 (CPUs)Chrome: Supports Linux since Chrome 140 (CPUs, GPUs)Chrome: Supports macOS since Chrome 141 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 141 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 140 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 140 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 140 (CPUs)Chrome Android: Supports Linux since Chrome Android 140 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 141 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 141 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 140 (CPUs, GPUs)Edge: Supports Android since Edge 140 (CPUs)Edge: Supports ChromeOS since Edge 140 (CPUs)Edge: Supports Linux since Edge 140 (CPUs, GPUs)Edge: Supports macOS since Edge 141 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 141 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 140 (CPUs, GPUs)Opera: Supports Android since Opera 124 (CPUs)Opera: Supports ChromeOS since Opera 124 (CPUs)Opera: Supports Linux since Opera 124 (CPUs, GPUs)Opera: Supports macOS since Opera 125 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 125 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 124 (CPUs, GPUs) |
| api.MLGraphBuilder.isNaN π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | Chrome: Supports Android since Chrome 141 (CPUs)Chrome: Supports ChromeOS since Chrome 141 (CPUs)Chrome: Supports Linux since Chrome 141 (CPUs, GPUs)Chrome: Supports macOS since Chrome 141 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 141 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 141 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 141 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 141 (CPUs)Chrome Android: Supports Linux since Chrome Android 141 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 141 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 141 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 141 (CPUs, GPUs)Edge: Supports Android since Edge 141 (CPUs)Edge: Supports ChromeOS since Edge 141 (CPUs)Edge: Supports Linux since Edge 141 (CPUs, GPUs)Edge: Supports macOS since Edge 141 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 141 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 141 (CPUs, GPUs)Opera: Supports Android since Opera 125 (CPUs)Opera: Supports ChromeOS since Opera 125 (CPUs)Opera: Supports Linux since Opera 125 (CPUs, GPUs)Opera: Supports macOS since Opera 125 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 125 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 125 (CPUs, GPUs) |
| api.MLGraphBuilder.l2Pool2d π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 146 (CPUs)Chrome: Supports ChromeOS since Chrome 146 (CPUs)Chrome: Supports Linux since Chrome 146 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 146 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 146 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 146 (CPUs)Chrome Android: Supports Linux since Chrome Android 146 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 146 (CPUs, GPUs)Edge: Supports Android since Edge 146 (CPUs)Edge: Supports ChromeOS since Edge 146 (CPUs)Edge: Supports Linux since Edge 146 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 146 (CPUs, GPUs)Opera: Supports Android since Opera false (CPUs)Opera: Supports ChromeOS since Opera false (CPUs)Opera: Supports Linux since Opera false (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera false (CPUs, GPUs) |
| api.MLGraphBuilder.layerNormalization π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 129 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 129 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 129 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 115 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.leakyRelu π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supports Android since Chrome 113 (CPUs)Chrome: Supports ChromeOS since Chrome 113 (CPUs)Chrome: Supports Linux since Chrome 113 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 113 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 113 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 113 (CPUs)Chrome Android: Supports Linux since Chrome Android 113 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 113 (CPUs, GPUs)Edge: Supports Android since Edge 113 (CPUs)Edge: Supports ChromeOS since Edge 113 (CPUs)Edge: Supports Linux since Edge 113 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 113 (CPUs, GPUs)Opera: Supports Android since Opera 99 (CPUs)Opera: Supports ChromeOS since Opera 99 (CPUs)Opera: Supports Linux since Opera 99 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 99 (CPUs, GPUs) |
| api.MLGraphBuilder.lesser π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.lesserOrEqual π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.linear π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.log π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supports Android since Chrome 123 (CPUs)Chrome: Supports ChromeOS since Chrome 123 (CPUs)Chrome: Supports Linux since Chrome 123 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 123 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 123 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 123 (CPUs)Chrome Android: Supports Linux since Chrome Android 123 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 123 (CPUs, GPUs)Edge: Supports Android since Edge 123 (CPUs)Edge: Supports ChromeOS since Edge 123 (CPUs)Edge: Supports Linux since Edge 123 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 123 (CPUs, GPUs)Opera: Supports Android since Opera 109 (CPUs)Opera: Supports ChromeOS since Opera 109 (CPUs)Opera: Supports Linux since Opera 109 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 109 (CPUs, GPUs) |
| api.MLGraphBuilder.logicalAnd π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.logicalNot π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 128 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 128 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 128 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 114 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.logicalOr π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.logicalXor π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.lstm π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | Chrome: Supports Android since Chrome 129 (CPUs)Chrome: Supports ChromeOS since Chrome 129 (CPUs)Chrome: Supports Linux since Chrome 129 (CPUs, GPUs)Chrome: Supports macOS since Chrome 133 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 129 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 129 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 129 (CPUs)Chrome Android: Supports Linux since Chrome Android 129 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 133 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 129 (CPUs, GPUs)Edge: Supports Android since Edge 129 (CPUs)Edge: Supports ChromeOS since Edge 129 (CPUs)Edge: Supports Linux since Edge 129 (CPUs, GPUs)Edge: Supports macOS since Edge 133 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 129 (CPUs, GPUs)Opera: Supports Android since Opera 115 (CPUs)Opera: Supports ChromeOS since Opera 115 (CPUs)Opera: Supports Linux since Opera 115 (CPUs, GPUs)Opera: Supports macOS since Opera 118 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 115 (CPUs, GPUs) |
| api.MLGraphBuilder.lstmCell π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | Chrome: Supports Android since Chrome 129 (CPUs)Chrome: Supports ChromeOS since Chrome 129 (CPUs)Chrome: Supports Linux since Chrome 129 (CPUs, GPUs)Chrome: Supports macOS since Chrome 133 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 129 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 129 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 129 (CPUs)Chrome Android: Supports Linux since Chrome Android 129 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 133 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 129 (CPUs, GPUs)Edge: Supports Android since Edge 129 (CPUs)Edge: Supports ChromeOS since Edge 129 (CPUs)Edge: Supports Linux since Edge 129 (CPUs, GPUs)Edge: Supports macOS since Edge 133 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 129 (CPUs, GPUs)Opera: Supports Android since Opera 115 (CPUs)Opera: Supports ChromeOS since Opera 115 (CPUs)Opera: Supports Linux since Opera 115 (CPUs, GPUs)Opera: Supports macOS since Opera 118 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 115 (CPUs, GPUs) |
| api.MLGraphBuilder.matmul π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.max π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.maxPool2d π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.min π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.mul π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.neg π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 127 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 127 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 127 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 113 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.notEqual π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | Chrome: Supports Android since Chrome 134 (CPUs)Chrome: Supports ChromeOS since Chrome 134 (CPUs)Chrome: Supports Linux since Chrome 134 (CPUs, GPUs)Chrome: Supports macOS since Chrome 134 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 134 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 134 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 134 (CPUs)Chrome Android: Supports Linux since Chrome Android 134 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 134 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 134 (CPUs, GPUs)Edge: Supports Android since Edge 134 (CPUs)Edge: Supports ChromeOS since Edge 134 (CPUs)Edge: Supports Linux since Edge 134 (CPUs, GPUs)Edge: Supports macOS since Edge 134 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 134 (CPUs, GPUs)Opera: Supports Android since Opera 119 (CPUs)Opera: Supports ChromeOS since Opera 119 (CPUs)Opera: Supports Linux since Opera 119 (CPUs, GPUs)Opera: Supports macOS since Opera 119 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 119 (CPUs, GPUs) |
| api.MLGraphBuilder.pad π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | Chrome: Supports Android since Chrome 114 (CPUs)Chrome: Supports ChromeOS since Chrome 114 (CPUs)Chrome: Supports Linux since Chrome 114 (CPUs, GPUs)Chrome: Supports macOS since Chrome 129 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 114 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 114 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 114 (CPUs)Chrome Android: Supports Linux since Chrome Android 114 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 129 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 114 (CPUs, GPUs)Edge: Supports Android since Edge 114 (CPUs)Edge: Supports ChromeOS since Edge 114 (CPUs)Edge: Supports Linux since Edge 114 (CPUs, GPUs)Edge: Supports macOS since Edge 129 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 114 (CPUs, GPUs)Opera: Supports Android since Opera 100 (CPUs)Opera: Supports ChromeOS since Opera 100 (CPUs)Opera: Supports Linux since Opera 100 (CPUs, GPUs)Opera: Supports macOS since Opera 115 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 100 (CPUs, GPUs) |
| api.MLGraphBuilder.pow π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | Chrome: Supports Android since Chrome 122 (CPUs)Chrome: Supports ChromeOS since Chrome 122 (CPUs)Chrome: Supports Linux since Chrome 122 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 122 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 122 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 122 (CPUs)Chrome Android: Supports Linux since Chrome Android 122 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 122 (CPUs, GPUs)Edge: Supports Android since Edge 122 (CPUs)Edge: Supports ChromeOS since Edge 122 (CPUs)Edge: Supports Linux since Edge 122 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 122 (CPUs, GPUs)Opera: Supports Android since Opera 108 (CPUs)Opera: Supports ChromeOS since Opera 108 (CPUs)Opera: Supports Linux since Opera 108 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 108 (CPUs, GPUs) |
| api.MLGraphBuilder.prelu π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supports Android since Chrome 115 (CPUs)Chrome: Supports ChromeOS since Chrome 115 (CPUs)Chrome: Supports Linux since Chrome 115 (CPUs, GPUs)Chrome: Supports macOS since Chrome 136 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 115 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 115 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 115 (CPUs)Chrome Android: Supports Linux since Chrome Android 115 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 136 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 115 (CPUs, GPUs)Edge: Supports Android since Edge 115 (CPUs)Edge: Supports ChromeOS since Edge 115 (CPUs)Edge: Supports Linux since Edge 115 (CPUs, GPUs)Edge: Supports macOS since Edge 136 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 115 (CPUs, GPUs)Opera: Supports Android since Opera 101 (CPUs)Opera: Supports ChromeOS since Opera 101 (CPUs)Opera: Supports Linux since Opera 101 (CPUs, GPUs)Opera: Supports macOS since Opera 121 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 101 (CPUs, GPUs) |
| api.MLGraphBuilder.quantizeLinear π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 134 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 134 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 134 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 119 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.reciprocal π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceL1 π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceL2 π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceLogSum π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceLogSumExp π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceMax π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceMean π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | Chrome: Supports Android since Chrome 120 (CPUs)Chrome: Supports ChromeOS since Chrome 120 (CPUs)Chrome: Supports Linux since Chrome 120 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 120 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 120 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 120 (CPUs)Chrome Android: Supports Linux since Chrome Android 120 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 120 (CPUs, GPUs)Edge: Supports Android since Edge 120 (CPUs)Edge: Supports ChromeOS since Edge 120 (CPUs)Edge: Supports Linux since Edge 120 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 120 (CPUs, GPUs)Opera: Supports Android since Opera 106 (CPUs)Opera: Supports ChromeOS since Opera 106 (CPUs)Opera: Supports Linux since Opera 106 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 106 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceMin π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceProduct π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceSum π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.reduceSumSquare π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.relu π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.resample2d π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.reshape π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.reverse π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | Chrome: Supports Android since Chrome 133 (CPUs)Chrome: Supports ChromeOS since Chrome 133 (CPUs)Chrome: Supports Linux since Chrome 133 (CPUs, GPUs)Chrome: Supports macOS since Chrome 137 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 133 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 133 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 133 (CPUs)Chrome Android: Supports Linux since Chrome Android 133 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 137 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 133 (CPUs, GPUs)Edge: Supports Android since Edge 133 (CPUs)Edge: Supports ChromeOS since Edge 133 (CPUs)Edge: Supports Linux since Edge 133 (CPUs, GPUs)Edge: Supports macOS since Edge 137 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 133 (CPUs, GPUs)Opera: Supports Android since Opera 118 (CPUs)Opera: Supports ChromeOS since Opera 118 (CPUs)Opera: Supports Linux since Opera 118 (CPUs, GPUs)Opera: Supports macOS since Opera 121 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 118 (CPUs, GPUs) |
| api.MLGraphBuilder.roundEven π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | Chrome: Supports Android since Chrome 141 (CPUs)Chrome: Supports ChromeOS since Chrome 141 (CPUs)Chrome: Supports Linux since Chrome 141 (CPUs, GPUs)Chrome: Supports macOS since Chrome 141 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 141 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 141 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 141 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 141 (CPUs)Chrome Android: Supports Linux since Chrome Android 141 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 141 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 141 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 141 (CPUs, GPUs)Edge: Supports Android since Edge 141 (CPUs)Edge: Supports ChromeOS since Edge 141 (CPUs)Edge: Supports Linux since Edge 141 (CPUs, GPUs)Edge: Supports macOS since Edge 141 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 141 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 141 (CPUs, GPUs)Opera: Supports Android since Opera 125 (CPUs)Opera: Supports ChromeOS since Opera 125 (CPUs)Opera: Supports Linux since Opera 125 (CPUs, GPUs)Opera: Supports macOS since Opera 125 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 125 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 125 (CPUs, GPUs) |
| api.MLGraphBuilder.scatterElements π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 133 (CPUs)Chrome: Supports ChromeOS since Chrome 133 (CPUs)Chrome: Supports Linux since Chrome 133 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 133 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 133 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 133 (CPUs)Chrome Android: Supports Linux since Chrome Android 133 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 133 (CPUs, GPUs)Edge: Supports Android since Edge 133 (CPUs)Edge: Supports ChromeOS since Edge 133 (CPUs)Edge: Supports Linux since Edge 133 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 133 (CPUs, GPUs)Opera: Supports Android since Opera 118 (CPUs)Opera: Supports ChromeOS since Opera 118 (CPUs)Opera: Supports Linux since Opera 118 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 118 (CPUs, GPUs) |
| api.MLGraphBuilder.scatterND π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | Chrome: Supports Android since Chrome 132 (CPUs)Chrome: Supports ChromeOS since Chrome 132 (CPUs)Chrome: Supports Linux since Chrome 132 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 132 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 132 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 132 (CPUs)Chrome Android: Supports Linux since Chrome Android 132 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 132 (CPUs, GPUs)Edge: Supports Android since Edge 132 (CPUs)Edge: Supports ChromeOS since Edge 132 (CPUs)Edge: Supports Linux since Edge 132 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 132 (CPUs, GPUs)Opera: Supports Android since Opera 117 (CPUs)Opera: Supports ChromeOS since Opera 117 (CPUs)Opera: Supports Linux since Opera 117 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 117 (CPUs, GPUs) |
| api.MLGraphBuilder.sigmoid π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.sign π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | Chrome: Supports Android since Chrome 130 (CPUs)Chrome: Supports ChromeOS since Chrome 130 (CPUs)Chrome: Supports Linux since Chrome 130 (CPUs, GPUs)Chrome: Supports macOS since Chrome 139 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 130 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 130 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 130 (CPUs)Chrome Android: Supports Linux since Chrome Android 130 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 139 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 130 (CPUs, GPUs)Edge: Supports Android since Edge 130 (CPUs)Edge: Supports ChromeOS since Edge 130 (CPUs)Edge: Supports Linux since Edge 130 (CPUs, GPUs)Edge: Supports macOS since Edge 139 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 130 (CPUs, GPUs)Opera: Supports Android since Opera 115 (CPUs)Opera: Supports ChromeOS since Opera 115 (CPUs)Opera: Supports Linux since Opera 115 (CPUs, GPUs)Opera: Supports macOS since Opera 123 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 115 (CPUs, GPUs) |
| api.MLGraphBuilder.sin π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supports Android since Chrome 123 (CPUs)Chrome: Supports ChromeOS since Chrome 123 (CPUs)Chrome: Supports Linux since Chrome 123 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 123 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 123 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 123 (CPUs)Chrome Android: Supports Linux since Chrome Android 123 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 123 (CPUs, GPUs)Edge: Supports Android since Edge 123 (CPUs)Edge: Supports ChromeOS since Edge 123 (CPUs)Edge: Supports Linux since Edge 123 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 123 (CPUs, GPUs)Opera: Supports Android since Opera 109 (CPUs)Opera: Supports ChromeOS since Opera 109 (CPUs)Opera: Supports Linux since Opera 109 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 109 (CPUs, GPUs) |
| api.MLGraphBuilder.slice π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.softmax π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 127 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 127 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 127 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 113 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.softplus π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.softsign π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | Chrome: Supports Android since Chrome 127 (CPUs)Chrome: Supports ChromeOS since Chrome 127 (CPUs)Chrome: Supports Linux since Chrome 127 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 127 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 127 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 127 (CPUs)Chrome Android: Supports Linux since Chrome Android 127 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 127 (CPUs, GPUs)Edge: Supports Android since Edge 127 (CPUs)Edge: Supports ChromeOS since Edge 127 (CPUs)Edge: Supports Linux since Edge 127 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 127 (CPUs, GPUs)Opera: Supports Android since Opera 113 (CPUs)Opera: Supports ChromeOS since Opera 113 (CPUs)Opera: Supports Linux since Opera 113 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 113 (CPUs, GPUs) |
| api.MLGraphBuilder.split π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 130 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 130 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 130 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 115 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.sqrt π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | Chrome: Supports Android since Chrome 122 (CPUs)Chrome: Supports ChromeOS since Chrome 122 (CPUs)Chrome: Supports Linux since Chrome 122 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 122 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 122 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 122 (CPUs)Chrome Android: Supports Linux since Chrome Android 122 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 122 (CPUs, GPUs)Edge: Supports Android since Edge 122 (CPUs)Edge: Supports ChromeOS since Edge 122 (CPUs)Edge: Supports Linux since Edge 122 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 122 (CPUs, GPUs)Opera: Supports Android since Opera 108 (CPUs)Opera: Supports ChromeOS since Opera 108 (CPUs)Opera: Supports Linux since Opera 108 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 108 (CPUs, GPUs) |
| api.MLGraphBuilder.sub π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Supports Android since Chrome 112 (CPUs)Chrome: Supports ChromeOS since Chrome 112 (CPUs)Chrome: Supports Linux since Chrome 112 (CPUs, GPUs)Chrome: Supports macOS since Chrome 124 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 112 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 112 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 112 (CPUs)Chrome Android: Supports Linux since Chrome Android 112 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 124 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 112 (CPUs, GPUs)Edge: Supports Android since Edge 112 (CPUs)Edge: Supports ChromeOS since Edge 112 (CPUs)Edge: Supports Linux since Edge 112 (CPUs, GPUs)Edge: Supports macOS since Edge 124 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 112 (CPUs, GPUs)Opera: Supports Android since Opera 98 (CPUs)Opera: Supports ChromeOS since Opera 98 (CPUs)Opera: Supports Linux since Opera 98 (CPUs, GPUs)Opera: Supports macOS since Opera 110 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 98 (CPUs, GPUs) |
| api.MLGraphBuilder.tan π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLGraphBuilder.tanh π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | Chrome: Supports Android since Chrome 116 (CPUs)Chrome: Supports ChromeOS since Chrome 116 (CPUs)Chrome: Supports Linux since Chrome 116 (CPUs, GPUs)Chrome: Supports macOS since Chrome 139 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 126 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 116 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 116 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 116 (CPUs)Chrome Android: Supports Linux since Chrome Android 116 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 139 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 126 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 116 (CPUs, GPUs)Edge: Supports Android since Edge 116 (CPUs)Edge: Supports ChromeOS since Edge 116 (CPUs)Edge: Supports Linux since Edge 116 (CPUs, GPUs)Edge: Supports macOS since Edge 139 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 126 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 116 (CPUs, GPUs)Opera: Supports Android since Opera 102 (CPUs)Opera: Supports ChromeOS since Opera 102 (CPUs)Opera: Supports Linux since Opera 102 (CPUs, GPUs)Opera: Supports macOS since Opera 123 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 112 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 102 (CPUs, GPUs) |
| api.MLGraphBuilder.tile π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | Chrome: Supports Android since Chrome 131 (CPUs)Chrome: Supports ChromeOS since Chrome 131 (CPUs)Chrome: Supports Linux since Chrome 131 (CPUs, GPUs)Chrome: Supports macOS since Chrome 131 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 131 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 131 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 131 (CPUs)Chrome Android: Supports Linux since Chrome Android 131 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 131 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 131 (CPUs, GPUs)Edge: Supports Android since Edge 131 (CPUs)Edge: Supports ChromeOS since Edge 131 (CPUs)Edge: Supports Linux since Edge 131 (CPUs, GPUs)Edge: Supports macOS since Edge 131 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 131 (CPUs, GPUs)Opera: Supports Android since Opera 116 (CPUs)Opera: Supports ChromeOS since Opera 116 (CPUs)Opera: Supports Linux since Opera 116 (CPUs, GPUs)Opera: Supports macOS since Opera 116 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 116 (CPUs, GPUs) |
| api.MLGraphBuilder.transpose π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supports Android since Chrome 113 (CPUs)Chrome: Supports ChromeOS since Chrome 113 (CPUs)Chrome: Supports Linux since Chrome 113 (CPUs, GPUs)Chrome: Supports macOS since Chrome 125 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 139 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 113 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 113 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 113 (CPUs)Chrome Android: Supports Linux since Chrome Android 113 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 125 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 139 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 113 (CPUs, GPUs)Edge: Supports Android since Edge 113 (CPUs)Edge: Supports ChromeOS since Edge 113 (CPUs)Edge: Supports Linux since Edge 113 (CPUs, GPUs)Edge: Supports macOS since Edge 125 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 139 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 113 (CPUs, GPUs)Opera: Supports Android since Opera 99 (CPUs)Opera: Supports ChromeOS since Opera 99 (CPUs)Opera: Supports Linux since Opera 99 (CPUs, GPUs)Opera: Supports macOS since Opera 111 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 123 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 99 (CPUs, GPUs) |
| api.MLGraphBuilder.triangular π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | Chrome: Supports Android since Chrome 128 (CPUs)Chrome: Supports ChromeOS since Chrome 128 (CPUs)Chrome: Supports Linux since Chrome 128 (CPUs, GPUs)Chrome: Supports macOS since Chrome 132 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 128 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 128 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 128 (CPUs)Chrome Android: Supports Linux since Chrome Android 128 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 132 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 128 (CPUs, GPUs)Edge: Supports Android since Edge 128 (CPUs)Edge: Supports ChromeOS since Edge 128 (CPUs)Edge: Supports Linux since Edge 128 (CPUs, GPUs)Edge: Supports macOS since Edge 132 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 128 (CPUs, GPUs)Opera: Supports Android since Opera 114 (CPUs)Opera: Supports ChromeOS since Opera 114 (CPUs)Opera: Supports Linux since Opera 114 (CPUs, GPUs)Opera: Supports macOS since Opera 117 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 114 (CPUs, GPUs) |
| api.MLGraphBuilder.where π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: Supports Android since Chrome 126 (CPUs)Chrome: Supports ChromeOS since Chrome 126 (CPUs)Chrome: Supports Linux since Chrome 126 (CPUs, GPUs)Chrome: Supports macOS since Chrome 126 (CPUs, GPUs, NPUs)Chrome: Supports Windows 11 24H2+ since Chrome 140 (GPUs, NPUs)Chrome: Supports Windows 11 pre-24H2 since Chrome 126 (CPUs, GPUs)Chrome Android: Supports Android since Chrome Android 126 (CPUs)Chrome Android: Supports ChromeOS since Chrome Android 126 (CPUs)Chrome Android: Supports Linux since Chrome Android 126 (CPUs, GPUs)Chrome Android: Supports macOS since Chrome Android 126 (CPUs, GPUs, NPUs)Chrome Android: Supports Windows 11 24H2+ since Chrome Android 140 (GPUs, NPUs)Chrome Android: Supports Windows 11 pre-24H2 since Chrome Android 126 (CPUs, GPUs)Edge: Supports Android since Edge 126 (CPUs)Edge: Supports ChromeOS since Edge 126 (CPUs)Edge: Supports Linux since Edge 126 (CPUs, GPUs)Edge: Supports macOS since Edge 126 (CPUs, GPUs, NPUs)Edge: Supports Windows 11 24H2+ since Edge 140 (GPUs, NPUs)Edge: Supports Windows 11 pre-24H2 since Edge 126 (CPUs, GPUs)Opera: Supports Android since Opera 112 (CPUs)Opera: Supports ChromeOS since Opera 112 (CPUs)Opera: Supports Linux since Opera 112 (CPUs, GPUs)Opera: Supports macOS since Opera 112 (CPUs, GPUs, NPUs)Opera: Supports Windows 11 24H2+ since Opera 124 (GPUs, NPUs)Opera: Supports Windows 11 pre-24H2 since Opera 112 (CPUs, GPUs) |
| api.MLOperand π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.MLOperand.dataType π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.MLOperand.shape π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.MLTensor π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.MLTensor.constant π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.MLTensor.dataType π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.MLTensor.destroy π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.MLTensor.readable π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.MLTensor.shape π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.MLTensor.writable π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.Magnetometer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.Magnetometer.Magnetometer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.Magnetometer.x π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.Magnetometer.y π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.Magnetometer.z π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.MathMLElement π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.attributeStyleMap π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.autofocus π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.blur π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.dataset π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.focus π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.nonce π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.style π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MathMLElement.tabIndex π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MediaCapabilities π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.MediaCapabilities.decodingInfo π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: The webrtc value of the type option is named transmission.Firefox: Before Firefox 101, decodingInfo() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: The webrtc value of the type option is named transmission.Firefox for Android: Before Firefox for Android 101, decodingInfo() ignored codecs parameter options for av01 codecs (treating them as av1).Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.MediaCapabilities.decodingInfo.configuration_keySystemConfiguration_parameter π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.MediaCapabilities.encodingInfo π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | Firefox: The webrtc value of the type option is named transmission.Firefox for Android: The webrtc value of the type option is named transmission. |
| api.MediaDeviceInfo π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MediaDeviceInfo.deviceId π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MediaDeviceInfo.groupId π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | Firefox: Before Firefox 67, related devices are not actually grouped together by groupId.Firefox for Android: Before Firefox for Android 67, related devices are not actually grouped together by groupId. |
| api.MediaDeviceInfo.kind π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MediaDeviceInfo.label π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MediaDeviceInfo.toJSON π | Chrome | 12/1/2015 | Edge | 10/2/2018 | 1036 | |
| api.MediaDevices π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MediaDevices.devicechange_event π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.MediaDevices.enumerateDevices π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | Firefox: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox: enumerateDevices() only returns input devices.Firefox for Android: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox for Android: enumerateDevices() only returns input devices. |
| api.MediaDevices.getDisplayMedia π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | Chrome Android: From Chrome Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Edge: Available as a member of Navigator instead of MediaDevices.Firefox: Since Firefox 33 you can capture screen data using getUserMedia(), with a video constraint called mediaSource. Before 52 it relied on a client-configurable list of allowed sites.Firefox for Android: From Firefox Android 66 to 79, this method was exposed, but always failed with NotAllowedError.Quest Browser: From Quest Browser 6.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Opera Android: From Opera Android 51 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Samsung Internet: From Samsung Internet 11.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.WebView Android: From WebView Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135. |
| api.MediaDevices.getDisplayMedia.audio_capture_support | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | Chrome: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured.Edge: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured.Opera: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured. |
| api.MediaDevices.getDisplayMedia.controller_option π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MediaDevices.getDisplayMedia.monitorTypeSurfaces_option π | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Default value = includeEdge: Default value = includeOpera: Default value = include |
| api.MediaDevices.getDisplayMedia.preferCurrentTab_option | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | Chrome: Default value = falseEdge: Default value = falseOpera: Default value = false |
| api.MediaDevices.getDisplayMedia.selfBrowserSurface_option π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | Chrome: Default value = excludeChrome: Default value = includeEdge: Default value = excludeEdge: Default value = includeOpera: Default value = excludeOpera: Default value = include |
| api.MediaDevices.getDisplayMedia.surfaceSwitching_option π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | Chrome: Default value = excludeEdge: Default value = excludeOpera: Default value = exclude |
| api.MediaDevices.getDisplayMedia.systemAudio_option π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | Chrome: Default value = includeEdge: Default value = includeOpera: Default value = include |
| api.MediaDevices.getSupportedConstraints π | Edge | 7/29/2015 | Chrome | 8/31/2016 | 399 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_aspectRatio π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_autoGainControl π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_channelCount π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_deviceId π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_echoCancellation π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_facingMode π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_frameRate π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_groupId π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_height π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_latency π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_noiseSuppression π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_resizeMode π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_sampleRate π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_sampleSize π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getSupportedConstraints.return_object_property_width π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.getUserMedia π | Edge | 7/29/2015 | Chrome | 8/31/2016 | 399 | Chrome: If you need this capability before version 53, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Chrome Android: If you need this capability before version 53, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox: If you need this capability before version 36, refer to navigator.mozGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox: Before Firefox 55, getUserMedia() incorrectly returns NotSupportedError when the list of constraints specified is empty, or has all constraints set to false. Starting in Firefox 55, this situation now correctly calls the failure handler with a TypeError.Firefox: When using the Firefox-specific video constraint called mediaSource to request display capture, Firefox 66 and later consider values of screen and window to both cause a list of screens and windows to be shown.Firefox: Starting in Firefox 66, getUserMedia() can no longer be used in sandboxed <iframe>s or data URLs entered in the address bar by the user.Firefox for Android: If you need this capability before version 36, refer to navigator.mozGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox for Android: Before Firefox for Android 55, getUserMedia() incorrectly returns NotSupportedError when the list of constraints specified is empty, or has all constraints set to false. Starting in Firefox for Android 55, this situation now correctly calls the failure handler with a TypeError.Firefox for Android: When using the Firefox for Android-specific video constraint called mediaSource to request display capture, Firefox for Android 66 and later consider values of screen and window to both cause a list of screens and windows to be shown.Firefox for Android: Starting in Firefox for Android 66, getUserMedia() can no longer be used in sandboxed <iframe>s or data URLs entered in the address bar by the user.Quest Browser: If you need this capability before version 5.0, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Opera: If you need this capability before version 40, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Opera Android: If you need this capability before version 41, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API. |
| api.MediaDevices.getUserMedia.constraints_resizeMode_parameter π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.MediaDevices.getUserMedia.secure_context_required | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.MediaDevices.setCaptureHandleConfig π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.MediaElementAudioSourceNode π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.MediaElementAudioSourceNode.MediaElementAudioSourceNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.MediaElementAudioSourceNode.mediaElement π | Chrome | 10/25/2011 | Edge | 1/15/2020 | 3004 | |
| api.MediaEncryptedEvent π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaEncryptedEvent.MediaEncryptedEvent π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaEncryptedEvent.initData π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaEncryptedEvent.initDataType π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaError π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.MediaError.code π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.MediaError.message π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.MediaKeyMessageEvent π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyMessageEvent.MediaKeyMessageEvent π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyMessageEvent.message π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyMessageEvent.messageType π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.close π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.closed π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.expiration π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.generateRequest π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.keyStatuses π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.keystatuseschange_event π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | Chrome: The onkeystatuseschange event handler property is not supported.Chrome Android: The onkeystatuseschange event handler property is not supported.Opera: The onkeystatuseschange event handler property is not supported.Opera Android: The onkeystatuseschange event handler property is not supported.Samsung Internet: The onkeystatuseschange event handler property is not supported.WebView Android: The onkeystatuseschange event handler property is not supported. |
| api.MediaKeySession.load π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.message_event π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | Chrome: The onmessage event handler property is not supported.Chrome Android: The onmessage event handler property is not supported.Opera: The onmessage event handler property is not supported.Opera Android: The onmessage event handler property is not supported.Samsung Internet: The onmessage event handler property is not supported.WebView Android: The onmessage event handler property is not supported. |
| api.MediaKeySession.remove π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.sessionId π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySession.update π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap.@@iterator | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.MediaKeyStatusMap.entries | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.MediaKeyStatusMap.forEach | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap.get π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap.has π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap.keys | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.MediaKeyStatusMap.size π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeyStatusMap.values | Chrome | 4/14/2015 | Edge | 10/17/2017 | 917 | |
| api.MediaKeySystemAccess π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySystemAccess.createMediaKeys π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeySystemAccess.getConfiguration π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | Firefox: Before Firefox 50, the returned object has neither a distinctiveIdentifier nor a persistentState property.Firefox for Android: Before Firefox for Android 50, the returned object has neither a distinctiveIdentifier nor a persistentState property. |
| api.MediaKeySystemAccess.keySystem π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeys π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeys.createSession π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaKeys.getStatusForPolicy π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaKeys.setServerCertificate π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | |
| api.MediaList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.appendMedium π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.deleteMedium π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.mediaText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaList.toString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MediaMetadata π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaMetadata.MediaMetadata π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaMetadata.album π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaMetadata.artist π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaMetadata.artwork π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaMetadata.chapterInfo π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.MediaMetadata.title π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaQueryList π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.MediaQueryList.EventTarget_inheritance | Chrome | 11/18/2014 | Edge | 10/17/2017 | 1064 | |
| api.MediaQueryList.addListener π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.MediaQueryList.change_event π | Chrome | 11/18/2014 | Edge | 1/15/2020 | 1884 | |
| api.MediaQueryList.matches π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.MediaQueryList.media π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.MediaQueryList.removeListener π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.MediaQueryListEvent π | Chrome | 11/18/2014 | Edge | 1/15/2020 | 1884 | |
| api.MediaQueryListEvent.MediaQueryListEvent π | Chrome | 11/18/2014 | Edge | 1/15/2020 | 1884 | |
| api.MediaQueryListEvent.matches π | Chrome | 11/18/2014 | Edge | 1/15/2020 | 1884 | |
| api.MediaQueryListEvent.media π | Chrome | 11/18/2014 | Edge | 1/15/2020 | 1884 | |
| api.MediaRecorder π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | Firefox: Before Firefox 58, using MediaStream.addTrack() on a stream obtained using getUserMedia(), then attempting to record the resulting stream would result in only recording the original stream without the added tracks (severe bug).Firefox for Android: Before Firefox for Android 58, using MediaStream.addTrack() on a stream obtained using getUserMedia(), then attempting to record the resulting stream would result in only recording the original stream without the added tracks (severe bug). |
| api.MediaRecorder.MediaRecorder π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.MediaRecorder.MediaRecorder.options_parameter | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.audioBitrateMode π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.MediaRecorder.audioBitsPerSecond π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.dataavailable_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.error_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | Chrome: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Chrome Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Edge: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Quest Browser: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Opera: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Opera Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Samsung Internet: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.WebView Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876. |
| api.MediaRecorder.isTypeSupported_static π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.MediaRecorder.mimeType π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio.Firefox: Starting with Firefox 71, the behavior of mimeType is more consistent. For example, it now returns the media type even after recording has stopped.WebView Android: Before WebView Android 49, only video is supported, not audio. |
| api.MediaRecorder.pause π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.pause_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.requestData π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.resume π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.resume_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.start π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.MediaRecorder.start_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.state π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio.WebView Android: Before WebView Android 49, only video is supported, not audio. |
| api.MediaRecorder.stop π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.stop_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaRecorder.stream π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio. |
| api.MediaRecorder.videoBitsPerSecond π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.MediaSession π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.metadata π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.playbackState π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.setActionHandler π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.setActionHandler.hangup_type | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.MediaSession.setActionHandler.nextslide_type | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.MediaSession.setActionHandler.nexttrack_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.pause_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.play_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.previousslide_type | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.MediaSession.setActionHandler.previoustrack_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.seekbackward_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.seekforward_type | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.MediaSession.setActionHandler.seekto_type | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.MediaSession.setActionHandler.skipad_type | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.MediaSession.setActionHandler.stop_type | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.MediaSession.setActionHandler.togglecamera_type | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.MediaSession.setActionHandler.togglemicrophone_type | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.MediaSession.setCameraActive π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.MediaSession.setMicrophoneActive π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.MediaSession.setPositionState π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSource π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.MediaSource π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.activeSourceBuffers π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.addSourceBuffer π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.canConstructInDedicatedWorker_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.clearLiveSeekableRange π | Chrome | 10/17/2017 | Edge | 4/30/2018 | 195 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.duration π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.endOfStream π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.handle π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.isTypeSupported_static π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: Before Firefox 101, isTypeSupported() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: Before Firefox 101, isTypeSupported() ignored codecs parameter options for av01 codecs (treating them as av1).Internet Explorer: Only works on Windows 8+.Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.MediaSource.readyState π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.removeSourceBuffer π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.setLiveSeekableRange π | Chrome | 10/17/2017 | Edge | 4/30/2018 | 195 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.sourceBuffers π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.sourceclose_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onsourceclose event handler property is not supported.Chrome Android: The onsourceclose event handler property is not supported.Edge: The onsourceclose event handler property is not supported.Firefox: The onsourceclose event handler property is not supported.Firefox for Android: The onsourceclose event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceclose event handler property is not supported.Opera Android: The onsourceclose event handler property is not supported.Safari: The onsourceclose event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceclose event handler property is not supported.WebView Android: The onsourceclose event handler property is not supported. |
| api.MediaSource.sourceended_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onsourceended event handler property is not supported.Chrome Android: The onsourceended event handler property is not supported.Edge: The onsourceended event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceended event handler property is not supported.Opera Android: The onsourceended event handler property is not supported.Safari: The onsourceended event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceended event handler property is not supported.WebView Android: The onsourceclose event handler property is not supported. |
| api.MediaSource.sourceopen_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onsourceopen event handler property is not supported.Chrome Android: The onsourceopen event handler property is not supported.Edge: The onsourceopen event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceopen event handler property is not supported.Opera Android: The onsourceopen event handler property is not supported.Safari: The onsourceopen event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceopen event handler property is not supported.WebView Android: The onsourceopen event handler property is not supported. |
| api.MediaSource.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.MediaSourceHandle π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.MediaStream π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.MediaStream.MediaStream π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.MediaStream.active π | Chrome | 4/14/2015 | Edge | 7/29/2015 | 106 | |
| api.MediaStream.active_event | Chrome | 4/14/2015 | Edge | 7/29/2015 | 106 | |
| api.MediaStream.addTrack π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStream.addtrack_event π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStream.clone π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.MediaStream.getAudioTracks π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | Firefox: Before Firefox 64, this method returned an array of AudioStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality.Firefox for Android: Before Firefox for Android 64, this method returned an array of AudioStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality. |
| api.MediaStream.getTrackById π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStream.getTracks π | Chrome | 10/7/2014 | Edge | 7/29/2015 | 295 | |
| api.MediaStream.getVideoTracks π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | Firefox: Before Firefox 64, this method returned an array of VideoStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality.Firefox for Android: Before Firefox for Android 64, this method returned an array of VideoStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality. |
| api.MediaStream.id π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStream.inactive_event | Chrome | 4/14/2015 | Edge | 7/29/2015 | 106 | |
| api.MediaStream.removeTrack π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStream.removetrack_event π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | Firefox: Before Firefox 72, the event handler was exposed but had no effect.Firefox for Android: Before Firefox for Android 79, the event handler was exposed but had no effect. |
| api.MediaStreamAudioDestinationNode π | Chrome | 2/21/2013 | Edge | 10/2/2018 | 2049 | |
| api.MediaStreamAudioDestinationNode.MediaStreamAudioDestinationNode π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.MediaStreamAudioDestinationNode.stream π | Chrome | 2/21/2013 | Edge | 10/2/2018 | 2049 | |
| api.MediaStreamAudioSourceNode π | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.MediaStreamAudioSourceNode.MediaStreamAudioSourceNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.MediaStreamAudioSourceNode.mediaStream π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | |
| api.MediaStreamEvent | Chrome | 3/26/2013 | Edge | 4/5/2017 | 1471 | |
| api.MediaStreamEvent.MediaStreamEvent | Chrome | 3/26/2013 | Edge | 4/5/2017 | 1471 | |
| api.MediaStreamEvent.stream | Chrome | 3/26/2013 | Edge | 4/5/2017 | 1471 | |
| api.MediaStreamTrack π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.applyConstraints π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.aspectRatio_constraint π | Edge | 4/5/2017 | Chrome | 6/5/2017 | 61 | |
| api.MediaStreamTrack.applyConstraints.autoGainControl_constraint π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.MediaStreamTrack.applyConstraints.channelCount_constraint π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.MediaStreamTrack.applyConstraints.deviceId_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | Firefox: Before Firefox 69, Firefox only supported deviceId in constraints passed into getUserMedia().Firefox for Android: Firefox for Android only supports deviceId when used in constraints passed into getUserMedia(). |
| api.MediaStreamTrack.applyConstraints.displaySurface_constraint π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.MediaStreamTrack.applyConstraints.echoCancellation_constraint π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.all π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.remote-only π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.MediaStreamTrack.applyConstraints.facingMode_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.frameRate_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.groupId_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.height_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.latency_constraint π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.MediaStreamTrack.applyConstraints.noiseSuppression_constraint π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.MediaStreamTrack.applyConstraints.resizeMode_constraint π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.MediaStreamTrack.applyConstraints.restrictOwnAudio_constraint π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.MediaStreamTrack.applyConstraints.sampleRate_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.sampleSize_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.suppressLocalAudioPlayback_constraint π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.MediaStreamTrack.applyConstraints.volume_constraint | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.applyConstraints.width_constraint π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.capturehandlechange_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.MediaStreamTrack.clone π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.MediaStreamTrack.contentHint π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.MediaStreamTrack.enabled π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.ended_event π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.getCapabilities π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.getCaptureHandle π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.MediaStreamTrack.getConstraints π | Edge | 7/29/2015 | Chrome | 8/31/2016 | 399 | |
| api.MediaStreamTrack.getSettings π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.MediaStreamTrack.getSettings.return_object_property_screenPixelRatio π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.MediaStreamTrack.id π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.kind π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.label π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.mute_event π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.muted π | Chrome | 10/7/2014 | Edge | 7/29/2015 | 295 | Firefox: Does not currently track the microphone's muted state from the operating system, see bug 1739163.Firefox for Android: Does not currently track the microphone's muted state from the operating system, see bug 1739163. |
| api.MediaStreamTrack.readyState π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrack.stop π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | |
| api.MediaStreamTrack.unmute_event π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrackEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrackEvent.MediaStreamTrackEvent π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.MediaStreamTrackEvent.track π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MediaStreamTrackGenerator | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.MediaStreamTrackGenerator.MediaStreamTrackGenerator | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.MediaStreamTrackGenerator.writable | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.MediaStreamTrackProcessor π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | Chrome: Exposed on Window instead of DedicatedWorker.Chrome Android: Exposed on Window instead of DedicatedWorker.Edge: Exposed on Window instead of DedicatedWorker.Quest Browser: Exposed on Window instead of DedicatedWorker.Opera: Exposed on Window instead of DedicatedWorker.Opera Android: Exposed on Window instead of DedicatedWorker.Samsung Internet: Exposed on Window instead of DedicatedWorker.WebView Android: Exposed on Window instead of DedicatedWorker. |
| api.MediaStreamTrackProcessor.MediaStreamTrackProcessor π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | Chrome: Exposed on Window instead of DedicatedWorker.Chrome Android: Exposed on Window instead of DedicatedWorker.Edge: Exposed on Window instead of DedicatedWorker.Quest Browser: Exposed on Window instead of DedicatedWorker.Opera: Exposed on Window instead of DedicatedWorker.Opera Android: Exposed on Window instead of DedicatedWorker.Samsung Internet: Exposed on Window instead of DedicatedWorker.WebView Android: Exposed on Window instead of DedicatedWorker. |
| api.MediaStreamTrackProcessor.readable π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.MessageChannel π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Available as a part of the worker_threads module. |
| api.MessageChannel.MessageChannel π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageChannel.port1 π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageChannel.port2 π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent.MessageEvent π | Chrome | 12/13/2011 | Edge | 8/2/2016 | 1694 | |
| api.MessageEvent.data π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent.initMessageEvent π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent.lastEventId π | Chrome | 5/21/2009 | Edge | 4/30/2018 | 3266 | |
| api.MessageEvent.origin π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent.ports π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.MessageEvent.source π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessageEvent.userActivation | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.MessagePort π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Available as a part of the worker_threads module.Node.js: Available as a part of the worker_threads module.Node.js: Inherits from Node EventEmitter instead of DOM EventTarget. |
| api.MessagePort.close π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessagePort.message_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Supports the event, but only via Node EventEmitter. |
| api.MessagePort.messageerror_event π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter. |
| api.MessagePort.postMessage π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown. |
| api.MessagePort.postMessage.options_includeUserActivation_parameter | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.MessagePort.start π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.MessagePort.worker_support | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Metadata | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Metadata.modificationTime | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Metadata.size | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.MimeType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeType.description π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeType.enabledPlugin π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeType.suffixes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeType.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeTypeArray π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeTypeArray.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before version 59, method parameters were optionalChrome Android: Before version 59, method parameters were optionalQuest Browser: Before version 5.0, method parameters were optionalSamsung Internet: Before Samsung Internet 7.0, method parameters were optionalWebView Android: Before version 59, method parameters were optional |
| api.MimeTypeArray.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MimeTypeArray.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before version 59, method parameters were optionalChrome Android: Before version 59, method parameters were optionalQuest Browser: Before version 5.0, method parameters were optionalSamsung Internet: Before Samsung Internet 7.0, method parameters were optionalWebView Android: Before version 59, method parameters were optional |
| api.MouseEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.MouseEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MouseEvent.altKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.button π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.buttons π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | Firefox: Restrictions apply depending on OS. |
| api.MouseEvent.clientX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.clientY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.ctrlKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.getModifierState π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.MouseEvent.initMouseEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.layerX | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.layerY | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.metaKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.movementX π | Chrome | 8/26/2014 | Edge | 11/12/2015 | 443 | |
| api.MouseEvent.movementY π | Chrome | 8/26/2014 | Edge | 11/12/2015 | 443 | |
| api.MouseEvent.offsetX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.offsetY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.pageX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.pageY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.relatedTarget π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.relatedTarget.drag_events π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.MouseEvent.screenX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.screenY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.shiftKey π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MouseEvent.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.MutationObserver π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MutationObserver.MutationObserver π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.MutationObserver.disconnect π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.MutationObserver.observe π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | Chrome: Before Chrome 33, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Chrome throws a syntax error.Chrome Android: Before Chrome Android 33, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Chrome Android throws a syntax error.Edge: Before Edge 79, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Edge throws a syntax error.Firefox: Before Firefox 36, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Firefox throws a syntax error.Firefox for Android: Before Firefox for Android 36, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Firefox for Android throws a syntax error.Internet Explorer: Internet Explorer requires attributes: true when using attributeFilter or attributeOldValue. If attributes: true is not present, then Internet Explorer throws a syntax error.Quest Browser: Before Quest Browser 5.0, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Quest Browser throws a syntax error.Opera: Before Opera 20, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Opera throws a syntax error.Opera Android: Before Opera Android 20, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Opera Android throws a syntax error.Safari: Before Safari 10.1, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error.Safari on iOS: Before Safari iOS 10.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error.Samsung Internet: Before Samsung Internet 2.0, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Samsung Internet throws a syntax error.WebView Android: Before WebView 4.4.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then WebView throws a syntax error.WebView on iOS: Before Safari iOS 10.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error. |
| api.MutationObserver.takeRecords π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.MutationRecord π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.addedNodes π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.attributeName π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.attributeNamespace π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.nextSibling π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.oldValue π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.previousSibling π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.removedNodes π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.target π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.MutationRecord.type π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.NamedNodeMap π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.getNamedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.getNamedItemNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.removeNamedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.removeNamedItemNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.setNamedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NamedNodeMap.setNamedItemNS π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NavigateEvent π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.NavigateEvent π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.canIntercept π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.NavigateEvent.destination π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.downloadRequest π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.formData π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.hasUAVisualTransition π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.NavigateEvent.hashChange π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.info π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.intercept π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.NavigateEvent.intercept.precommitHandler_option π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.NavigateEvent.navigationType π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.scroll π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.NavigateEvent.signal π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigateEvent.sourceElement π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.NavigateEvent.userInitiated π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.activation π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.Navigation.back π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.canGoBack π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.canGoForward π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.currentEntry π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.currententrychange_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.entries π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.forward π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.navigate π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | Chrome: Chrome allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Chrome Android: Chrome Android allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Edge: Edge allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Quest Browser: Quest Browser allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Opera: Opera allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Opera Android: Opera Android allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).Samsung Internet: Samsung Internet allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590).WebView Android: WebView Android allows javascript: URLs when calling navigate(), contrary to the specification (bug 439994590). |
| api.Navigation.navigate_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.navigateerror_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.navigatesuccess_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.reload π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.transition π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.traverseTo π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Navigation.updateCurrentEntry π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationActivation π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.NavigationActivation.entry π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.NavigationActivation.from π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.NavigationActivation.navigationType π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.NavigationCurrentEntryChangeEvent π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationCurrentEntryChangeEvent.NavigationCurrentEntryChangeEvent π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationCurrentEntryChangeEvent.from π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationCurrentEntryChangeEvent.navigationType π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.getState π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.id π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.index π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.key π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.sameDocument π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationDestination.url π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.dispose_event π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.getState π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.id π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.index π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.key π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.sameDocument π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationHistoryEntry.url π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationPrecommitController π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.NavigationPrecommitController.addHandler π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.NavigationPrecommitController.redirect π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.NavigationPreloadManager π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.NavigationPreloadManager.disable π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.NavigationPreloadManager.enable π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.NavigationPreloadManager.getState π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.NavigationPreloadManager.setHeaderValue π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.NavigationTransition π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationTransition.committed π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.NavigationTransition.finished π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationTransition.from π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationTransition.navigationType π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.NavigationTransition.to π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Navigator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.adAuctionComponents π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.appCodeName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.appName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.appVersion π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.authentication | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Navigator.bluetooth π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.Navigator.canLoadAdAuctionFencedFrame π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.canShare π | Edge | 9/2/2021 | Chrome | 8/20/2024 | 1083 | Chrome: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163.Edge: Only supported on Windows.Opera: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163. |
| api.Navigator.canShare.data_files_parameter π | Edge | 4/13/2020 | Chrome | 3/2/2021 | 323 | |
| api.Navigator.canShare.data_text_parameter π | Edge | 4/13/2020 | Chrome | 3/2/2021 | 323 | |
| api.Navigator.clearAppBadge π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Chrome: Windows and macOS since Chrome 81.Chrome: ChromeOS since Chrome 91.Chrome: Linux offers no universal badging API on the operating system level.Edge: Windows and macOS since Edge 81.Edge: ChromeOS since Edge 91.Edge: Linux offers no universal badging API on the operating system level.Safari: Badging is supported for installed web apps on macOS Sonoma and higher.Safari on iOS: Badging is supported for web apps saved to the home screen.WebView on iOS: Badging is supported for web apps saved to the home screen. |
| api.Navigator.clearOriginJoinedAdInterestGroups π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.clipboard π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.Navigator.connection π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Navigator.cookieEnabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 8, navigator.cookieEnabled would report the wrong result if a site exception was in place for the page on which the check was performed. This has been fixed.Firefox for Android: Before Firefox for Android 8, navigator.cookieEnabled would report the wrong result if a site exception was in place for the page on which the check was performed. This has been fixed.Internet Explorer: navigator.cookieEnabled returns true even if the browser is set to block cookies (for example, if the page is in the Restricted sites security zone).Safari: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe)Safari on iOS: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe)WebView on iOS: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe) |
| api.Navigator.createAuctionNonce π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.credentials π | Chrome | 5/25/2016 | Edge | 10/2/2018 | 860 | |
| api.Navigator.deprecatedReplaceInURN π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.deprecatedRunAdAuctionEnforcesKAnonymity π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.deviceMemory π | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | Chrome: From Chrome 147, reported values are 2, 4, 8, 16, and 32.Chrome: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Chrome Android: From Chrome 147, reported values are 1, 2, 4, and 8.Chrome Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Edge: From Edge 147, reported values are 2, 4, 8, 16, and 32.Edge: Before Edge 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Quest Browser: From Chrome 147, reported values are 1, 2, 4, and 8.Quest Browser: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Opera: From Opera false, reported values are 2, 4, 8, 16, and 32.Opera: Before Opera false, reported values were 0.25, 0.5, 1, 2, 4, and 8.Opera Android: From Chrome 147, reported values are 1, 2, 4, and 8.Opera Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Samsung Internet: From Chrome 147, reported values are 1, 2, 4, and 8.Samsung Internet: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.WebView Android: From Chrome 147, reported values are 1, 2, 4, and 8.WebView Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8. |
| api.Navigator.devicePosture π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.Navigator.doNotTrack | Chrome | 11/6/2012 | Edge | 4/30/2018 | 2001 | Edge: Before version 17, Edge implemented window.doNotTrack.Firefox: In Firefox, navigator.doNotTrack returns "unspecified" instead of null.Firefox: Before Firefox 32, navigator.doNotTrack would report values of "yes" and "no" rather than "1" and "0".Firefox for Android: In Firefox for Android, navigator.doNotTrack returns "unspecified" instead of null.Firefox for Android: Before Firefox for Android 32, navigator.doNotTrack would report values of "yes" and "no" rather than "1" and "0".Internet Explorer: For IE11 and subsequent versions, use window.doNotTrack |
| api.Navigator.geolocation π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.Navigator.geolocation.secure_context_required | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Navigator.getBattery π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.Navigator.getBattery.secure_context_required | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.Navigator.getGamepads π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.Navigator.getGamepads.secure_context_required | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.getInstalledRelatedApps π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | Chrome: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Chrome: Always resolves with an empty array.Chrome Android: Supports checking of Progressive Web App (PWA) installation.Chrome Android: Supports checking of Android app installation.Edge: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Edge: Always resolves with an empty array.Quest Browser: Supports checking of Progressive Web App (PWA) installation.Quest Browser: Supports checking of Android app installation.Opera: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Opera: Always resolves with an empty array.Samsung Internet: Supports checking of Progressive Web App (PWA) installation.Samsung Internet: Supports checking of Android app installation. |
| api.Navigator.getInterestGroupAdAuctionData π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.Navigator.getUserMedia π | Edge | 7/29/2015 | Chrome | 8/31/2016 | 399 | |
| api.Navigator.gpu π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supported on Windows only.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.Navigator.hardwareConcurrency π | Chrome | 8/26/2014 | Edge | 4/5/2017 | 953 | Safari: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.Safari on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.WebView on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381. |
| api.Navigator.hid π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.Navigator.ink π | Edge | 9/2/2021 | Chrome | 9/21/2021 | 19 | |
| api.Navigator.javaEnabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.joinAdInterestGroup π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.keyboard π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Navigator.language π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 4, this property's value was also part of the user agent string, as reported by navigator.userAgent. Starting in Firefox 5, this property's value is based on the value of the Accept-Language HTTP header.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage. |
| api.Navigator.languages π | Chrome | 8/26/2014 | Edge | 10/17/2017 | 1148 | Chrome: Before Chrome 65, navigator.languages[0] is not guaranteed to equal navigator.language.Chrome Android: Before Chrome Android 65, navigator.languages[0] is not guaranteed to equal navigator.language.Firefox: In Firefox, the navigator.languages property's value is taken from the intl.accept_languages preference.Firefox for Android: In Firefox for Android, the navigator.languages property's value is taken from the intl.accept_languages preference.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage.Quest Browser: Before Quest Browser 5.0, navigator.languages[0] is not guaranteed to equal navigator.language.WebView Android: Before version 65, navigator.languages[0] is not guaranteed to equal navigator.language. |
| api.Navigator.leaveAdInterestGroup π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.locks π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Navigator.login π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.Navigator.managed π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.Navigator.maxTouchPoints π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.Navigator.mediaCapabilities π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.Navigator.mediaDevices π | Edge | 7/29/2015 | Chrome | 12/1/2015 | 125 | |
| api.Navigator.mediaDevices.secure_context_required | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.Navigator.mediaSession π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.Navigator.mimeTypes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.ml π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.Navigator.onLine π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Chrome: Earlier versions of Chrome incorrectly return true when a tab is first opened, but it starts reporting the correct connectivity status after the first network event. Windows: 11, macOS: 14, ChromeOS: 13, Linux: Always returns true. For history, see bug 40530968.Firefox: Since Firefox 4 the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity. Since Firefox 41, on OS X and Windows, the returned values follow the actual network connectivity, unless 'Work offline' mode is selected (where it will always return false).Internet Explorer: in Internet Explorer 8 'online' and 'offline' events are raised on the document.body; under IE 9 they are raised on both document.body and window.Opera: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.Opera Android: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.WebView Android: Can incorrectly return true, see bug 41369933. |
| api.Navigator.pdfViewerEnabled π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Navigator.permissions π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Navigator.platform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 69, platform would report running on a 32-bit CPU if running the 32-bit version of Firefox on a 64-bit system.Firefox: You can override the value returned by platform by setting the preference general.platform.override to the string you wish to be returned instead. |
| api.Navigator.plugins π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.presentation π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Navigator.product π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.productSub π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Always returns 20030107.Chrome Android: Always returns 20030107.Edge: Always returns 20030107.Quest Browser: Always returns 20030107.Opera: Always returns 20030107.Opera Android: Always returns 20030107.Safari: Always returns 20030107.Safari on iOS: Always returns 20030107.Samsung Internet: Always returns 20030107.WebView Android: Always returns 20030107.WebView on iOS: Always returns 20030107. |
| api.Navigator.protectedAudience π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.registerProtocolHandler π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | Chrome: From Chrome 77, the URL parameter only accepts http or https URLs. |
| api.Navigator.registerProtocolHandler.scheme_parameter_bitcoin | Chrome | 7/9/2013 | Edge | 1/15/2020 | 2381 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_cabal | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_dat | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_did | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_dweb | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ethereum | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_geo | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_hyper | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_im | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ipfs | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ipns | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_irc | Chrome | 10/25/2011 | Edge | 1/15/2020 | 3004 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ircs | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_magnet | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_mailto | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_matrix | Chrome | 7/20/2021 | Edge | 7/22/2021 | 2 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_mms | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_news | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_nntp | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_openpgp4fpr | Chrome | 4/14/2015 | Edge | 1/15/2020 | 1737 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_sip | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_sms | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_smsto | Chrome | 3/26/2013 | Edge | 1/15/2020 | 2486 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ssb | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ssh | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_tel | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_urn | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_webcal | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_wtai | Chrome | 11/12/2013 | Edge | 1/15/2020 | 2255 | |
| api.Navigator.registerProtocolHandler.scheme_parameter_xmpp | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.Navigator.registerProtocolHandler.secure_context_required | Edge | 1/15/2020 | Chrome | 2/4/2020 | 20 | |
| api.Navigator.requestMIDIAccess π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Firefox: API access is gated by installation of a site permission add-on (user prompt), secure context, and Permission Policy: midi. |
| api.Navigator.requestMIDIAccess.secure_context_required | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Navigator.requestMediaKeySystemAccess π | Chrome | 4/14/2015 | Edge | 11/12/2015 | 212 | Chrome: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Chrome: The function does not exist in insecure contexts. This was not enforced until Chrome 58.Chrome Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Chrome Android: The function does not exist in insecure contexts. This was not enforced until Chrome Android 58.Firefox: Starting in Firefox 55, if neither audioCapabilities nor videoCapabilities is specified in supportedConfigurations, a warning is output to the web console.Firefox: In addition, starting in Firefox 55, if in supportedConfigurations, either audioCapabilities's or videoCapabilities's contentType value doesn't specify a "codecs" substring to define allowed codecs within the media wrapper, a warning is output to the web console. See note below table for example and correction.Firefox: In the future, if neither audioCapabilities nor videoCapabilities is specified in the supportedConfigurations, a NotSupported exception will be thrown.Firefox for Android: Starting in Firefox for Android 55, if neither audioCapabilities nor videoCapabilities is specified in supportedConfigurations, a warning is output to the web console.Firefox for Android: In addition, starting in Firefox for Android 55, if in supportedConfigurations, either audioCapabilities's or videoCapabilities's contentType value doesn't specify a "codecs" substring to define allowed codecs within the media wrapper, a warning is output to the web console. See note below table for example and correction.Firefox for Android: In the future, if neither audioCapabilities nor videoCapabilities is specified in the supportedConfigurations, a NotSupported exception will be thrown.Quest Browser: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Quest Browser: The function does not exist in insecure contexts. This was not enforced until Quest Browser 5.0.Opera: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Opera: The function does not exist in insecure contexts. This was not enforced until Opera 45.Opera Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Opera Android: The function does not exist in insecure contexts. This was not enforced until Opera 45.Samsung Internet: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Samsung Internet: The function does not exist in insecure contexts. This was not enforced until Samsung Internet 7.0.WebView Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.WebView Android: The function does not exist in insecure contexts. This was not enforced until version 58. |
| api.Navigator.runAdAuction π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.scheduling π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.Navigator.sendBeacon π | Chrome | 11/18/2014 | Edge | 8/2/2016 | 623 | Chrome: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Chrome Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Quest Browser: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Opera: Starting in Opera 46, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Opera Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Samsung Internet: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.WebView Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600. |
| api.Navigator.serial π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Chrome Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation.Opera Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation. |
| api.Navigator.serviceWorker π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Firefox: In Firefox private windows, the serviceWorker object is undefined. See bug 1320796.Firefox for Android: In Firefox for Android private windows, the serviceWorker object is undefined. See bug 1320796. |
| api.Navigator.setAppBadge π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Chrome: Windows and macOS since Chrome 81.Chrome: ChromeOS since Chrome 91.Chrome: Linux offers no universal badging API on the operating system level.Edge: Windows and macOS since Edge 81.Edge: ChromeOS since Edge 91.Edge: Linux offers no universal badging API on the operating system level.Safari: Badging is supported for installed web apps on macOS Sonoma and higher.Safari: Passing 0 as an argument will clear the badge instead of displaying an unnumbered dot.Safari on iOS: Badging is supported for web apps saved to the home screen.Safari on iOS: Passing 0 as an argument will clear the badge instead of displaying an unnumbered dot.WebView on iOS: Badging is supported for web apps saved to the home screen. |
| api.Navigator.share π | Edge | 9/2/2021 | Chrome | 8/20/2024 | 1083 | Chrome: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163.Edge: Only supported on Windows.Opera: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163. |
| api.Navigator.share.data_files_parameter π | Edge | 4/13/2020 | Chrome | 3/2/2021 | 323 | |
| api.Navigator.share.data_text_parameter π | Edge | 4/13/2020 | Chrome | 3/2/2021 | 323 | |
| api.Navigator.storage π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.Navigator.storageBuckets π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.Navigator.unregisterProtocolHandler π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.Navigator.updateAdInterestGroups π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Navigator.usb π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes navigator.usb, but does not support WebUSB. See bug 41441927. |
| api.Navigator.userActivation π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.Navigator.userAgent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.userAgentData π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.Navigator.userAgentData.secure_context_required | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.Navigator.vendor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.vendorSub π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Navigator.vibrate π | Chrome | 1/14/2014 | Edge | 1/15/2020 | 2192 | Chrome Android: Beginning in Chrome 55, this is not supported in cross-origin iframes.Chrome Android: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.Firefox: Until Firefox 26 included, when the vibration pattern was too long or any of its elements too large, Firefox threw an exception instead of returning false (bug 884935).Firefox: From Firefox 32 onwards, when the vibration pattern is too long or any of its elements too large, it returns true but truncates the pattern (bug 1014581).Firefox: Beginning in Firefox 72, this is not supported in cross-origin iframes.Firefox for Android: Vibration is disabled. If the window is visible, then navigator.vibrate() returns true, but no vibration takes place (regardless of hardware support). Originally, the intent was to disable it for cross-origin frames only (bug 1591113), but the feature was not re-enabled due to abuse concerns (bug 1653318).Firefox for Android: Until Firefox 26 included, when the vibration pattern was too long or any of its elements too large, Firefox threw an exception instead of returning false (bug 884935).Firefox for Android: From Firefox 32 onwards, when the vibration pattern is too long or any of its elements too large, it returns true but truncates the pattern (bug 1014581).Quest Browser: Beginning in Chrome 55, this is not supported in cross-origin iframes.Quest Browser: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.Opera Android: Beginning in Opera 42, this is not supported in cross-origin iframes.Opera Android: Beginning in Opera 47, this method requires a user gesture. Otherwise it returns false.Samsung Internet: Beginning in Chrome 55, this is not supported in cross-origin iframes.Samsung Internet: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.WebView Android: Beginning in version 55, this is not supported in cross-origin iframes.WebView Android: Beginning in version 60, this method requires a user gesture. Otherwise it returns false. |
| api.Navigator.virtualKeyboard π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Navigator.wakeLock π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.Navigator.webdriver π | Edge | 7/29/2015 | Chrome | 12/6/2017 | 861 | |
| api.Navigator.windowControlsOverlay π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Navigator.xr π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.NavigatorLogin π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.NavigatorLogin.setStatus π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.NavigatorManagedData π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.NavigatorManagedData.getManagedConfiguration π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.NavigatorManagedData.managedconfigurationchange_event π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.NavigatorUAData π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.NavigatorUAData.brands π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.NavigatorUAData.getHighEntropyValues π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | Chrome: From Chrome 144, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy.Chrome Android: From Chrome Android 144, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy.Edge: From Edge 144, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy.Quest Browser: From Quest Browser false, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy.Opera: From Opera false, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy.Opera Android: From Opera Android 95, whether or not this feature can return high-entropy values can be controlled with the ch-ua-high-entropy-values permissions policy. |
| api.NavigatorUAData.mobile π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.NavigatorUAData.platform π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.NavigatorUAData.toJSON π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.NetworkInformation π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.NetworkInformation.change_event π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Firefox for Android: On Firefox, the event handler property corresponding to the change event is ontypechange. |
| api.NetworkInformation.downlink π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Chrome: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Chrome Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Edge: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Quest Browser: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Opera: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Opera Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Samsung Internet: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.WebView Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
| api.NetworkInformation.effectiveType π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.NetworkInformation.rtt π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Chrome: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Chrome Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Edge: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Quest Browser: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Opera: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Opera Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Samsung Internet: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.WebView Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
| api.NetworkInformation.saveData π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.NetworkInformation.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Node π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Chrome Android: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Quest Browser: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Opera: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Opera Android: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Safari: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Safari on iOS: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Samsung Internet: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.WebView Android: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.WebView on iOS: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget. |
| api.Node.appendChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.baseURI π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.childNodes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.cloneNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.compareDocumentPosition π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Internet Explorer: Only supports contains for elements |
| api.Node.contains π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | Internet Explorer: Only supported for HTMLElement, not all Node objects. |
| api.Node.firstChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.getRootNode π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.Node.hasChildNodes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.insertBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.isConnected π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.Node.isDefaultNamespace π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.isEqualNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.isSameNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.lastChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.lookupNamespaceURI π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.lookupPrefix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.nextSibling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.nodeName π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.nodeType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.nodeValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.normalize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.ownerDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: The ownerDocument of doctype nodes (that is, nodes for which Node.nodeType is Node.DOCUMENT_TYPE_NODE or 10) is null.Firefox for Android: The ownerDocument of doctype nodes (that is, nodes for which Node.nodeType is Node.DOCUMENT_TYPE_NODE or 10) is null. |
| api.Node.parentElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Only supported on Element.Opera: Before Opera 15, this feature was only supported on Element.Opera Android: Before Opera Android 14, this feature was only supported on Element. |
| api.Node.parentNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.previousSibling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.removeChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.replaceChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.selectstart_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Node.textContent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator.detach π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 45, this method does nothing, as specified. See bug 40362826.Chrome Android: Since Chrome Android 45, this method does nothing, as specified. See bug 40362826.Firefox: Since Firefox 22, this method does nothing, as specified. See bug 823549.Firefox for Android: Since Firefox for Android 22, this method does nothing, as specified. See bug 823549.Quest Browser: Since Quest Browser 5.0, this method does nothing, as specified. See bug 40362826.Opera: Since Opera 32, this method does nothing, as specified. See bug 40362826.Opera Android: Since Opera Android 32, this method does nothing, as specified. See bug 40362826.Safari: Since Safari 10, this method does nothing, as specified. See bug 148454.Safari on iOS: Since Safari on iOS 10, this method does nothing, as specified. See bug 148454.Samsung Internet: Since Samsung Internet 5.0, this method does nothing, as specified. See bug 40362826.WebView Android: Since WebView Android 45, this method does nothing, as specified. See bug 40362826.WebView on iOS: Since WebView on iOS 10, this method does nothing, as specified. See bug 148454. |
| api.NodeIterator.filter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator.nextNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator.pointerBeforeReferenceNode π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.NodeIterator.previousNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator.referenceNode π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.NodeIterator.root π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeIterator.whatToShow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeList.@@iterator π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.NodeList.entries | Chrome | 5/25/2016 | Edge | 10/17/2017 | 510 | |
| api.NodeList.forEach π | Chrome | 5/25/2016 | Edge | 10/17/2017 | 510 | |
| api.NodeList.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeList.keys | Chrome | 5/25/2016 | Edge | 10/17/2017 | 510 | |
| api.NodeList.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.NodeList.values | Chrome | 5/25/2016 | Edge | 10/17/2017 | 510 | |
| api.NotRestoredReasonDetails π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasonDetails.reason π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasonDetails.toJSON | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.children π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.id π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.name π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.reasons π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.src π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.toJSON | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.NotRestoredReasons.url π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Notification π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | Chrome: Starting in Chrome 49, notifications do not work in incognito mode.Chrome: Before Chrome 42, service worker additions were not supported.Chrome Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Quest Browser: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Opera: Starting in Opera 36, notifications do not work in incognito mode.Opera: Before Opera 29, service worker additions were not supported.Opera Android: Notifications in Opera for Android are only available through service workers. To show notifications on Android, see ServiceWorkerRegistration.showNotification().Opera Android: Starting in Opera for Android 36, notifications do not work in incognito mode.Safari on iOS: The Notification interface is undefined, unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value.Safari on iOS: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: Notifications in Samsung Internet are only available through service workers. To show notifications on Android, see ServiceWorkerRegistration.showNotification().Samsung Internet: Starting in Samsung Internet 5.0, notifications do not work in incognito mode. |
| api.Notification.Notification π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | Chrome Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Chrome Android: This constructor always throws a TypeError exception.Quest Browser: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Quest Browser: This constructor always throws a TypeError exception.Opera Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Opera Android: This constructor always throws a TypeError exception.Safari on iOS: This constructor throws a ReferenceError exception, unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value.Safari on iOS: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: This constructor always throws a TypeError exception. |
| api.Notification.actions π | Chrome | 8/31/2016 | Edge | 10/2/2018 | 762 | |
| api.Notification.badge π | Chrome | 8/31/2016 | Edge | 10/2/2018 | 762 | |
| api.Notification.body π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.Notification.click_event π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.close π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.close_event π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.data π | Chrome | 7/21/2015 | Edge | 10/17/2017 | 819 | |
| api.Notification.dir π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.error_event π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.icon π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | Safari: The property can be set, but has no effect.Safari on iOS: The property can be set, but has no effect. |
| api.Notification.image π | Chrome | 1/25/2017 | Edge | 10/2/2018 | 615 | |
| api.Notification.lang π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.Notification.maxActions_static π | Chrome | 1/20/2016 | Edge | 10/2/2018 | 986 | |
| api.Notification.permission_static π | Chrome | 1/14/2014 | Edge | 8/2/2016 | 931 | Safari on iOS: The parent Notification interface is undefined unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value. |
| api.Notification.renotify π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.Notification.requestPermission_static π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | Firefox: From Firefox 70 onwards, cannot be called from a cross-origin iframe.Firefox: From Firefox 72 onwards, can only be called in response to a user gesture such as a click event.Firefox for Android: From Firefox Android 79 onwards, cannot be called from a cross-origin iframe.Firefox for Android: From Firefox Android 79 onwards, can only be called in response to a user gesture such as a click event.Safari: Only supported the deprecated callback syntax.Safari on iOS: The parent Notification interface is undefined unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value. |
| api.Notification.requestPermission_static.returns_promise | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Notification.requireInteraction π | Chrome | 12/1/2015 | Edge | 4/30/2018 | 881 | Firefox: Only supported on Windows. Behind a flag on other operating systems.Firefox for Android: Only supported on Windows. Behind a flag on other operating systems. |
| api.Notification.secure_context_required | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.Notification.show_event π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | |
| api.Notification.silent π | Chrome | 5/19/2015 | Edge | 4/30/2018 | 1077 | |
| api.Notification.tag π | Chrome | 6/26/2012 | Edge | 8/2/2016 | 1498 | Safari: The property can be set, but has no effect. |
| api.Notification.timestamp π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | |
| api.Notification.title π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.Notification.vibrate π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Notification.worker_support | Chrome | 4/14/2015 | Edge | 4/5/2017 | 722 | |
| api.NotificationEvent π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.NotificationEvent.NotificationEvent π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.NotificationEvent.action π | Chrome | 1/20/2016 | Edge | 4/30/2018 | 831 | |
| api.NotificationEvent.notification π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.OES_draw_buffers_indexed π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.blendEquationSeparateiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.blendEquationiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.blendFuncSeparateiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.blendFunciOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.colorMaskiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.disableiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_draw_buffers_indexed.enableiOES π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.OES_element_index_uint π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.OES_fbo_render_mipmap π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.OES_standard_derivatives π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.OES_texture_float π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.OES_texture_float_linear π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | Safari on iOS: Only supported on iPadOS.WebView on iOS: Only supported on iPadOS. |
| api.OES_texture_half_float π | Chrome | 5/21/2013 | Edge | 8/2/2016 | 1169 | |
| api.OES_texture_half_float_linear π | Chrome | 8/20/2013 | Edge | 8/2/2016 | 1078 | |
| api.OES_vertex_array_object π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.OES_vertex_array_object.bindVertexArrayOES π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.OES_vertex_array_object.createVertexArrayOES π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.OES_vertex_array_object.deleteVertexArrayOES π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.OES_vertex_array_object.isVertexArrayOES π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.OTPCredential π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.OTPCredential.code π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.OVR_multiview2 π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | Chrome: Only supported on Windows with ANGLE.Edge: Only supported on Windows with ANGLE.Firefox: Only supported on Windows with ANGLE.Firefox for Android: Only supported on Windows with ANGLE.Opera: Only supported on Windows with ANGLE. |
| api.OVR_multiview2.framebufferTextureMultiviewOVR π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.Observable π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.Observable π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.catch π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.drop π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.every π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.filter π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.finally π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.find π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.first π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.flatMap π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.forEach π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.from_static π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.inspect π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.last π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.map π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.reduce π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.some π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.subscribe π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.switchMap π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.take π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.takeUntil π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Observable.toArray π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.OfflineAudioCompletionEvent π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.OfflineAudioCompletionEvent.OfflineAudioCompletionEvent π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.OfflineAudioCompletionEvent.renderedBuffer π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.OfflineAudioContext π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.OfflineAudioContext.OfflineAudioContext π | Chrome | 5/20/2014 | Edge | 7/29/2015 | 435 | |
| api.OfflineAudioContext.OfflineAudioContext.options_parameter | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.OfflineAudioContext.complete_event π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.OfflineAudioContext.length π | Chrome | 5/25/2016 | Edge | 8/2/2016 | 69 | |
| api.OfflineAudioContext.resume π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | Firefox: The method exists but always rejects with NotSupportedError. See bug 1265406.Firefox for Android: The method exists but always rejects with NotSupportedError. See bug 1265406. |
| api.OfflineAudioContext.startRendering π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.OfflineAudioContext.startRendering.returns_promise | Chrome | 4/14/2015 | Edge | 10/2/2018 | 1267 | |
| api.OfflineAudioContext.suspend π | Chrome | 3/3/2015 | Edge | 8/2/2016 | 518 | |
| api.OffscreenCanvas π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.OffscreenCanvas π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.contextlost_event π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvas.contextrestored_event π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvas.convertToBlob π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.convertToBlob.option_type_parameter_webp | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.getContext π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.getContext.2d_context | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.getContext.bitmaprenderer_context | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.OffscreenCanvas.getContext.webgl2_context | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.getContext.webgl_context | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.getContext.webgpu_context π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supported on Windows only, in all contexts except for service workers.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.OffscreenCanvas.height π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.transferToImageBitmap π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvas.width π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.arc π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.arcTo π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.beginPath π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.bezierCurveTo π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.canvas π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.clearRect π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.clip π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.closePath π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.createConicGradient π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.createImageData π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.createLinearGradient π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.createPattern π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.createRadialGradient π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.direction π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.drawImage π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.ellipse π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.fill π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.fillRect π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.fillStyle π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.fillText π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.filter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.font π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Safari: The font-weight can be set, but is not reflected back (see bug 284115).Safari on iOS: The font-weight can be set, but is not reflected back (see bug 284115).WebView on iOS: The font-weight can be set, but is not reflected back (see bug 284115). |
| api.OffscreenCanvasRenderingContext2D.fontKerning π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.fontStretch π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.fontVariantCaps π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.getContextAttributes π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.OffscreenCanvasRenderingContext2D.getImageData π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.getLineDash π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.getTransform π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.OffscreenCanvasRenderingContext2D.globalAlpha π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.globalCompositeOperation π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.imageSmoothingEnabled π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.imageSmoothingQuality π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.isContextLost π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.isPointInPath π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.isPointInStroke π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.lang π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.OffscreenCanvasRenderingContext2D.letterSpacing π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.lineCap π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.lineDashOffset π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.lineJoin π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.lineTo π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.lineWidth π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.measureText π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.miterLimit π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.moveTo π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.putImageData π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.quadraticCurveTo π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.rect π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.reset π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.resetTransform π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.restore π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.rotate π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.roundRect π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.save π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.scale π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.setLineDash π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.setTransform π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.shadowBlur π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.shadowColor π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.shadowOffsetX π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.shadowOffsetY π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.stroke π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.strokeRect π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.strokeStyle π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.strokeText π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.textAlign π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.textBaseline π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.textRendering π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OffscreenCanvasRenderingContext2D.transform π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.translate π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.OffscreenCanvasRenderingContext2D.wordSpacing π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.OrientationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.OrientationSensor.populateMatrix π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.OrientationSensor.quaternion π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Origin π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Origin.Origin π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Origin.from_static π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Origin.isSameOrigin π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Origin.isSameSite π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Origin.opaque π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.OscillatorNode π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.OscillatorNode.OscillatorNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.OscillatorNode.detune π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.OscillatorNode.frequency π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.OscillatorNode.setPeriodicWave π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.OscillatorNode.type π | Chrome | 6/26/2012 | Edge | 7/29/2015 | 1128 | |
| api.OverconstrainedError π | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | |
| api.OverconstrainedError.OverconstrainedError π | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | |
| api.OverconstrainedError.constraint π | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | |
| api.PageRevealEvent π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PageRevealEvent.PageRevealEvent π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.PageRevealEvent.viewTransition π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.PageSwapEvent π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.PageSwapEvent.PageSwapEvent π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.PageSwapEvent.activation π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.PageSwapEvent.viewTransition π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.PageTransitionEvent π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.PageTransitionEvent.PageTransitionEvent π | Chrome | 12/13/2011 | Edge | 1/15/2020 | 2955 | |
| api.PageTransitionEvent.persisted π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Internet Explorer: The persisted property is known to be buggy in Internet Explorer. It is advised to check if window.performance.navigation.type == 2 as well. |
| api.PaintRenderingContext2D π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.beginPath π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.clearRect π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.clip π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.createLinearGradient π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.createPattern π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.createRadialGradient π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.drawImage π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.fill π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.fillRect π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.fillStyle π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.filter | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.getLineDash π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.getTransform π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.PaintRenderingContext2D.globalAlpha π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.globalCompositeOperation π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.imageSmoothingEnabled π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.imageSmoothingQuality π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.PaintRenderingContext2D.isPointInPath π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.isPointInStroke π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.lineCap π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.lineDashOffset π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.lineJoin π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.lineWidth π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.miterLimit π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.resetTransform π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.restore π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.rotate π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.save π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.scale π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.setLineDash π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.setTransform π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.PaintRenderingContext2D.shadowBlur π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.shadowColor π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.shadowOffsetX π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.shadowOffsetY π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.stroke π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.strokeRect π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.strokeStyle π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.transform π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintRenderingContext2D.translate π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintSize π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintSize.height π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintSize.width π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintWorkletGlobalScope π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintWorkletGlobalScope.devicePixelRatio π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PaintWorkletGlobalScope.registerPaint π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PannerNode π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.PannerNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.PannerNode.coneInnerAngle π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.coneOuterAngle π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.coneOuterGain π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.distanceModel π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.maxDistance π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.orientationX π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.orientationY π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.orientationZ π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.panningModel π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.positionX π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.positionY π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.positionZ π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PannerNode.refDistance π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.rolloffFactor π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.setOrientation π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PannerNode.setPosition π | Chrome | 9/16/2011 | Edge | 7/29/2015 | 1412 | |
| api.PasswordCredential π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.PasswordCredential.PasswordCredential π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.PasswordCredential.iconURL π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.PasswordCredential.name π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.PasswordCredential.password π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.Path2D π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.Path2D π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | Edge: Before Edge 79, the constructor for Path2D objects does not support invocation with a string consisting of SVG path data. |
| api.Path2D.addPath π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.Path2D.arc π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.arcTo π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.bezierCurveTo π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.closePath π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.ellipse π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.lineTo π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.moveTo π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.quadraticCurveTo π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.rect π | Chrome | 7/16/2014 | Edge | 8/2/2016 | 748 | |
| api.Path2D.roundRect π | Chrome | 3/1/2022 | Edge | 3/3/2022 | 2 | |
| api.PaymentAddress | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.addressLine | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.city | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.country | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.dependentLocality | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.organization | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.phone | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.postalCode | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.recipient | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.region | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.sortingCode | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentAddress.toJSON | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentManager π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentManager.enableDelegations π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PaymentManager.secure_context_required | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.PaymentManager.userHint π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentMethodChangeEvent π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentMethodChangeEvent.PaymentMethodChangeEvent π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentMethodChangeEvent.methodDetails π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentMethodChangeEvent.methodName π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentRequest π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.PaymentRequest π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.PaymentRequest.abort π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.canMakePayment π | Chrome | 7/25/2017 | Edge | 10/17/2017 | 84 | |
| api.PaymentRequest.id π | Chrome | 7/25/2017 | Edge | 10/17/2017 | 84 | |
| api.PaymentRequest.paymentmethodchange_event π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentRequest.securePaymentConfirmationAvailability_static π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.PaymentRequest.shippingAddress | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.shippingOption | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.shippingType | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.shippingaddresschange_event | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.shippingoptionchange_event | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequest.show π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequestEvent π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.PaymentRequestEvent π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.changePaymentMethod π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PaymentRequestEvent.changeShippingAddress π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PaymentRequestEvent.changeShippingOption π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PaymentRequestEvent.methodData π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.modifiers π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.openWindow π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.paymentOptions π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PaymentRequestEvent.paymentRequestId π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.paymentRequestOrigin π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.respondWith π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.shippingOptions π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PaymentRequestEvent.topOrigin π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestEvent.total π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.PaymentRequestUpdateEvent π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentRequestUpdateEvent.secure_context_required | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.PaymentRequestUpdateEvent.updateWith π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.complete π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.details π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.methodName π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.payerEmail π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.payerName π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.payerPhone π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.payerdetailchange_event π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.PaymentResponse.requestId π | Chrome | 7/25/2017 | Edge | 10/17/2017 | 84 | |
| api.PaymentResponse.retry π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.PaymentResponse.shippingAddress π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.shippingOption π | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.PaymentResponse.toJSON | Edge | 4/5/2017 | Chrome | 7/25/2017 | 111 | |
| api.Performance π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Node.js: Only available as an internal instance. |
| api.Performance.clearMarks π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.Performance.clearMeasures π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.Performance.clearResourceTimings π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | |
| api.Performance.eventCounts π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.Performance.getEntries π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.Performance.getEntriesByName π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.Performance.getEntriesByType π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.Performance.interactionCount π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.Performance.mark π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.Performance.mark.markOptions_detail_devtools_parameter | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Performance.mark.markOptions_parameter | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.Performance.mark.returns_performancemark | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.Performance.measure π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.Performance.measure.measureOptions_detail_devtools_parameter | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.Performance.measure.measureOptions_parameter | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.Performance.measure.returns_performancemeasure | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.Performance.measureUserAgentSpecificMemory π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.Performance.memory | Chrome | 10/19/2010 | Edge | 1/15/2020 | 3375 | |
| api.Performance.navigation π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.Performance.now π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | Firefox: In Firefox 57.0.4 the accuracy was reduced to 20 microseconds.Firefox: In Firefox 59 the accuracy was reduced to 2 milliseconds.Firefox: In Firefox 60 the accuracy was increased to 1 millisecond.Firefox for Android: In Firefox for Android 57.0.4 the accuracy was reduced to 20 microseconds.Firefox for Android: In Firefox for Android 59 the accuracy was reduced to 2 milliseconds.Firefox for Android: In Firefox for Android 60 the accuracy was increased to 1 millisecond. |
| api.Performance.resourcetimingbufferfull_event π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.Performance.setResourceTimingBufferSize π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | |
| api.Performance.timeOrigin π | Chrome | 10/17/2017 | Edge | 10/17/2017 | ||
| api.Performance.timing π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Node.js: Returns node specific timing object |
| api.Performance.toJSON π | Edge | 7/29/2015 | Chrome | 1/25/2017 | 546 | |
| api.PerformanceElementTiming π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.element π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.id π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.identifier π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.intersectionRect π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.loadTime π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.naturalHeight π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.naturalWidth π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.paintTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceElementTiming.presentationTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceElementTiming.renderTime π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.renderTime.cross-origin | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.PerformanceElementTiming.toJSON π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceElementTiming.url π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PerformanceEntry π | Edge | 7/29/2015 | Chrome | 10/13/2015 | 76 | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceEntry.duration π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.PerformanceEntry.entryType π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.PerformanceEntry.name π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.PerformanceEntry.startTime π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | |
| api.PerformanceEntry.toJSON π | Chrome | 9/1/2015 | Edge | 10/17/2017 | 777 | |
| api.PerformanceEntry.worker_support | Edge | 4/5/2017 | Chrome | 10/17/2017 | 195 | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceEventTiming π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceEventTiming.cancelable π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceEventTiming.interactionId π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.PerformanceEventTiming.processingEnd π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceEventTiming.processingStart π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceEventTiming.target π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.PerformanceEventTiming.toJSON π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceLongAnimationFrameTiming π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.blockingDuration π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.firstUIEventTimestamp π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.paintTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceLongAnimationFrameTiming.presentationTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceLongAnimationFrameTiming.renderStart π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.scripts π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.styleAndLayoutStart π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongAnimationFrameTiming.toJSON π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceLongTaskTiming π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.PerformanceLongTaskTiming.attribution π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.PerformanceLongTaskTiming.toJSON π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.PerformanceMark π | Chrome | 7/9/2013 | Edge | 7/29/2015 | 750 | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceMark.PerformanceMark π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.PerformanceMark.detail π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.PerformanceMeasure π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | Node.js: Available as a part of the perf_hooks module.Node.js: Only available as an internal instance, but can be accessed via getting performance entries. |
| api.PerformanceMeasure.detail π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.PerformanceNavigation π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.PerformanceNavigation.redirectCount π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.PerformanceNavigation.toJSON π | Edge | 7/29/2015 | Chrome | 1/25/2017 | 546 | Firefox: Before Firefox 70, this property could return incorrect values. See bug 1459711.Firefox for Android: Before Firefox for Android 79, this property could return incorrect values. See bug 1459711. |
| api.PerformanceNavigation.type π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | Firefox: Before Firefox 70, this property could return incorrect values. See bug 1459711.Firefox for Android: Before Firefox for Android 79, this property could return incorrect values. See bug 1459711. |
| api.PerformanceNavigationTiming π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.activationStart π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.PerformanceNavigationTiming.confidence π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceNavigationTiming.criticalCHRestart π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.PerformanceNavigationTiming.domComplete π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.domContentLoadedEventEnd π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.domContentLoadedEventStart π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.domInteractive π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.loadEventEnd π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.loadEventStart π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.notRestoredReasons π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PerformanceNavigationTiming.redirectCount π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.toJSON π | Chrome | 3/9/2017 | Edge | 10/17/2017 | 222 | |
| api.PerformanceNavigationTiming.type π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.unloadEventEnd π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceNavigationTiming.unloadEventStart π | Edge | 7/29/2015 | Chrome | 3/9/2017 | 589 | |
| api.PerformanceObserver π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceObserver.PerformanceObserver π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformanceObserver.PerformanceObserver.droppedEntriesCount π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.PerformanceObserver.disconnect π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformanceObserver.observe π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformanceObserver.supportedEntryTypes_static π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.PerformanceObserver.takeRecords π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceObserver.worker_support | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.PerformanceObserverEntryList π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Node.js: Available as a part of the perf_hooks module.Node.js: Only available as an internal instance, but can be accessed via the first parameter of the PerformanceObserver constructor. |
| api.PerformanceObserverEntryList.getEntries π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformanceObserverEntryList.getEntriesByName π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformanceObserverEntryList.getEntriesByType π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.PerformancePaintTiming π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.PerformancePaintTiming.first-contentful-paint π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.PerformancePaintTiming.first-paint π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.PerformancePaintTiming.paintTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformancePaintTiming.presentationTime π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformancePaintTiming.toJSON π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.PerformanceResourceTiming π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | Node.js: Available as a part of the perf_hooks module.Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceResourceTiming.connectEnd π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.connectStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.contentEncoding π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | |
| api.PerformanceResourceTiming.decodedBodySize π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.PerformanceResourceTiming.deliveryType π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.PerformanceResourceTiming.deliveryType.navigational-prefetch | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.PerformanceResourceTiming.domainLookupEnd π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.domainLookupStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.encodedBodySize π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.PerformanceResourceTiming.fetchStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.finalResponseHeadersStart π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.PerformanceResourceTiming.firstInterimResponseStart π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.PerformanceResourceTiming.initiatorType π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | Node.js: Since v18.2.0, the value can be returned by toJSON(), but can not accessed via property getter. |
| api.PerformanceResourceTiming.nextHopProtocol π | Chrome | 9/5/2017 | Edge | 4/30/2018 | 237 | |
| api.PerformanceResourceTiming.redirectEnd π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.redirectStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.renderBlockingStatus π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.PerformanceResourceTiming.requestStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.responseEnd π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.responseStart π | Chrome | 5/19/2015 | Edge | 7/29/2015 | 71 | |
| api.PerformanceResourceTiming.responseStatus π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.PerformanceResourceTiming.secureConnectionStart π | Chrome | 5/19/2015 | Edge | 10/2/2018 | 1232 | |
| api.PerformanceResourceTiming.serverTiming π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceResourceTiming.toJSON π | Chrome | 9/1/2015 | Edge | 10/17/2017 | 777 | |
| api.PerformanceResourceTiming.transferSize π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | |
| api.PerformanceResourceTiming.workerCacheLookupStart π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.PerformanceResourceTiming.workerRouterEvaluationStart π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.PerformanceResourceTiming.workerStart π | Chrome | 10/13/2015 | Edge | 10/17/2017 | 735 | |
| api.PerformanceResourceTiming.worker_support | Chrome | 5/19/2015 | Edge | 4/5/2017 | 687 | |
| api.PerformanceScriptTiming π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.executionStart π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.forcedStyleAndLayoutDuration π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.invoker π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.invokerType π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.pauseDuration π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.sourceCharPosition π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.sourceFunctionName π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.sourceURL π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.toJSON π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.window π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceScriptTiming.windowAttribution π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.PerformanceServerTiming π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceServerTiming.description π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceServerTiming.duration π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceServerTiming.name π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceServerTiming.toJSON π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.PerformanceTiming π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.connectEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.connectStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domComplete π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domContentLoadedEventEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domContentLoadedEventStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domInteractive π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domLoading π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domainLookupEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.domainLookupStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.fetchStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.loadEventEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.loadEventStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.navigationStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.redirectEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.redirectStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.requestStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.responseEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.responseStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.secureConnectionStart π | Chrome | 9/2/2010 | Edge | 10/2/2018 | 2952 | |
| api.PerformanceTiming.toJSON π | Chrome | 7/21/2015 | Edge | 7/29/2015 | 8 | |
| api.PerformanceTiming.unloadEventEnd π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTiming.unloadEventStart π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.PerformanceTimingConfidence π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceTimingConfidence.randomizedTriggerRate π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceTimingConfidence.toJSON π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PerformanceTimingConfidence.value π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.PeriodicSyncEvent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncEvent.PeriodicSyncEvent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncEvent.tag π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncManager π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncManager.getTags π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncManager.register π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicSyncManager.unregister π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.PeriodicWave π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.PeriodicWave.PeriodicWave π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.PermissionStatus π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.PermissionStatus.change_event π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Safari: The onchange event handler is supported, but the event never fires. See bug 259432.Safari on iOS: The onchange event handler is supported, but the event never fires. See bug 259432.WebView on iOS: The onchange event handler is supported, but the event never fires. See bug 259432. |
| api.PermissionStatus.name π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.PermissionStatus.state π | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.Permissions π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Permissions.permission_accelerometer | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.Permissions.permission_ambient-light-sensor | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.Permissions.permission_background-sync | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.Permissions.permission_camera | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.Permissions.permission_captured-surface-control π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.Permissions.permission_clipboard-read | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.Permissions.permission_clipboard-write π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.Permissions.permission_geolocation | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Permissions.permission_gyroscope | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.Permissions.permission_local-fonts | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.Permissions.permission_magnetometer | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | |
| api.Permissions.permission_microphone | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.Permissions.permission_midi π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Permissions.permission_notifications | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Firefox: Alias for the push permission (returns the same value).Firefox for Android: Alias for the push permission (returns the same value). |
| api.Permissions.permission_payment-handler | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.Permissions.permission_persistent-storage | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.Permissions.permission_push | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Firefox: Alias for the notifications permission (returns the same value).Firefox for Android: Alias for the notifications permission (returns the same value). |
| api.Permissions.permission_screen-wake-lock π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Firefox: The value is recognized, but has no effect.Firefox for Android: The value is recognized, but has no effect. |
| api.Permissions.permission_storage-access π | Edge | 8/27/2020 | Chrome | 10/31/2023 | 1160 | |
| api.Permissions.permission_top-level-storage-access π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.Permissions.permission_window-management π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.Permissions.query π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Permissions.request π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.Permissions.requestAll | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.Permissions.revoke π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.PictureInPictureEvent π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.PictureInPictureEvent.PictureInPictureEvent π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.PictureInPictureEvent.pictureInPictureWindow π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.PictureInPictureWindow π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.PictureInPictureWindow.height π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.PictureInPictureWindow.resize_event π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.PictureInPictureWindow.width π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Plugin π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Plugin.description π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Plugin.filename π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Plugin.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with version 59, method parameters are required instead of optional.Chrome Android: Starting with version 59, method parameters are required instead of optional.Quest Browser: Starting with version 5.0, method parameters are required instead of optional.Samsung Internet: Starting with Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Starting with version 59, method parameters are required instead of optional. |
| api.Plugin.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Plugin.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Plugin.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with version 59, method parameters are required instead of optional.Chrome Android: Starting with version 59, method parameters are required instead of optional.Quest Browser: Starting with version 5.0, method parameters are required instead of optional.Samsung Internet: Starting with Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Starting with version 59, method parameters are required instead of optional. |
| api.PluginArray π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.PluginArray.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView Android 59, method parameters are required instead of optional. |
| api.PluginArray.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.PluginArray.namedItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView Android 59, method parameters are required instead of optional. |
| api.PluginArray.refresh π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView Android 59, method parameters are required instead of optional. |
| api.PointerEvent π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: See MSDN Pointer events updates. |
| api.PointerEvent.PointerEvent π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: See MSDN Pointer events updates. |
| api.PointerEvent.PointerEvent.options_altitudeAngle_parameter | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.PointerEvent.PointerEvent.options_azimuthAngle_parameter | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.PointerEvent.altitudeAngle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.PointerEvent.azimuthAngle π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.PointerEvent.getCoalescedEvents π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | Firefox for Android: The method always returns an empty array, regardless of the user's actions. |
| api.PointerEvent.getPredictedEvents π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.PointerEvent.height π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: Returns values in screen pixels instead of CSS document pixels. |
| api.PointerEvent.isPrimary π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.PointerEvent.persistentDeviceId π | Chrome | 8/20/2024 | Edge | 8/22/2024 | 2 | |
| api.PointerEvent.pointerId π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.PointerEvent.pointerType π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: Returns an integer enumeration instead of a string. |
| api.PointerEvent.pointerType.fractional_coordinates | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | Chrome: movementX and movementY are not fractional, see bug 41364801.Chrome Android: movementX and movementY are not fractional, see bug 41364801.Edge: movementX and movementY are not fractional, see bug 41364801.Edge: Only clientX, clientY, pageX and pageY are fractional.Internet Explorer: Only clientX, clientY, pageX and pageY are fractional.Quest Browser: movementX and movementY are not fractional, see bug 41364801.Opera: movementX and movementY are not fractional, see bug 41364801.Opera Android: movementX and movementY are not fractional, see bug 41364801.Samsung Internet: movementX and movementY are not fractional, see bug 41364801.WebView Android: movementX and movementY are not fractional, see bug 41364801. |
| api.PointerEvent.pressure π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: Returns 0 instead of 0.5 on hardware that doesn't support pressure. |
| api.PointerEvent.tangentialPressure π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.PointerEvent.tiltX π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.PointerEvent.tiltY π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | |
| api.PointerEvent.twist π | Chrome | 3/9/2017 | Edge | 10/2/2018 | 572 | |
| api.PointerEvent.width π | Edge | 7/29/2015 | Chrome | 12/1/2016 | 491 | Internet Explorer: Returns values in screen pixels instead of CSS document pixels. |
| api.PopStateEvent π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.PopStateEvent.PopStateEvent π | Chrome | 12/13/2011 | Edge | 8/2/2016 | 1694 | |
| api.PopStateEvent.hasUAVisualTransition π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.PopStateEvent.state π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Presentation π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Presentation.defaultRequest π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Presentation.receiver π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationAvailability π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationAvailability.change_event π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationAvailability.value π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.binaryType π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.close π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.PresentationConnection.close_event | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnection.connect_event | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnection.id π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.message_event | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.send π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.state π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnection.terminate π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.PresentationConnection.terminate_event | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnection.url π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | |
| api.PresentationConnectionAvailableEvent π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnectionAvailableEvent.connection π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationConnectionCloseEvent π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnectionCloseEvent.message π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnectionCloseEvent.reason π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.PresentationConnectionList π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationConnectionList.connectionavailable_event | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationConnectionList.connections π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationReceiver π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationReceiver.connectionList π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.PresentationRequest π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationRequest.PresentationRequest π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationRequest.connectionavailable_event π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationRequest.getAvailability π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationRequest.reconnect π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PresentationRequest.secure_context_required | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.PresentationRequest.start π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.PressureObserver π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.PressureObserver π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.disconnect π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.knownSources_static π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.observe π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.takeRecords π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureObserver.unobserve π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureRecord π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureRecord.source π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureRecord.state π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureRecord.time π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.PressureRecord.toJSON π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ProcessingInstruction π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ProcessingInstruction.sheet π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.ProcessingInstruction.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Profiler π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Profiler.Profiler π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Profiler.sampleInterval π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Profiler.stop π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Profiler.stopped π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.ProgressEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ProgressEvent.ProgressEvent π | Chrome | 12/13/2011 | Edge | 8/2/2016 | 1694 | |
| api.ProgressEvent.ProgressEvent.loaded_total_options_accept_double | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.ProgressEvent.lengthComputable π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ProgressEvent.loaded π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ProgressEvent.total π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ProgressEvent.worker_support | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | Chrome: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Chrome Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Edge: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Quest Browser: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Opera: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Opera Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Samsung Internet: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.WebView Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431. |
| api.PromiseRejectionEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.PromiseRejectionEvent.PromiseRejectionEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.PromiseRejectionEvent.promise π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.PromiseRejectionEvent.reason π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.ProtectedAudience π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.ProtectedAudience.queryFeatureSupport π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.PublicKeyCredential π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.authenticatorAttachment π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.PublicKeyCredential.getClientCapabilities_static π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.PublicKeyCredential.getClientExtensionResults π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.isConditionalMediationAvailable_static π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable_static π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.parseCreationOptionsFromJSON_static π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.PublicKeyCredential.parseRequestOptionsFromJSON_static π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.PublicKeyCredential.rawId π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.response π | Chrome | 5/29/2018 | Edge | 10/2/2018 | 126 | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.signalAllAcceptedCredentials_static π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.PublicKeyCredential.signalCurrentUserDetails_static π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.PublicKeyCredential.signalUnknownCredential_static π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.PublicKeyCredential.toJSON π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.PushEvent π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushEvent.PushEvent π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushEvent.data π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.getSubscription π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.hasPermission | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.PushManager.permissionState π | Chrome | 7/21/2015 | Edge | 4/30/2018 | 1014 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.register | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.PushManager.registrations | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.PushManager.subscribe π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Chrome: The options parameter with a applicationServerKey value is required.Chrome Android: The options parameter with a applicationServerKey value is required.Edge: The options parameter with a applicationServerKey value is required.Firefox: From Firefox 72 onwards, can only be called in response to a user gesture such as a click event.Firefox for Android: From Firefox Android 79 onwards, can only be called in response to a user gesture such as a click event.Quest Browser: The options parameter with a applicationServerKey value is required.Opera Android: The options parameter with a applicationServerKey value is required.Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.Samsung Internet: The options parameter with a applicationServerKey value is required.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.supportedContentEncodings_static π | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.unregister | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.PushMessageData π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.arrayBuffer π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.blob π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.bytes π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.PushMessageData.json π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.text π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.endpoint π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.expirationTime π | Chrome | 7/25/2017 | Edge | 4/30/2018 | 279 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.getKey π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.options π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.subscriptionId | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.PushSubscription.toJSON π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.unsubscribe π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions.applicationServerKey π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions.userVisibleOnly π | Chrome | 10/12/2016 | Edge | 4/30/2018 | 565 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.QuotaExceededError π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.QuotaExceededError.QuotaExceededError π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.QuotaExceededError.quota π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.QuotaExceededError.requested π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.RTCCertificate π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.RTCCertificate.expires π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.RTCCertificate.getFingerprints π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.RTCDTMFSender π | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCDTMFSender.canInsertDTMF π | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCDTMFSender.insertDTMF π | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCDTMFSender.toneBuffer π | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCDTMFSender.tonechange_event π | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCDTMFToneChangeEvent π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.RTCDTMFToneChangeEvent.RTCDTMFToneChangeEvent π | Chrome | 5/21/2013 | Edge | 11/12/2015 | 905 | |
| api.RTCDTMFToneChangeEvent.tone π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.RTCDataChannel π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.binaryType π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.binaryType.arraybuffer_value | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.binaryType.blob_value | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.RTCDataChannel.bufferedAmount π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.bufferedAmountLowThreshold π | Chrome | 10/13/2015 | Edge | 1/15/2020 | 1555 | |
| api.RTCDataChannel.bufferedamountlow_event π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | Chrome: The default for rtcpMuxPolicy is require.Chrome Android: The default for rtcpMuxPolicy is require.Edge: The default for rtcpMuxPolicy is require.Quest Browser: The default for rtcpMuxPolicy is require.Opera: The default for rtcpMuxPolicy is require.Opera Android: The default for rtcpMuxPolicy is require.Samsung Internet: The default for rtcpMuxPolicy is require.WebView Android: The default for rtcpMuxPolicy is require. |
| api.RTCDataChannel.close π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.close_event π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.closing_event π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCDataChannel.error_event π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.id π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.RTCDataChannel.label π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.maxPacketLifeTime π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCDataChannel.maxRetransmits π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.RTCDataChannel.message_event π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.negotiated π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.RTCDataChannel.open_event π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.ordered π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.RTCDataChannel.protocol π | Chrome | 10/1/2013 | Edge | 1/15/2020 | 2297 | |
| api.RTCDataChannel.readyState π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.reliable | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.sctp_sdp_21 | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCDataChannel.send π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannel.transferable π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.RTCDataChannelEvent π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDataChannelEvent.RTCDataChannelEvent π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCDataChannelEvent.channel π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCDtlsTransport π | Edge | 7/29/2015 | Chrome | 1/29/2019 | 1280 | |
| api.RTCDtlsTransport.error_event | Edge | 7/29/2015 | Chrome | 1/29/2019 | 1280 | |
| api.RTCDtlsTransport.getRemoteCertificates π | Edge | 7/29/2015 | Chrome | 1/29/2019 | 1280 | |
| api.RTCDtlsTransport.iceTransport π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.RTCDtlsTransport.state π | Edge | 7/29/2015 | Chrome | 1/29/2019 | 1280 | |
| api.RTCDtlsTransport.statechange_event | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.RTCEncodedAudioFrame π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_audioLevel_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_captureTime_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_contributingSources_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_mimeType_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_payloadType_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_receiveTime_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_rtpTimestamp_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_sequenceNumber_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_synchronizationSource_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.data π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedAudioFrame.getMetadata π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_audioLevel π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_captureTime π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_contributingSources π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_mimeType π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_payloadType π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_receiveTime π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_rtpTimestamp π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_sequenceNumber π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.getMetadata.return_object_property_synchronizationSource π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedAudioFrame.timestamp | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedVideoFrame π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_contributingSources_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_dependencies_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_frameId_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_height_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_mimeType_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_payloadType_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_receiveTime_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_rtpTimestamp_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_spatialIndex_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_synchronizationSource_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_temporalIndex_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_width_parameter π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.data π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedVideoFrame.getMetadata π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_contributingSources π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_dependencies π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_frameId π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_height π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_mimeType π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_payloadType π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_receiveTime π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_rtpTimestamp π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_spatialIndex π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_synchronizationSource π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_temporalIndex π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.getMetadata.return_object_property_width π | Chrome | 7/23/2024 | Edge | 7/25/2024 | 2 | |
| api.RTCEncodedVideoFrame.timestamp | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCEncodedVideoFrame.type π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCError π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.RTCError π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.errorDetail π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.httpRequestStatusCode π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.receivedAlert π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.sctpCauseCode π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.sdpLineNumber π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCError.sentAlert π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCErrorEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCErrorEvent.RTCErrorEvent π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCErrorEvent.error π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCIceCandidate.RTCIceCandidate π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | Firefox: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox for Android: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox for Android: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property. |
| api.RTCIceCandidate.address π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.candidate π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.component π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.foundation π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.port π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.priority π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.protocol π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.relatedAddress π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.relatedPort π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.relayProtocol π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Firefox: See bug 1886013.Firefox for Android: See bug 1886013. |
| api.RTCIceCandidate.sdpMLineIndex π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.sdpMid π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.tcpType π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.toJSON π | Chrome | 5/19/2015 | Edge | 4/5/2017 | 687 | |
| api.RTCIceCandidate.type π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCIceCandidate.url π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Firefox: See bug 1886013.Firefox for Android: See bug 1886013. |
| api.RTCIceCandidate.usernameFragment π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox for Android 126, the property was not read-only. |
| api.RTCIceTransport π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCIceTransport.gatheringState π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.gatheringstatechange_event π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.getLocalCandidates π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.getLocalParameters π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.getRemoteCandidates π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCIceTransport.getRemoteParameters π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCIceTransport.getSelectedCandidatePair π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.role π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCIceTransport.selectedcandidatepairchange_event π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCIceTransport.state π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCIceTransport.statechange_event π | Chrome | 6/4/2019 | Edge | 1/15/2020 | 225 | |
| api.RTCPeerConnection π | Chrome | 1/25/2017 | Edge | 4/5/2017 | 70 | |
| api.RTCPeerConnection.RTCPeerConnection π | Chrome | 1/25/2017 | Edge | 4/5/2017 | 70 | Chrome: Before Chrome 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Chrome Android: Before Chrome Android 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Quest Browser: Before Quest Browser 5.0, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Opera: Before Opera 50, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Opera Android: Before Opera Android 46, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Samsung Internet: Before Samsung Internet 8.0, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".WebView Android: Before WebView Android 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required". |
| api.RTCPeerConnection.RTCPeerConnection.configuration_bundlePolicy_parameter π | Chrome | 4/14/2015 | Edge | 1/15/2020 | 1737 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_certificates_parameter π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceCandidatePoolSize_parameter | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter π | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.credential_parameter π | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.url_parameter | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.urls_parameter π | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.username_parameter π | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceTransportPolicy_parameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_rtcpMuxPolicy_parameter | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | Chrome: Default for rtcpMuxPolicy is requireEdge: Default for rtcpMuxPolicy is requireOpera: Default for rtcpMuxPolicy is require |
| api.RTCPeerConnection.addIceCandidate π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | Firefox: Starting in Firefox 68, the candidate parameter is optional when calling addIceCandidate(). A null value for candidate indicates no more candidates will be sent, while an empty candidate string indicates that no more candidates will be sent for the current generation of candidates.Firefox for Android: Starting in Firefox 68, the candidate parameter is optional when calling addIceCandidate(). A null value for candidate indicates no more candidates will be sent, while an empty candidate string indicates that no more candidates will be sent for the current generation of candidates. |
| api.RTCPeerConnection.addIceCandidate.returns_promise | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.RTCPeerConnection.addStream | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.addTrack π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.RTCPeerConnection.addTransceiver π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCPeerConnection.addTransceiver.init_direction_parameter | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCPeerConnection.addTransceiver.init_sendEncodings_parameter | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCPeerConnection.addTransceiver.init_streams_parameter | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCPeerConnection.addstream_event | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.canTrickleIceCandidates π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.RTCPeerConnection.close π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCPeerConnection.connectionState π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.RTCPeerConnection.connectionstatechange_event π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.RTCPeerConnection.createAnswer π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.createAnswer.returns_promise | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.RTCPeerConnection.createDTMFSender | Chrome | 5/21/2013 | Edge | 1/15/2020 | 2430 | |
| api.RTCPeerConnection.createDataChannel π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.RTCPeerConnection.createOffer π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.createOffer.returns_promise | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | |
| api.RTCPeerConnection.currentLocalDescription π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.RTCPeerConnection.currentRemoteDescription π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.RTCPeerConnection.datachannel_event π | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.RTCPeerConnection.generateCertificate_static π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.RTCPeerConnection.getConfiguration π | Edge | 4/5/2017 | Chrome | 10/16/2018 | 559 | |
| api.RTCPeerConnection.getLocalStreams | Chrome | 5/21/2013 | Edge | 4/5/2017 | 1415 | |
| api.RTCPeerConnection.getReceivers π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.RTCPeerConnection.getReceivers.stopped_transceivers_removed | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | |
| api.RTCPeerConnection.getRemoteStreams | Chrome | 5/21/2013 | Edge | 4/5/2017 | 1415 | |
| api.RTCPeerConnection.getSenders π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.RTCPeerConnection.getSenders.stopped_transceivers_removed | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | |
| api.RTCPeerConnection.getStats π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.getStats.returns_promise | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCPeerConnection.getStats.selector_parameter | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.RTCPeerConnection.getTransceivers π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCPeerConnection.getTransceivers.stopped_transceivers_removed | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | |
| api.RTCPeerConnection.iceConnectionState π | Chrome | 3/26/2013 | Edge | 4/5/2017 | 1471 | |
| api.RTCPeerConnection.iceGatheringState π | Chrome | 2/21/2013 | Edge | 4/5/2017 | 1504 | |
| api.RTCPeerConnection.icecandidate_event π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.icecandidateerror_event π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnection.iceconnectionstatechange_event π | Chrome | 7/9/2013 | Edge | 4/5/2017 | 1366 | |
| api.RTCPeerConnection.icegatheringstatechange_event π | Edge | 4/5/2017 | Chrome | 6/5/2017 | 61 | |
| api.RTCPeerConnection.localDescription π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.negotiationneeded_event π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | Firefox: Although the onnegotiationneeded property is supported, the negotiationneeded event is never fired.Firefox for Android: Although the onnegotiationneeded property is supported, the negotiationneeded event is never fired. |
| api.RTCPeerConnection.pendingLocalDescription π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.RTCPeerConnection.pendingRemoteDescription π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.RTCPeerConnection.remoteDescription π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.removeStream | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.removeTrack π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.RTCPeerConnection.removestream_event | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.restartIce π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnection.sctp π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCPeerConnection.setConfiguration π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.RTCPeerConnection.setLocalDescription π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | Firefox: Firefox does not support descriptions of type pranswer.Firefox for Android: Firefox does not support descriptions of type pranswer. |
| api.RTCPeerConnection.setLocalDescription.description_parameter_optional | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCPeerConnection.setLocalDescription.returns_promise | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.RTCPeerConnection.setRemoteDescription π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCPeerConnection.setRemoteDescription.implicit_rollback | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCPeerConnection.setRemoteDescription.returns_promise | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.RTCPeerConnection.signalingState π | Chrome | 3/26/2013 | Edge | 4/5/2017 | 1471 | |
| api.RTCPeerConnection.signalingstatechange_event π | Chrome | 7/9/2013 | Edge | 4/5/2017 | 1366 | Firefox: Although the onsignalingstatechange property is supported, the signalingstatechange event is not fired as an Event object. See bug 1075133.Firefox for Android: Although the onsignalingstatechange property is supported, the signalingstatechange event is not fired as an Event object. See bug 1075133. |
| api.RTCPeerConnection.track_event π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.RTCPeerConnectionIceErrorEvent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceErrorEvent.RTCPeerConnectionIceErrorEvent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceErrorEvent.address π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCPeerConnectionIceErrorEvent.errorCode π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceErrorEvent.errorText π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceErrorEvent.hostCandidate | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceErrorEvent.port π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCPeerConnectionIceErrorEvent.url π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.RTCPeerConnectionIceEvent π | Chrome | 1/25/2017 | Edge | 4/5/2017 | 70 | |
| api.RTCPeerConnectionIceEvent.RTCPeerConnectionIceEvent π | Chrome | 1/25/2017 | Edge | 4/5/2017 | 70 | |
| api.RTCPeerConnectionIceEvent.candidate π | Chrome | 1/10/2013 | Edge | 4/5/2017 | 1546 | |
| api.RTCRtpReceiver π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.createEncodedStreams | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCRtpReceiver.getCapabilities_static π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.getContributingSources π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.getContributingSources.audioLevel π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.RTCRtpReceiver.getContributingSources.audio_tracks_supported | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.getContributingSources.rtpTimestamp π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCRtpReceiver.getContributingSources.source π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.RTCRtpReceiver.getContributingSources.timestamp π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | Firefox: Starting in version 60, the timestamp is correctly computed based on the window's Performance time, rather than Date.getTime().Firefox for Android: Starting in version 60, the timestamp is correctly computed based on the window's Performance time, rather than Date.getTime(). |
| api.RTCRtpReceiver.getContributingSources.video_tracks_supported | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.RTCRtpReceiver.getParameters π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.RTCRtpReceiver.getParameters.return_object_property_codecs π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpReceiver.getParameters.return_object_property_headerExtensions π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpReceiver.getParameters.return_object_property_rtcp π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpReceiver.getStats π | Edge | 11/12/2015 | Chrome | 5/29/2018 | 929 | |
| api.RTCRtpReceiver.getSynchronizationSources π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.RTCRtpReceiver.getSynchronizationSources.audio_tracks_supported | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.RTCRtpReceiver.getSynchronizationSources.video_tracks_supported | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.RTCRtpReceiver.jitterBufferTarget π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.RTCRtpReceiver.rtcpTransport | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.track π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpReceiver.transform π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpReceiver.transport π | Edge | 7/29/2015 | Chrome | 6/5/2017 | 677 | |
| api.RTCRtpScriptTransform π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransform.RTCRtpScriptTransform π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransformer π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransformer.options π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransformer.readable π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransformer.sendKeyFrameRequest π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpScriptTransformer.writable π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpSender π | Edge | 11/12/2015 | Chrome | 1/23/2018 | 803 | |
| api.RTCRtpSender.createEncodedStreams | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCRtpSender.dtmf π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.RTCRtpSender.getCapabilities_static π | Edge | 11/12/2015 | Chrome | 9/4/2018 | 1027 | |
| api.RTCRtpSender.getParameters π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.RTCRtpSender.getParameters.return_object_property_codecs π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_degradationPreference π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.RTCRtpSender.getParameters.return_object_property_encodings π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.getParameters.return_object_property_headerExtensions π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_rtcp π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_transactionId π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.getStats π | Edge | 11/12/2015 | Chrome | 5/29/2018 | 929 | |
| api.RTCRtpSender.replaceTrack π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.RTCRtpSender.rtcpTransport | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCRtpSender.setParameters π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | Firefox: Before Firefox 64, changes to parameters that should update live would not do so.Firefox for Android: Before Firefox for Android 64, changes to parameters that should update live would not do so. |
| api.RTCRtpSender.setParameters.parameters_codecs_parameter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter.maintain-framerate-and-resolution_value π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.active | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.codec | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxBitrate π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxFramerate π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Firefox: Zero is treated as 'no fps limit' (see bug 1611957).Firefox for Android: Zero is treated as 'no fps limit' (see bug 1611957). |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.priority π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: In version 110 and later the default priority is low.Firefox for Android: In version 110 and later the default priority is low. |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.scaleResolutionDownBy π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.RTCRtpSender.setParameters.parameters_headerExtensions_parameter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_rtcp_parameter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_transactionId_parameter π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpSender.setStreams π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCRtpSender.track π | Edge | 11/12/2015 | Chrome | 1/23/2018 | 803 | |
| api.RTCRtpSender.transform π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCRtpSender.transport π | Edge | 11/12/2015 | Chrome | 6/4/2019 | 1300 | |
| api.RTCRtpTransceiver π | Chrome | 9/4/2018 | Edge | 10/2/2018 | 28 | |
| api.RTCRtpTransceiver.currentDirection π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpTransceiver.currentDirection.stopped_value π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCRtpTransceiver.direction π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpTransceiver.direction.value_stopped π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCRtpTransceiver.getHeaderExtensionsToNegotiate π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.RTCRtpTransceiver.getNegotiatedHeaderExtensions π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.RTCRtpTransceiver.mid π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpTransceiver.receiver π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpTransceiver.sender π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCRtpTransceiver.setCodecPreferences π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCRtpTransceiver.setHeaderExtensionsToNegotiate π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.RTCRtpTransceiver.stop π | Chrome | 1/19/2021 | Edge | 1/21/2021 | 2 | |
| api.RTCRtpTransceiver.stopped | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCSctpTransport π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSctpTransport.maxChannels π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSctpTransport.maxMessageSize π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSctpTransport.state π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSctpTransport.statechange_event | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSctpTransport.transport π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.RTCSessionDescription π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCSessionDescription.RTCSessionDescription | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCSessionDescription.sdp π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCSessionDescription.toJSON π | Chrome | 5/19/2015 | Edge | 4/5/2017 | 687 | |
| api.RTCSessionDescription.type π | Chrome | 11/6/2012 | Edge | 4/5/2017 | 1611 | |
| api.RTCStatsReport π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.@@iterator | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.entries π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.forEach π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.get π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.has π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.keys π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.size π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.RTCStatsReport.type_candidate-pair π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.availableOutgoingBitrate π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.bytesDiscardedOnSend π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_candidate-pair.bytesReceived π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.bytesSent π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.consentRequestsSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_candidate-pair.currentRoundTripTime π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.RTCStatsReport.type_candidate-pair.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_candidate-pair.lastPacketReceivedTimestamp π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.RTCStatsReport.type_candidate-pair.lastPacketSentTimestamp π | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.RTCStatsReport.type_candidate-pair.localCandidateId π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.nominated π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.packetsDiscardedOnSend π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_candidate-pair.packetsReceived π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_candidate-pair.packetsSent π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_candidate-pair.priority | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.remoteCandidateId π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.requestsReceived π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.requestsSent π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.responsesReceived π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.responsesSent π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.state π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_candidate-pair.totalRoundTripTime π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.RTCStatsReport.type_candidate-pair.transportId π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCStatsReport.type_candidate-pair.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.base64Certificate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.fingerprint π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.fingerprintAlgorithm π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_certificate.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.channels π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.RTCStatsReport.type_codec.clockRate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.mimeType π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.payloadType π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.sdpFmtpLine π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.RTCStatsReport.type_codec.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_codec.transportId π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.RTCStatsReport.type_codec.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.bytesReceived π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.bytesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.dataChannelIdentifier π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.RTCStatsReport.type_data-channel.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.label π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.messagesReceived π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.messagesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.protocol π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.state π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_data-channel.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.audioLevel π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.bytesReceived π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.codecId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.concealedSamples π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.concealmentEvents π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.fecPacketsDiscarded π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCStatsReport.type_inbound-rtp.fecPacketsReceived π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCStatsReport.type_inbound-rtp.frameHeight π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.frameWidth π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.framesDecoded π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.framesPerSecond π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.framesReceived π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.headerBytesReceived π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.insertedSamplesForDeceleration π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.jitter π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferDelay π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferEmittedCount π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferMinimumDelay π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferTargetDelay π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_inbound-rtp.keyFramesDecoded π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.kind π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.lastPacketReceivedTimestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.mid π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_inbound-rtp.nackCount π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.packetsDiscarded π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.packetsLost π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.packetsReceived π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.playoutId π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_inbound-rtp.qpSum π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.remoteId π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_inbound-rtp.removedSamplesForAcceleration π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.silentConcealedSamples π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.ssrc π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.totalAudioEnergy π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.totalDecodeTime π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.totalInterFrameDelay π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.totalProcessingDelay π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCStatsReport.type_inbound-rtp.totalSamplesDuration π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.totalSamplesReceived π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_inbound-rtp.totalSquaredInterFrameDelay π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.RTCStatsReport.type_inbound-rtp.trackIdentifier π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_inbound-rtp.transportId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_inbound-rtp.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.address π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_local-candidate.candidateType π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.foundation π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.RTCStatsReport.type_local-candidate.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.port π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.priority π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.protocol π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.transportId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_local-candidate.usernameFragment π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.RTCStatsReport.type_media-playout π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.id π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.kind π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.synthesizedSamplesDuration π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.synthesizedSamplesEvents π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.timestamp π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.totalPlayoutDelay π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.totalSamplesCount π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.totalSamplesDuration π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-playout.type π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.RTCStatsReport.type_media-source π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.audioLevel π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.frames π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.RTCStatsReport.type_media-source.framesPerSecond π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.height π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.kind π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.totalAudioEnergy π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.totalSamplesDuration π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.trackIdentifier π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_media-source.width π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.active π | Chrome | 9/27/2022 | Edge | 10/3/2022 | 6 | |
| api.RTCStatsReport.type_outbound-rtp.bytesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.codecId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.frameHeight π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.RTCStatsReport.type_outbound-rtp.frameWidth π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.RTCStatsReport.type_outbound-rtp.framesEncoded π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.framesPerSecond π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.RTCStatsReport.type_outbound-rtp.framesSent π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.RTCStatsReport.type_outbound-rtp.headerBytesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.keyFramesEncoded π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.kind π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.mediaSourceId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.mid π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_outbound-rtp.nackCount π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.RTCStatsReport.type_outbound-rtp.packetsSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.qpSum π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.qualityLimitationDurations π | Chrome | 8/31/2021 | Edge | 9/2/2021 | 2 | |
| api.RTCStatsReport.type_outbound-rtp.qualityLimitationReason π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.remoteId π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.RTCStatsReport.type_outbound-rtp.retransmittedBytesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.retransmittedPacketsSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.rid π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.RTCStatsReport.type_outbound-rtp.scalabilityMode π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.RTCStatsReport.type_outbound-rtp.ssrc π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.targetBitrate π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.RTCStatsReport.type_outbound-rtp.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.totalEncodeTime π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.totalPacketSendDelay π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.transportId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_outbound-rtp.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection.dataChannelsClosed π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection.dataChannelsOpened π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_peer-connection.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.address π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-candidate.candidateType π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.foundation π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.RTCStatsReport.type_remote-candidate.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.port π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.priority π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.protocol π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.transportId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-candidate.usernameFragment π | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.RTCStatsReport.type_remote-inbound-rtp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.codecId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.fractionLost π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-inbound-rtp.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.jitter π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.kind π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.localId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.packetsLost π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.roundTripTime π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.roundTripTimeMeasurements π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-inbound-rtp.ssrc π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.totalRoundTripTime π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-inbound-rtp.transportId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-inbound-rtp.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_remote-outbound-rtp π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.bytesSent π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.codecId π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.id π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.kind π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.localId π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.packetsSent π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.remoteTimestamp π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.reportsSent π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.roundTripTimeMeasurements π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_remote-outbound-rtp.ssrc π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.timestamp π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.totalRoundTripTime π | Chrome | 11/15/2021 | Edge | 11/19/2021 | 4 | |
| api.RTCStatsReport.type_remote-outbound-rtp.transportId π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_remote-outbound-rtp.type π | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | |
| api.RTCStatsReport.type_transport π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.bytesReceived π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.bytesSent π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.dtlsCipher π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.dtlsRole π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCStatsReport.type_transport.dtlsState π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.iceLocalUsernameFragment π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCStatsReport.type_transport.iceRole π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCStatsReport.type_transport.iceState π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.RTCStatsReport.type_transport.id π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.localCertificateId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.packetsReceived π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_transport.packetsSent π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.RTCStatsReport.type_transport.remoteCertificateId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.selectedCandidatePairChanges π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.selectedCandidatePairId π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.srtpCipher π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.timestamp π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.tlsVersion π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.type_transport.type π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.RTCStatsReport.values | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.RTCTrackEvent π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCTrackEvent.RTCTrackEvent π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.RTCTrackEvent.receiver π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCTrackEvent.streams π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCTrackEvent.track π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.RTCTrackEvent.transceiver π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.RTCTransformEvent π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RTCTransformEvent.transformer π | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.RadioNodeList π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.RadioNodeList.value π | Chrome | 7/31/2012 | Edge | 7/29/2015 | 1093 | |
| api.Range π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting with Firefox 13, the Range object throws a DOMException as defined in DOM 4, instead of a RangeException defined in prior specifications.Firefox for Android: Starting with Firefox for Android 14, the Range object throws a DOMException as defined in DOM 4, instead of a RangeException defined in prior specifications. |
| api.Range.Range π | Chrome | 8/20/2013 | Edge | 4/5/2017 | 1324 | |
| api.Range.cloneContents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.cloneRange π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.collapse π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.collapse.toStart_parameter_optional | Chrome | 12/11/2008 | Edge | 10/17/2017 | 3232 | Internet Explorer: Optional but defaults to true. |
| api.Range.collapsed π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.commonAncestorContainer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.compareBoundaryPoints π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.comparePoint π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Range.createContextualFragment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.createContextualFragment.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.Range.deleteContents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.detach π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Since Chrome 37, this method does nothing, as specified. See bug 40362748.Chrome Android: Since Chrome Android 37, this method does nothing, as specified. See bug 40362748.Firefox: Since Firefox 15, this method does nothing, as specified. See bug 702948.Firefox for Android: Since Firefox for Android 15, this method does nothing, as specified. See bug 702948.Quest Browser: Since Quest Browser 5.0, this method does nothing, as specified. See bug 40362748.Opera: Since Opera 24, this method does nothing, as specified. See bug 40362748.Opera Android: Since Opera 24, this method does nothing, as specified. See bug 40362748.Safari: Since Safari 10, this method does nothing, see bug 148454.Safari on iOS: Since Safari on iOS 10, this method does nothing, see bug 148454.Samsung Internet: Since Samsung Internet 3.0, this method does nothing, as specified. See bug 40362748.WebView Android: Since WebView Android 37, this method does nothing, as specified. See bug 40362748.WebView on iOS: Since WebView on iOS 10, this method does nothing, see bug 148454. |
| api.Range.endContainer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.endOffset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.extractContents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.getBoundingClientRect π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Range.getClientRects π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Range.insertNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.intersectsNode π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Range.isPointInRange π | Chrome | 12/11/2008 | Edge | 4/5/2017 | 3037 | |
| api.Range.selectNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.selectNodeContents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setEnd π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setEndAfter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setEndBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setStart π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setStartAfter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.setStartBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.startContainer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.startOffset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.surroundContents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Range.toString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ReadableByteStreamController π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Deno: ReadableByteStreamController is not exposed on the global scope.Node.js: Before 18.10.0, handling a BYOB pull request from a released reader is not supported.Node.js: Available as a part of the stream/web module. |
| api.ReadableByteStreamController.byobRequest π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableByteStreamController.close π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableByteStreamController.desiredSize π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableByteStreamController.enqueue π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableByteStreamController.error π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStream π | Chrome | 5/19/2015 | Edge | 8/2/2016 | 441 | Node.js: Available as a part of the stream/web module. |
| api.ReadableStream.@@asyncIterator π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.ReadableStream.ReadableStream π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ReadableStream.cancel π | Chrome | 5/19/2015 | Edge | 8/2/2016 | 441 | |
| api.ReadableStream.getReader π | Chrome | 5/19/2015 | Edge | 8/2/2016 | 441 | |
| api.ReadableStream.locked π | Chrome | 7/20/2016 | Edge | 8/2/2016 | 13 | |
| api.ReadableStream.pipeThrough π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ReadableStream.pipeTo π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.ReadableStream.tee π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Node.js: Before 18.10.0 or 16.18.0, teeing a readable byte stream is not supported. |
| api.ReadableStream.transferable π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ReadableStream.values π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.ReadableStreamBYOBReader π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamBYOBReader.ReadableStreamBYOBReader π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBReader.cancel π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBReader.closed π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBReader.read π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBReader.read.options_min_parameter π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.ReadableStreamBYOBReader.releaseLock π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBReader.releaseLock.reject_pending_read_request | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | Chrome: Before version 105, releaseLock() throws instead of rejecting.Chrome Android: Before version 105, releaseLock() throws instead of rejecting.Edge: Before version 105, releaseLock() throws instead of rejecting.Opera: Before version 91, releaseLock() throws instead of rejecting.Opera Android: Before version 72, releaseLock() throws instead of rejecting.Samsung Internet: Before version 20.0, releaseLock() throws instead of rejecting.WebView Android: Before version 105, releaseLock() throws instead of rejecting. |
| api.ReadableStreamBYOBRequest π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamBYOBRequest.respond π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBRequest.respondWithNewView π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamBYOBRequest.view π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ReadableStreamDefaultController π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Deno: ReadableStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamDefaultController.close π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ReadableStreamDefaultController.desiredSize π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ReadableStreamDefaultController.enqueue π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ReadableStreamDefaultController.error π | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.ReadableStreamDefaultReader π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Deno: ReadableStreamDefaultReader is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamDefaultReader.ReadableStreamDefaultReader π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.ReadableStreamDefaultReader.cancel π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.ReadableStreamDefaultReader.closed π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.ReadableStreamDefaultReader.read π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.ReadableStreamDefaultReader.releaseLock π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.ReadableStreamDefaultReader.releaseLock.reject_pending_read_request | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | Chrome: Before version 105, releaseLock() throws instead of rejecting.Chrome Android: Before version 105, releaseLock() throws instead of rejecting.Edge: Before version 105, releaseLock() throws instead of rejecting.Opera: Before version 91, releaseLock() throws instead of rejecting.Opera Android: Before version 72, releaseLock() throws instead of rejecting.Samsung Internet: Before version 20.0, releaseLock() throws instead of rejecting.WebView Android: Before version 105, releaseLock() throws instead of rejecting. |
| api.RelativeOrientationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.RelativeOrientationSensor.RelativeOrientationSensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.RemotePlayback π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.cancelWatchAvailability π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.connect_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.connecting_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.disconnect_event π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.prompt π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.state π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.RemotePlayback.watchAvailability π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Report π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Firefox: Worker support added in version 77 |
| api.Report.body π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Report.toJSON | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Report.type π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Report.url π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportBody π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportBody.toJSON | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver.ReportingObserver π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver.disconnect π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver.observe π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver.takeRecords π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ReportingObserver.worker_support | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Request π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.Request.Request π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | Chrome: From Chrome 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Chrome Android: From Chrome Android 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.Quest Browser: From Quest Browser 5.0, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Samsung Internet: From Samsung Internet 5.0, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).WebView Android: From WebView Android 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual). |
| api.Request.Request.cross_origin_stripped | Edge | 4/5/2017 | Chrome | 9/4/2018 | 517 | |
| api.Request.Request.init_attributionReporting_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Request.Request.init_browsingTopics_parameter | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Request.Request.init_duplex_parameter π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Request.Request.init_keepalive_parameter π | Edge | 4/5/2017 | Chrome | 4/17/2018 | 377 | |
| api.Request.Request.init_priority_parameter π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.Request.Request.init_privateToken_parameter π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.Request.Request.init_referrer_parameter π | Chrome | 12/1/2015 | Edge | 4/5/2017 | 491 | |
| api.Request.Request.request_body_readablestream | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Request.Request.response_body_readablestream | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.Request.arrayBuffer π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Request.blob π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Request.body π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Request.bodyUsed π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Request.bytes π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.Request.cache π | Edge | 8/2/2016 | Chrome | 1/23/2018 | 539 | |
| api.Request.cache.only-if-cached | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.Request.clone π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.credentials π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.credentials.default_same-origin | Edge | 10/2/2018 | Chrome | 1/29/2019 | 119 | |
| api.Request.destination π | Edge | 8/2/2016 | Chrome | 3/6/2018 | 581 | |
| api.Request.destination.speculationrules | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.Request.duplex π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | |
| api.Request.formData π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | Safari: The method exists but always rejects with NotSupportedError. See bug 215671.Safari on iOS: The method exists but always rejects with NotSupportedError. See bug 215671.WebView on iOS: The method exists but always rejects with NotSupportedError. See bug 215671. |
| api.Request.headers π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.integrity π | Chrome | 10/13/2015 | Edge | 8/2/2016 | 294 | |
| api.Request.isHistoryNavigation π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.Request.json π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Request.keepalive π | Edge | 4/5/2017 | Chrome | 4/17/2018 | 377 | |
| api.Request.method π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.mode π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.mode.navigate_mode | Chrome | 3/2/2016 | Edge | 10/2/2018 | 944 | |
| api.Request.redirect π | Chrome | 10/13/2015 | Edge | 8/2/2016 | 294 | Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response. |
| api.Request.referrer π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Request.referrerPolicy π | Chrome | 7/20/2016 | Edge | 8/2/2016 | 13 | |
| api.Request.signal π | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | |
| api.Request.targetAddressSpace π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Request.text π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Request.url π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | Chrome: Fragment support added in Chrome 59.Chrome Android: Fragment support added in Chrome Android 59.Quest Browser: Fragment support added in Quest Browser 5.0.Opera: Fragment support added in Opera 46.Opera Android: Fragment support added in Opera 46.Samsung Internet: Fragment support added in Samsung Internet 7.0.WebView Android: Fragment support added in WebView Android 59. |
| api.ResizeObserver π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserver.ResizeObserver π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserver.disconnect π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserver.observe π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserver.observe.options_box_parameter | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Firefox: Before version 93, the device-pixel-content-box value is not supported.Firefox for Android: Before version 93, the device-pixel-content-box value is not supported. |
| api.ResizeObserver.unobserve π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserverEntry π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserverEntry.borderBoxSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Firefox: Implemented as a single object representing a content box size, rather than an array of content box size objects.Firefox for Android: Implemented as a single object representing a content box size, rather than an array of content box size objects. |
| api.ResizeObserverEntry.contentBoxSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Firefox: Implemented as a single object representing a content box size, rather than an array of content box size objects.Firefox for Android: Implemented as a single object representing a content box size, rather than an array of content box size objects. |
| api.ResizeObserverEntry.contentRect π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserverEntry.devicePixelContentBoxSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.ResizeObserverEntry.target π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.ResizeObserverSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.ResizeObserverSize.blockSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.ResizeObserverSize.inlineSize π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.Response π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.Response.Response π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.Response.accept_readablestream | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.Response.Response.body_parameter_optional | Chrome | 1/21/2015 | Edge | 1/15/2020 | 1820 | |
| api.Response.arrayBuffer π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.blob π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.body π | Chrome | 5/19/2015 | Edge | 8/2/2016 | 441 | |
| api.Response.body.readable_byte_stream | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.Response.bodyUsed π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.bytes π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.Response.clone π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.error_static π | Chrome | 5/19/2015 | Edge | 10/17/2017 | 882 | |
| api.Response.formData π | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | Safari: The method exists but always rejects with NotSupportedError. See bug 215671.Safari on iOS: The method exists but always rejects with NotSupportedError. See bug 215671.WebView on iOS: The method exists but always rejects with NotSupportedError. See bug 215671. |
| api.Response.headers π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.json π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.json_static π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Response.ok π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.redirect_static π | Chrome | 7/21/2015 | Edge | 10/17/2017 | 819 | |
| api.Response.redirected π | Chrome | 3/9/2017 | Edge | 10/17/2017 | 222 | |
| api.Response.status π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.statusText π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.text π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | |
| api.Response.type π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.Response.url π | Chrome | 1/21/2015 | Edge | 8/2/2016 | 559 | |
| api.RestrictionTarget π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.RestrictionTarget.fromElement_static π | Chrome | 1/14/2025 | Edge | 1/17/2025 | 3 | |
| api.SVGAElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAElement.download π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SVGAElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAElement.hreflang π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.SVGAElement.interestForElement | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SVGAElement.ping π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.SVGAElement.referrerPolicy π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.SVGAElement.rel π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.SVGAElement.relList π | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.SVGAElement.target π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAElement.type π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.SVGAngle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.convertToSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.newValueSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.unitType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.valueAsString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAngle.valueInSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimateElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimateMotionElement π | Chrome | 5/15/2012 | Edge | 1/15/2020 | 2801 | |
| api.SVGAnimateTransformElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimatedAngle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedAngle.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedAngle.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedBoolean π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedBoolean.animVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedBoolean.baseVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedEnumeration π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedEnumeration.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedEnumeration.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedInteger π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedInteger.animVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedInteger.baseVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedLength.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedLength.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedLengthList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedLengthList.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedLengthList.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedNumber π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedNumber.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedNumber.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedNumberList π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedNumberList.animVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedNumberList.baseVal π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGAnimatedPreserveAspectRatio π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGAnimatedPreserveAspectRatio.animVal π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGAnimatedPreserveAspectRatio.baseVal π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGAnimatedRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedRect.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedRect.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedString.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedString.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedString.baseVal.enforces_trusted_types | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.SVGAnimatedTransformList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedTransformList.animVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimatedTransformList.baseVal π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGAnimationElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.beginElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.beginElementAt π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.beginEvent_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | Chrome: The onbegin event handler property is not supported.Chrome Android: The onbegin event handler property is not supported.Firefox: The onbegin event handler property is not supported.Firefox for Android: The onbegin event handler property is not supported.Opera: The onbegin event handler property is not supported.Opera Android: The onbegin event handler property is not supported.Safari: The onbegin event handler property is not supported.Safari on iOS: The onbegin event handler property is not supported.Samsung Internet: The onbegin event handler property is not supported.WebView Android: The onbegin event handler property is not supported.WebView on iOS: The onbegin event handler property is not supported. |
| api.SVGAnimationElement.endElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.endElementAt π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.endEvent_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | Chrome: The onend event handler property is not supported.Chrome Android: The onend event handler property is not supported.Firefox: The onend event handler property is not supported.Firefox for Android: The onend event handler property is not supported.Opera: The onend event handler property is not supported.Opera Android: The onend event handler property is not supported.Safari: The onend event handler property is not supported.Safari on iOS: The onend event handler property is not supported.Samsung Internet: The onend event handler property is not supported.WebView Android: The onend event handler property is not supported.WebView on iOS: The onend event handler property is not supported. |
| api.SVGAnimationElement.getCurrentTime π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.getSimpleDuration π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.getStartTime π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.repeatEvent_event π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | Chrome: The onrepeat event handler property is not supported.Chrome Android: The onrepeat event handler property is not supported.Firefox: The onrepeat event handler property is not supported.Firefox for Android: The onrepeat event handler property is not supported.Opera: The onrepeat event handler property is not supported.Opera Android: The onrepeat event handler property is not supported.Safari: The onrepeat event handler property is not supported.Safari on iOS: The onrepeat event handler property is not supported.Samsung Internet: The onrepeat event handler property is not supported.WebView Android: The onrepeat event handler property is not supported.WebView on iOS: The onrepeat event handler property is not supported. |
| api.SVGAnimationElement.requiredExtensions π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.systemLanguage π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGAnimationElement.targetElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGCircleElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGCircleElement.cx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGCircleElement.cy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGCircleElement.r π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGClipPathElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGClipPathElement.clipPathUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGClipPathElement.transform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGComponentTransferFunctionElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.amplitude π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.exponent π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.intercept π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.offset π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.slope π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.tableValues π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGComponentTransferFunctionElement.type π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGDefsElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGDescElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGElement.attributeStyleMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.SVGElement.autofocus π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | Firefox: Only supported on SVGGraphicsElement.Firefox for Android: Only supported on SVGGraphicsElement. |
| api.SVGElement.blur π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.SVGElement.className π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGElement.dataset π | Chrome | 12/1/2016 | Edge | 4/30/2018 | 515 | |
| api.SVGElement.error_event π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.SVGElement.focus π | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.SVGElement.focus.options_preventScroll_parameter | Edge | 4/30/2018 | Chrome | 10/22/2019 | 540 | |
| api.SVGElement.load_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: See bug 620002 for implementation status of the standard load event.Firefox for Android: See bug 620002 for implementation status of the standard load event. |
| api.SVGElement.nonce π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.SVGElement.ownerSVGElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGElement.style π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGElement.tabIndex π | Chrome | 7/16/2014 | Edge | 4/30/2018 | 1384 | |
| api.SVGElement.viewportElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGEllipseElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGEllipseElement.cx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGEllipseElement.cy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGEllipseElement.rx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGEllipseElement.ry π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGFEBlendElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.in2 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.mode π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEBlendElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.type π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.values π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEColorMatrixElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEComponentTransferElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.in2 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.k1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.k2 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.k3 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.k4 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.operator π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFECompositeElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEConvolveMatrixElement π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.bias π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.divisor π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.edgeMode π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.height π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.in1 π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.kernelMatrix π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.kernelUnitLengthX π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.kernelUnitLengthY π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.orderX π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.orderY π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.preserveAlpha π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.result π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.targetX π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.targetY π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.width π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.x π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEConvolveMatrixElement.y π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGFEDiffuseLightingElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.diffuseConstant π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.kernelUnitLengthX π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.kernelUnitLengthY π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.surfaceScale π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDiffuseLightingElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.in2 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.scale π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.xChannelSelector π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDisplacementMapElement.yChannelSelector π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDistantLightElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDistantLightElement.azimuth π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDistantLightElement.elevation π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEDropShadowElement π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.dx π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.dy π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.height π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.in1 π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.result π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.setStdDeviation π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.stdDeviationX π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.stdDeviationY π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.width π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.x π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEDropShadowElement.y π | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.SVGFEFloodElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFloodElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFloodElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFloodElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFloodElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFloodElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFuncAElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFuncBElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFuncGElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEFuncRElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.setStdDeviation π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.stdDeviationX π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.stdDeviationY π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEGaussianBlurElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.href π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.preserveAspectRatio π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEImageElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeNodeElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMergeNodeElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.operator π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.radiusX π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.radiusY π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEMorphologyElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.dx π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.dy π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEOffsetElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEPointLightElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEPointLightElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEPointLightElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFEPointLightElement.z π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.kernelUnitLengthX π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | |
| api.SVGFESpecularLightingElement.kernelUnitLengthY π | Edge | 7/29/2015 | Chrome | 9/1/2015 | 34 | |
| api.SVGFESpecularLightingElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.specularConstant π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.specularExponent π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.surfaceScale π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpecularLightingElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.limitingConeAngle π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.pointsAtX π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.pointsAtY π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.pointsAtZ π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.specularExponent π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFESpotLightElement.z π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.in1 π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETileElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.baseFrequencyX π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.baseFrequencyY π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.numOctaves π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.result π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.seed π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.stitchTiles π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.type π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFETurbulenceElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.filterUnits π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.height π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.href π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.primitiveUnits π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.width π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.x π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGFilterElement.y π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.SVGForeignObjectElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGForeignObjectElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGForeignObjectElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGForeignObjectElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGForeignObjectElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGeometryElement π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Chrome Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Edge: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Firefox: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Firefox for Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Internet Explorer: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Opera: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Opera Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Safari: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Safari on iOS: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Samsung Internet: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.WebView Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.WebView on iOS: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface. |
| api.SVGGeometryElement.getPointAtLength π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Edge: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Internet Explorer: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGeometryElement.getTotalLength π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Edge: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Internet Explorer: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGeometryElement.isPointInFill π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | Chrome: The element this method is called for must be in the DOM; otherwise, this method will always return false.Chrome Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.Edge: The element this method is called for must be in the DOM; otherwise, this method will always return false.Quest Browser: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.WebView Android: The element this method is called for must be in the DOM; otherwise, this method will always return false. |
| api.SVGGeometryElement.isPointInFill.point_parameter_DOMPoint | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.SVGGeometryElement.isPointInStroke π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | Chrome: The element this method is called for must be in the DOM; otherwise, this method will always return false.Chrome Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.Edge: The element this method is called for must be in the DOM; otherwise, this method will always return false.Quest Browser: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.WebView Android: The element this method is called for must be in the DOM; otherwise, this method will always return false. |
| api.SVGGeometryElement.isPointInStroke.point_parameter_DOMPoint | Chrome | 4/29/2025 | Edge | 5/1/2025 | 2 | |
| api.SVGGeometryElement.pathLength π | Chrome | 3/9/2017 | Edge | 1/15/2020 | 1042 | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGradientElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGradientElement.gradientTransform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGradientElement.gradientUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGradientElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGradientElement.spreadMethod π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGraphicsElement π | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | Chrome: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Chrome Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Firefox: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Firefox for Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Internet Explorer: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Opera: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Opera Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Safari: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Safari on iOS: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Samsung Internet: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.WebView Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.WebView on iOS: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement. |
| api.SVGGraphicsElement.getBBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 128, the getBBox() method returned an empty DOMRect when there is no fill (bug 1019326).Firefox: Before Firefox 68, this method didn't work for <textPath> and <tspan> elements (bug 937268).Firefox for Android: Before Firefox for Android 128, the getBBox() method returned an empty DOMRect when there is no fill (bug 1019326).Firefox for Android: Before Firefox for Android 68, this method didn't work for <textPath> and <tspan> elements (bug 937268). |
| api.SVGGraphicsElement.getCTM π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGraphicsElement.getScreenCTM π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: Transforms on the parent are not propagated down to its children; see bug 209220.Safari on iOS: Transforms on the parent are not propagated down to its children; see bug 209220.WebView on iOS: Transforms on the parent are not propagated down to its children; see bug 209220. |
| api.SVGGraphicsElement.requiredExtensions π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGraphicsElement.systemLanguage π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGGraphicsElement.transform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.crossOrigin π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.SVGImageElement.decode π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | |
| api.SVGImageElement.decoding π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.SVGImageElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGImageElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.convertToSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.newValueSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.unitType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.valueAsString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLength.valueInSpecifiedUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.appendItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.clear π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.getItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.initialize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.insertItemBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.length π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.SVGLengthList.numberOfItems π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.removeItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLengthList.replaceItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLineElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLineElement.x1 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLineElement.x2 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLineElement.y1 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLineElement.y2 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLinearGradientElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLinearGradientElement.x1 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLinearGradientElement.x2 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLinearGradientElement.y1 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGLinearGradientElement.y2 π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMPathElement π | Chrome | 5/15/2012 | Edge | 1/15/2020 | 2801 | |
| api.SVGMPathElement.href π | Chrome | 5/15/2012 | Edge | 1/15/2020 | 2801 | |
| api.SVGMarkerElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.markerHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.markerUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.markerWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.orientAngle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.orientType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.refX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.refY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.setOrientToAngle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.setOrientToAuto π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMarkerElement.viewBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.maskContentUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.maskUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMaskElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGMetadataElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGNumber π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGNumber.value π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGNumberList π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.appendItem π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.clear π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.getItem π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.initialize π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.insertItemBefore π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.length π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.SVGNumberList.numberOfItems π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.removeItem π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGNumberList.replaceItem π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.SVGPathElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPathElement.getPointAtLength π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.SVGPathElement.getTotalLength π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.SVGPathElement.pathLength π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.SVGPatternElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.patternContentUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.patternTransform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.patternUnits π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.viewBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPatternElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPoint π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPoint.matrixTransform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPoint.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPoint.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.appendItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.clear π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.getItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.initialize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.insertItemBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.length π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.SVGPointList.numberOfItems π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.removeItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPointList.replaceItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolygonElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolygonElement.animatedPoints π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolygonElement.points π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolylineElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolylineElement.animatedPoints π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPolylineElement.points π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPreserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPreserveAspectRatio.align π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGPreserveAspectRatio.meetOrSlice π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement.cx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement.cy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement.fr π | Chrome | 1/10/2013 | Edge | 1/15/2020 | 2561 | |
| api.SVGRadialGradientElement.fx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement.fy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRadialGradientElement.r π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRect.height | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRect.width | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRect.x | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRect.y | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.rx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.ry π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGRectElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.animationsPaused π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.SVGSVGElement.checkEnclosure π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.checkIntersection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGAngle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGMatrix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGNumber π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGPoint π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGRect π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGTransform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.createSVGTransformFromMatrix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.currentScale π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.currentTranslate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.deselectAll π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.forceRedraw π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.getCurrentTime π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.getElementById π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.SVGSVGElement.getEnclosureList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.getIntersectionList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.pauseAnimations π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.setCurrentTime π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.suspendRedraw π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.unpauseAnimations π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.unsuspendRedraw π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.unsuspendRedrawAll π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.viewBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSVGElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGScriptElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGScriptElement.async | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SVGScriptElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGScriptElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSetElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.SVGStopElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStopElement.offset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Since version 13, SVGStringList is indexable like Array which is a non-standard behavior.Firefox for Android: SVGStringList is indexable like Array which is a non-standard behavior. |
| api.SVGStringList.appendItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.clear π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.getItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.initialize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.insertItemBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.length π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.SVGStringList.numberOfItems π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.removeItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStringList.replaceItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStyleElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStyleElement.disabled π | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | |
| api.SVGStyleElement.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStyleElement.sheet π | Chrome | 10/7/2014 | Edge | 7/29/2015 | 295 | |
| api.SVGStyleElement.title π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGStyleElement.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSwitchElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSymbolElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSymbolElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGSymbolElement.viewBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTSpanElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getCharNumAtPosition π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getComputedTextLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getEndPositionOfChar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getExtentOfChar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getNumberOfChars π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getRotationOfChar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getStartPositionOfChar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.getSubStringLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.lengthAdjust π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.selectSubString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextContentElement.textLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPathElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPathElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPathElement.method π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPathElement.spacing π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPathElement.startOffset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement.dx π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement.dy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement.rotate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTextPositioningElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTitleElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.angle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.matrix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setMatrix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setRotate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setScale π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setSkewX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setSkewY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.setTranslate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransform.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.appendItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.clear π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.consolidate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.createSVGTransformFromMatrix π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.getItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.initialize π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.insertItemBefore π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.length π | Chrome | 5/20/2014 | Edge | 1/15/2020 | 2066 | |
| api.SVGTransformList.numberOfItems π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.removeItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGTransformList.replaceItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUnitTypes π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement.x π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGUseElement.y π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGViewElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGViewElement.preserveAspectRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SVGViewElement.viewBox π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Sanitizer π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | Chrome: Chrome 105 to Chrome 118 (inclusive) supported this interface name with a significantly different specification.Chrome Android: Chrome Android 105 to Chrome Android 118 (inclusive) supported this interface name with a significantly different specification.Edge: Edge 105 to Edge 118 (inclusive) supported this interface name with a significantly different specification.WebView Android: WebView Android 105 to WebView Android 118 (inclusive) supported this interface name with a significantly different specification. |
| api.Sanitizer.Sanitizer π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.allowAttribute π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.allowElement π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.get π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.removeAttribute π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.removeElement π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.removeUnsafe π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.replaceElementWithChildren π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.setComments π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Sanitizer.setDataAttributes π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.Scheduler π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Scheduler.postTask π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Scheduler.yield π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Scheduling π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.Scheduling.isInputPending π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.Screen π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Screen.availHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: Always reflects the main screen. |
| api.Screen.availLeft | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Screen.availLeft.relative-multi-screen | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Screen.availTop | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Screen.availTop.relative-multi-screen | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Screen.availWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Edge: Always reflects the main screen. |
| api.Screen.change_event π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.Screen.colorDepth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with version 59 this property is no longer required to always return 24.Chrome Android: Starting with version 59 this property is no longer required to always return 24.Quest Browser: Starting with version 5.0 this property is no longer required to always return 24.Samsung Internet: Starting with Samsung Internet 7.0 this property is no longer required to always return 24.WebView Android: Starting with version 59 this property is no longer required to always return 24. |
| api.Screen.height π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Screen.isExtended π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.Screen.orientation π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Edge: Edge does not return an Orientation object; instead, it returns the orientation type as a string.Internet Explorer: Not supported on Windows 7. |
| api.Screen.pixelDepth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with version 59 this property is no longer required to always return 24.Chrome Android: Starting with version 59 this property is no longer required to always return 24.Quest Browser: Starting with version 5.0 this property is no longer required to always return 24.Samsung Internet: Starting with Samsung Internet 7.0 this property is no longer required to always return 24.WebView Android: Starting with version 59 this property is no longer required to always return 24. |
| api.Screen.width π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.ScreenDetailed π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.availLeft π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.availTop π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.devicePixelRatio π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.isInternal π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.isPrimary π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.label π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.left π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetailed.top π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetails π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetails.currentScreen π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetails.currentscreenchange_event π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetails.screens π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenDetails.screenschange_event π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.ScreenOrientation π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.ScreenOrientation.angle π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.ScreenOrientation.change_event π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.ScreenOrientation.lock π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Chrome: Always throws NotSupportedError.Edge: Always throws NotSupportedError.Firefox: Always throws NotSupportedError.Firefox for Android: The API exists but returns NS_ERROR_UNEXPECTED.Opera: Always throws NotSupportedError. |
| api.ScreenOrientation.type π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.ScreenOrientation.unlock π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Chrome: Always throws NotSupportedError.Edge: Always throws NotSupportedError.Firefox: Always throws NotSupportedError.Firefox for Android: The API exists but returns NS_ERROR_UNEXPECTED.Opera: Always throws NotSupportedError. |
| api.ScriptProcessorNode | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.ScriptProcessorNode.audioprocess_event | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.ScriptProcessorNode.bufferSize π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.ScrollTimeline π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ScrollTimeline.ScrollTimeline π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ScrollTimeline.axis π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ScrollTimeline.source π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.SecurityPolicyViolationEvent π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.blockedURI π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.columnNumber π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.disposition π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.SecurityPolicyViolationEvent.documentURI π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.effectiveDirective π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.lineNumber π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.originalPolicy π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.referrer π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.sample π | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.SecurityPolicyViolationEvent.sourceFile π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.statusCode π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.violatedDirective π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.SecurityPolicyViolationEvent.worker_support | Chrome | 1/25/2017 | Edge | 4/5/2017 | 70 | |
| api.Selection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.addRange π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.anchorNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.anchorOffset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.collapse π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.collapse.accepts_nodes_in_shadow_trees | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.Selection.collapse.node_parameter_nullable | Chrome | 11/18/2014 | Edge | 4/30/2018 | 1259 | |
| api.Selection.collapse.offset_parameter_optional | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Selection.collapseToEnd π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.collapseToStart π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.containsNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 35, the method didn't throw if node was null.Firefox for Android: Before Firefox for Android 35, the method didn't throw if node was null. |
| api.Selection.containsNode.partialContainment_parameter_optional | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Selection.deleteFromDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.direction π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.Selection.empty π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.extend π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.extend.accepts_nodes_in_shadow_trees | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.Selection.extend.offset_parameter_optional | Chrome | 12/11/2008 | Edge | 4/30/2018 | 3427 | |
| api.Selection.focusNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.focusOffset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.getComposedRanges π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.Selection.getRangeAt π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.isCollapsed π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.modify π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Selection.rangeCount π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.removeAllRanges π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.removeRange π | Edge | 7/29/2015 | Chrome | 4/19/2017 | 630 | |
| api.Selection.selectAllChildren π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.setBaseAndExtent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.setBaseAndExtent.accepts_nodes_in_shadow_trees | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.Selection.setPosition π | Chrome | 12/11/2008 | Edge | 8/2/2016 | 2791 | |
| api.Selection.toString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Selection.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Sensor π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.activate_event π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.activated π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.error_event π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.hasReading π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.reading_event π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.start π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.stop π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Sensor.timestamp π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.SensorErrorEvent π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.SensorErrorEvent.SensorErrorEvent π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.SensorErrorEvent.error π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.Serial π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Chrome Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation.Opera Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation. |
| api.Serial.getPorts π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.Serial.requestPort π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.Serial.requestPort.allowedBluetoothServiceClassIds_option π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.Serial.requestPort.filters_bluetoothServiceClassId π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.SerialPort π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Chrome Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation.Opera Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation. |
| api.SerialPort.close π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.connect_event π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.connect_event.bluetooth_rfcomm | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.SerialPort.connected π | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.SerialPort.disconnect_event π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.disconnect_event.bluetooth_rfcomm | Chrome | 10/15/2024 | Edge | 10/17/2024 | 2 | |
| api.SerialPort.forget π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.SerialPort.getInfo π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.getInfo.bluetoothServiceClassId π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.SerialPort.getSignals π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.open π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.readable π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.setSignals π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.SerialPort.writable π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.ServiceWorker π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorker.ecmascript_modules | Chrome | 5/25/2021 | Edge | 5/27/2021 | 2 | Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4. |
| api.ServiceWorker.error_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorker.postMessage π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorker.scriptURL π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorker.state π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorker.statechange_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.controller π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.controllerchange_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.getRegistration π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.getRegistrations π | Chrome | 9/1/2015 | Edge | 4/30/2018 | 972 | |
| api.ServiceWorkerContainer.message_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.messageerror_event π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Safari: Although the onmessageerror event handler property is supported, the messageerror event is never fired.Safari on iOS: Although the onmessageerror event handler property is supported, the messageerror event is never fired. |
| api.ServiceWorkerContainer.ready π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.register π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerContainer.register.enforces_trusted_types | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.ServiceWorkerContainer.startMessages π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerGlobalScope π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerGlobalScope.abortpayment_event | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.ServiceWorkerGlobalScope.activate_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerGlobalScope.backgroundfetchabort_event π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerGlobalScope.backgroundfetchclick_event π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerGlobalScope.backgroundfetchfail_event π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerGlobalScope.backgroundfetchsuccess_event π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerGlobalScope.canmakepayment_event π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.ServiceWorkerGlobalScope.clients π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerGlobalScope.cookieStore π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ServiceWorkerGlobalScope.cookiechange_event π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ServiceWorkerGlobalScope.fetch_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerGlobalScope.install_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Firefox: The install event handler is called with an ExtendableEvent, not an InstallEvent.Firefox for Android: The install event handler is called with an ExtendableEvent, not an InstallEvent.Safari: Returns ExtendableEvent instead of InstallEvent.Safari on iOS: Returns ExtendableEvent instead of InstallEvent. |
| api.ServiceWorkerGlobalScope.message_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerGlobalScope.messageerror_event π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Safari: Although the onmessageerror property is supported, the messageerror event is never fired. See bug 272967.Safari on iOS: Although the onmessageerror property is supported, the messageerror event is never fired. See bug 272967. |
| api.ServiceWorkerGlobalScope.notificationclick_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Safari: Notifications are supported on macOS Ventura and later. |
| api.ServiceWorkerGlobalScope.notificationclose_event π | Chrome | 4/13/2016 | Edge | 4/30/2018 | 747 | Safari: Notifications are supported on macOS Ventura and later. |
| api.ServiceWorkerGlobalScope.paymentrequest_event π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.ServiceWorkerGlobalScope.periodicsync_event π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.ServiceWorkerGlobalScope.push_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerGlobalScope.registration π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.ServiceWorkerGlobalScope.serviceWorker π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.ServiceWorkerGlobalScope.skipWaiting π | Chrome | 3/3/2015 | Edge | 4/30/2018 | 1154 | |
| api.ServiceWorkerGlobalScope.sync_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.ServiceWorkerRegistration π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.active π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.backgroundFetch π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.ServiceWorkerRegistration.cookies π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.ServiceWorkerRegistration.getNotifications π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.installing π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.navigationPreload π | Chrome | 6/5/2017 | Edge | 4/30/2018 | 329 | |
| api.ServiceWorkerRegistration.paymentManager π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.ServiceWorkerRegistration.periodicSync π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.ServiceWorkerRegistration.pushManager π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.scope π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.showNotification π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.showNotification.options_actions_parameter | Chrome | 1/20/2016 | Edge | 10/2/2018 | 986 | |
| api.ServiceWorkerRegistration.showNotification.options_badge_parameter | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ServiceWorkerRegistration.showNotification.options_data_parameter | Chrome | 7/21/2015 | Edge | 1/15/2020 | 1639 | |
| api.ServiceWorkerRegistration.showNotification.options_image_parameter | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.ServiceWorkerRegistration.showNotification.options_renotify_parameter | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter | Chrome | 9/1/2015 | Edge | 1/15/2020 | 1597 | Chrome Android: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Quest Browser: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Opera Android: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Samsung Internet: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890. |
| api.ServiceWorkerRegistration.sync π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.ServiceWorkerRegistration.unregister π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.update π | Chrome | 9/1/2015 | Edge | 4/30/2018 | 972 | Chrome: Starting with Chrome 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Chrome: Before Chrome 48, this method always bypassed the browser cache. Starting with Chrome 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Chrome Android: Starting with Chrome Android 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Chrome Android: Before Chrome Android 48, this method always bypassed the browser cache. Starting with Chrome Android 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Quest Browser: Starting with Quest Browser 5.0, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Quest Browser: Before Quest Browser 5.0, this method always bypassed the browser cache. Starting with Quest Browser 5.0, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Opera: Starting with Opera 33, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Opera: Before Opera 35, this method always bypassed the browser cache. Starting with Opera 35, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Opera Android: Starting with Opera Android 33, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Opera Android: Before Opera Android 35, this method always bypassed the browser cache. Starting with Opera Android 35, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Samsung Internet: Starting with Samsung Internet 5.0, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Samsung Internet: Before Samsung Internet 5.0, this method always bypassed the browser cache. Starting with Samsung Internet 5.0, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.WebView Android: Starting with WebView Android 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.WebView Android: Before WebView Android 48, this method always bypassed the browser cache. Starting with WebView Android 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago. |
| api.ServiceWorkerRegistration.updateViaCache π | Chrome | 7/24/2018 | Edge | 10/2/2018 | 70 | |
| api.ServiceWorkerRegistration.updatefound_event π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ServiceWorkerRegistration.waiting π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ShadowRoot π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.activeElement π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.adoptedStyleSheets π | Chrome | 3/12/2019 | Edge | 1/15/2020 | 309 | |
| api.ShadowRoot.clonable π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.ShadowRoot.customElementRegistry π | Chrome | 3/10/2026 | Edge | 3/12/2026 | 2 | |
| api.ShadowRoot.delegatesFocus π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.elementFromPoint | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Opera: Before Opera 53, this method returned null when the element was a child of a host node. See bug 40537452.Opera Android: Before Opera Android 47, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.ShadowRoot.elementsFromPoint | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.ShadowRoot.fullscreenElement π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| api.ShadowRoot.getAnimations π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.ShadowRoot.getHTML π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.ShadowRoot.getSelection | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.host π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.innerHTML π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.innerHTML.enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.ShadowRoot.mode π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.pictureInPictureElement π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.ShadowRoot.pointerLockElement π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.ShadowRoot.referenceTarget | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.ShadowRoot.serializable π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ShadowRoot.setHTMLUnsafe π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Safari: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).Safari on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420).WebView on iOS: If there are custom elements in a declarative shadow root in the parsed HTML, then the elements' constructors and connectedCallback() methods are not called (bug 296420). |
| api.ShadowRoot.setHTMLUnsafe.enforces_trusted_types π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.ShadowRoot.slotAssignment π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.ShadowRoot.styleSheets π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.SharedStorage π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.append π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.batchUpdate π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorage.clear π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.createWorklet π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.delete π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.get π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.run π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.selectURL π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.set π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorage.worklet π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageAppendMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageAppendMethod.SharedStorageAppendMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageClearMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageClearMethod.SharedStorageClearMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageDeleteMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageDeleteMethod.SharedStorageDeleteMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageModifierMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageSetMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageSetMethod.SharedStorageSetMethod π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageWorklet π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageWorklet.run π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageWorklet.selectURL π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageWorkletGlobalScope π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageWorkletGlobalScope.interestGroups π | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.SharedStorageWorkletGlobalScope.register π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedStorageWorkletGlobalScope.sharedStorage π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.SharedWorker π | Chrome | 5/25/2010 | Edge | 1/15/2020 | 3522 | |
| api.SharedWorker.SharedWorker π | Chrome | 5/25/2010 | Edge | 1/15/2020 | 3522 | |
| api.SharedWorker.SharedWorker.ecmascript_modules | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.SharedWorker.SharedWorker.enforces_trusted_types | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.SharedWorker.SharedWorker.options_name_parameter | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | |
| api.SharedWorker.SharedWorker.options_type_parameter | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.SharedWorker.error_event π | Chrome | 5/25/2010 | Edge | 1/15/2020 | 3522 | |
| api.SharedWorker.port π | Chrome | 5/25/2010 | Edge | 1/15/2020 | 3522 | |
| api.SharedWorkerGlobalScope π | Chrome | 1/25/2010 | Edge | 1/15/2020 | 3642 | |
| api.SharedWorkerGlobalScope.close π | Chrome | 1/25/2010 | Edge | 1/15/2020 | 3642 | |
| api.SharedWorkerGlobalScope.connect_event π | Chrome | 1/25/2010 | Edge | 1/15/2020 | 3642 | Firefox: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec.Firefox for Android: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec. |
| api.SharedWorkerGlobalScope.name π | Chrome | 1/25/2010 | Edge | 1/15/2020 | 3642 | |
| api.SnapEvent π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.SnapEvent.SnapEvent π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.SnapEvent.snapTargetBlock π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.SnapEvent.snapTargetInline π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.SourceBuffer π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.abort π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.abort.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.abort_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onabort event handler property is not supported.Chrome Android: The onabort event handler property is not supported.Edge: The onabort event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onabort event handler property is not supported.Opera Android: The onabort event handler property is not supported.Safari: The onabort event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onabort event handler property is not supported.WebView Android: The onabort event handler property is not supported. |
| api.SourceBuffer.abort_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.appendBuffer π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendBuffer.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.appendWindowEnd π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendWindowEnd.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.appendWindowStart π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendWindowStart.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.audioTracks π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.audioTracks.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Chrome: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Chrome Android: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Edge: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Opera: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288). |
| api.SourceBuffer.buffered π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.buffered.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.changeType π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.changeType.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.error_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onerror event handler property is not supported.Chrome Android: The onerror event handler property is not supported.Edge: The onerror event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onerror event handler property is not supported.Opera Android: The onerror event handler property is not supported.Safari: The onerror event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onerror event handler property is not supported.WebView Android: The onerror event handler property is not supported. |
| api.SourceBuffer.error_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.mode π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.mode.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.remove π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.remove.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.timestampOffset π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.timestampOffset.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.update_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onupdate event handler property is not supported.Chrome Android: The onupdate event handler property is not supported.Edge: The onupdate event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdate event handler property is not supported.Opera Android: The onupdate event handler property is not supported.Safari: The onupdate event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdate event handler property is not supported.WebView Android: The onupdate event handler property is not supported. |
| api.SourceBuffer.update_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.updateend_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onupdateend event handler property is not supported.Chrome Android: The onupdateend event handler property is not supported.Edge: The onupdateend event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdateend event handler property is not supported.Opera Android: The onupdateend event handler property is not supported.Safari: The onupdateend event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdateend event handler property is not supported.WebView Android: The onupdateend event handler property is not supported. |
| api.SourceBuffer.updateend_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.updatestart_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onupdatestart event handler property is not supported.Chrome Android: The onupdatestart event handler property is not supported.Edge: The onupdatestart event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdatestart event handler property is not supported.Opera Android: The onupdatestart event handler property is not supported.Safari: The onupdatestart event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdatestart event handler property is not supported.WebView Android: The onupdatestart event handler property is not supported. |
| api.SourceBuffer.updatestart_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.updating π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.updating.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBuffer.videoTracks π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.videoTracks.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | Chrome: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Chrome Android: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Edge: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Opera: Broken, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288). |
| api.SourceBufferList π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.addsourcebuffer_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onaddsourcebuffer event handler property is not supported.Chrome Android: The onaddsourcebuffer event handler property is not supported.Edge: The onaddsourcebuffer event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onaddsourcebuffer event handler property is not supported.Opera Android: The onaddsourcebuffer event handler property is not supported.Safari: The onaddsourcebuffer event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onaddsourcebuffer event handler property is not supported.WebView Android: The onaddsourcebuffer event handler property is not supported.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.addsourcebuffer_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBufferList.length π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.length.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SourceBufferList.removesourcebuffer_event π | Chrome | 8/31/2016 | Edge | 4/30/2018 | 607 | Chrome: The onremovesourcebuffer event handler property is not supported.Chrome Android: The onremovesourcebuffer event handler property is not supported.Edge: The onremovesourcebuffer event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onremovesourcebuffer event handler property is not supported.Opera Android: The onremovesourcebuffer event handler property is not supported.Safari: The onremovesourcebuffer event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onremovesourcebuffer event handler property is not supported.WebView Android: The onremovesourcebuffer event handler property is not supported.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.removesourcebuffer_event.worker_support | Chrome | 11/29/2022 | Edge | 12/5/2022 | 6 | |
| api.SpeechGrammar π | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.SpeechGrammar.SpeechGrammar | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.SpeechGrammar.src π | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.SpeechGrammar.weight π | Chrome | 2/21/2013 | Edge | 1/15/2020 | 2519 | |
| api.SpeechGrammarList π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechGrammarList.SpeechGrammarList π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechGrammarList.addFromString π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechGrammarList.addFromURI π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechGrammarList.item π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechGrammarList.length π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | Chrome: You'll need to serve your code through a web server for recognition to work.Chrome Android: You'll need to serve your code through a web server for recognition to work.Edge: You'll need to serve your code through a web server for recognition to work.Quest Browser: You'll need to serve your code through a web server for recognition to work.Opera: You'll need to serve your code through a web server for recognition to work.Opera Android: You'll need to serve your code through a web server for recognition to work.Samsung Internet: You'll need to serve your code through a web server for recognition to work.WebView Android: You'll need to serve your code through a web server for recognition to work. |
| api.SpeechRecognition.SpeechRecognition π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognition.abort π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.audioend_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.audiostart_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.available_static π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognition.continuous π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | Chrome Android: The property can be set, but has no effect.Quest Browser: The property can be set, but has no effect.Opera Android: The property can be set, but has no effect.Samsung Internet: The property can be set, but has no effect.WebView Android: The property can be set, but has no effect. |
| api.SpeechRecognition.end_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.error_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.grammars π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.install_static π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognition.interimResults π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.lang π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.maxAlternatives π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.nomatch_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.phrases π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SpeechRecognition.processLocally π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognition.result_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.soundend_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.soundstart_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.speechend_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.speechstart_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.start π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.start.audioTrack π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.SpeechRecognition.start_event π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognition.stop π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionAlternative π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionAlternative.confidence π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionAlternative.transcript π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionErrorEvent π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognitionErrorEvent.SpeechRecognitionErrorEvent π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognitionErrorEvent.error π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.SpeechRecognitionErrorEvent.message π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.SpeechRecognitionEvent π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognitionEvent.SpeechRecognitionEvent π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.SpeechRecognitionEvent.resultIndex π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionEvent.results π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionPhrase π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SpeechRecognitionPhrase.SpeechRecognitionPhrase π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SpeechRecognitionPhrase.boost π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SpeechRecognitionPhrase.phrase π | Chrome | 10/28/2025 | Edge | 10/31/2025 | 3 | |
| api.SpeechRecognitionResult π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResult.isFinal π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResult.item π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResult.length π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResultList π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResultList.item π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechRecognitionResultList.length π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.SpeechSynthesis π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.cancel π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.getVoices π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.pause π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | Chrome Android: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Firefox for Android: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Quest Browser: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Samsung Internet: In Android, pause() ends the current utterance. pause() behaves the same as cancel(). |
| api.SpeechSynthesis.paused π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.pending π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.resume π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.speak π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.speaking π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesis.voiceschanged_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisErrorEvent π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.SpeechSynthesisErrorEvent.error π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.SpeechSynthesisEvent π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisEvent.SpeechSynthesisEvent π | Edge | 8/2/2016 | Chrome | 12/4/2018 | 854 | |
| api.SpeechSynthesisEvent.charIndex π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisEvent.charLength π | Edge | 4/5/2017 | Chrome | 9/10/2019 | 888 | |
| api.SpeechSynthesisEvent.elapsedTime π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisEvent.elapsedTime.milliseconds | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | Firefox: Windows and macOS only. |
| api.SpeechSynthesisEvent.name π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisEvent.utterance π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.SpeechSynthesisUtterance π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.boundary_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | Chrome: The boundary event does not fire as expected. See bug 40715888.Chrome Android: The boundary event does not fire as expected. See bug 40715888.Quest Browser: The boundary event does not fire as expected. See bug 40715888. |
| api.SpeechSynthesisUtterance.end_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.error_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.lang π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.mark_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.pause_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.pitch π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.rate π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.resume_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.start_event π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.text π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.voice π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisUtterance.volume π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisVoice π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | Firefox: In Firefox, speech synthesis voices do not start loading until after the first call to window.speechSynthesis.getVoices(). A way to mitigate this issue is to call the method at the beginning of page load, then wait a few seconds before calling the method again. Voices will remain loaded until all tabs that have called this method have been closed. |
| api.SpeechSynthesisVoice.default π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisVoice.lang π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisVoice.localService π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisVoice.name π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.SpeechSynthesisVoice.voiceURI π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.StaticRange π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | Firefox: In Firefox, StaticRange can currently only be used by browser-internal code or code with enhanced permissions; it is not yet exposed to the web. |
| api.StaticRange.StaticRange π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.StaticRange.collapsed π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.StaticRange.endContainer π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.StaticRange.endOffset π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.StaticRange.startContainer π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.StaticRange.startOffset π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.StereoPannerNode π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | |
| api.StereoPannerNode.StereoPannerNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.StereoPannerNode.pan π | Chrome | 3/3/2015 | Edge | 7/29/2015 | 148 | |
| api.Storage π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.clear π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.getItem π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.key π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.length π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.removeItem π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Storage.setItem π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.StorageBucket π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.caches π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.estimate π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.expires π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.getDirectory π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.indexedDB π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.name π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.persist π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.persisted π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucket.setExpires π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucketManager π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucketManager.delete π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucketManager.keys π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageBucketManager.open π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.StorageEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StorageEvent.StorageEvent | Chrome | 2/8/2012 | Edge | 4/30/2018 | 2273 | |
| api.StorageEvent.initStorageEvent π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.StorageEvent.key π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StorageEvent.newValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StorageEvent.oldValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StorageEvent.storageArea π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.StorageEvent.url π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.StorageManager π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.StorageManager.estimate π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.StorageManager.estimate.usageDetails | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.StorageManager.getDirectory π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.StorageManager.persist π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.StorageManager.persisted π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.StyleMedia | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.StyleMedia.matchMedium | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.StyleMedia.type | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.StylePropertyMap π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMap.append π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMap.clear π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMap.delete π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMap.set π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.@@iterator | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.entries | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.forEach | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.get π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.getAll π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.has π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.keys | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.size π | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StylePropertyMapReadOnly.values | Chrome | 4/17/2018 | Edge | 1/15/2020 | 638 | |
| api.StyleSheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.disabled π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.href π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.media π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.ownerNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.parentStyleSheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.title π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheet.type π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheetList π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheetList.item π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.StyleSheetList.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.SubmitEvent π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.SubmitEvent.SubmitEvent π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.SubmitEvent.submitter π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | Safari: Property is not set for <button> elements. See bug 229660.Safari on iOS: Property is not set for <button> elements. See bug 229660.WebView on iOS: Property is not set for <button> elements. See bug 229660. |
| api.Subscriber π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.active π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.addTeardown π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.complete π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.error π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.next π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Subscriber.signal π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.SubtleCrypto π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | Node.js: Available as a part of the crypto module. |
| api.SubtleCrypto.decrypt π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: AES-CTR, AES-GCM.Deno: Not supported: AES-CTR, AES-CBC, AES-GCM.Edge: Not supported: AES-CTR.Internet Explorer: Returns CryptoOperation instead of Promise |
| api.SubtleCrypto.deriveBits π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | Deno: Not supported: ECDH.Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.deriveBits.x25519 π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.SubtleCrypto.deriveKey π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_pbkdf2 π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.SubtleCrypto.deriveKey.x25519 π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.SubtleCrypto.digest π | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | Chrome: Before version 41, Chrome expected the algorithm parameter to be an object.Chrome Android: Before version 41, Chrome Android expected the algorithm parameter to be an object.Edge: Not supported: SHA-1.Internet Explorer: Returns CryptoOperation instead of PromiseOpera: Before version 28, Opera expected the algorithm parameter to be an object.Opera Android: Before version 28, Opera Android expected the algorithm parameter to be an object.Samsung Internet: Before version 4.0, Samsung Internet expected the algorithm parameter to be an object.WebView Android: Before version 41, WebView Android expected the algorithm parameter to be an object. |
| api.SubtleCrypto.encrypt π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: AES-CTR, AES-GCM.Deno: Not supported: AES-CTR, AES-CBC, AES-GCM.Edge: Not supported: AES-CTR.Internet Explorer: Returns CryptoOperation instead of Promise |
| api.SubtleCrypto.exportKey π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: ECDSA, ECDH.Deno: Not supported: ECDSA, ECDH, AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.exportKey.ed25519 π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.SubtleCrypto.exportKey.x25519 π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.SubtleCrypto.generateKey π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: ECDSA P-521, ECDH P-521.Deno: Not supported: RSA-OAEP, ECDSA P-521, ECDH, AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH |
| api.SubtleCrypto.generateKey.ed25519 π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.SubtleCrypto.generateKey.x25519 π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.SubtleCrypto.importKey π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: ECDH P-521.Deno: Not supported: ECDH.Deno: Not supported: AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR, HKDF, PBKDF2.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.importKey.ECDH π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: P-384 supported. Not supported: P-256, P-521. |
| api.SubtleCrypto.importKey.ECDH.compressed_elliptic_curve_points π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.SubtleCrypto.importKey.ECDSA π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: P-384 supported. Not supported: P-256, P-521. |
| api.SubtleCrypto.importKey.ECDSA.compressed_elliptic_curve_points π | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | |
| api.SubtleCrypto.importKey.ed25519 π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.SubtleCrypto.importKey.x25519 π | Chrome | 2/4/2025 | Edge | 2/6/2025 | 2 | |
| api.SubtleCrypto.secure_context_required | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.SubtleCrypto.sign π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA |
| api.SubtleCrypto.sign.ed25519 π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | Safari: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032.Safari on iOS: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032.WebView on iOS: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032. |
| api.SubtleCrypto.unwrapKey π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH |
| api.SubtleCrypto.verify π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Deno: Not supported: ECDSA, HMAC.Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA |
| api.SubtleCrypto.verify.ed25519 π | Chrome | 5/27/2025 | Edge | 5/29/2025 | 2 | |
| api.SubtleCrypto.worker_support | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.SubtleCrypto.wrapKey π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of Promise |
| api.Summarizer π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.availability_static π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.create_static π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.destroy π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.expectedContextLanguages π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.expectedInputLanguages π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.format π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.inputQuota π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.length π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.measureInputUsage π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.outputLanguage π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.sharedContext π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.summarize π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.summarizeStreaming π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.Summarizer.type π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | Chrome: Availability may be subject to geographical restrictions.Opera: Availability may be subject to geographical restrictions. |
| api.SyncEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncEvent.SyncEvent π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncEvent.lastChance π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncEvent.tag π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncManager π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncManager.getTags π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncManager.register π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.SyncManager.worker_support | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Chrome: Only available in the Window and ServiceWorker global scopes.Chrome Android: Only available in the Window and ServiceWorker global scopes.Samsung Internet: Only available in the Window and ServiceWorker global scopes. |
| api.TaskAttributionTiming π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskAttributionTiming.containerId π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskAttributionTiming.containerName π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskAttributionTiming.containerSrc π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskAttributionTiming.containerType π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskAttributionTiming.toJSON π | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.TaskController π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskController.TaskController π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskController.setPriority π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskPriorityChangeEvent π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskPriorityChangeEvent.TaskPriorityChangeEvent π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskPriorityChangeEvent.previousPriority π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskSignal π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskSignal.any_static π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.TaskSignal.priority π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.TaskSignal.prioritychange_event π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.Text π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Text.Text π | Chrome | 8/20/2013 | Edge | 10/17/2017 | 1519 | |
| api.Text.assignedSlot π | Chrome | 8/31/2016 | Edge | 1/15/2020 | 1232 | |
| api.Text.splitText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before Chrome 30, the offset parameter was optional.Chrome Android: Before Chrome Android 30, the offset parameter was optional.Quest Browser: Before Quest Browser 5.0, the offset parameter was optional.Opera: Before Opera 17, the offset parameter was optional.Opera Android: Before Opera 17, the offset parameter was optional.Safari: The offset parameter is optional.Safari on iOS: The offset parameter is optional.Samsung Internet: Before Samsung Internet 2.0, the offset parameter was optional.WebView Android: Before version 4.4, the offset parameter was optional.WebView on iOS: The offset parameter is optional. |
| api.Text.wholeText π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.TextDecoder π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.Node.js: Available as a part of the util module. |
| api.TextDecoder.TextDecoder π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.decode π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Deno: Before Deno 1.11, passing option.stream is not supported and results in an error being thrown.Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.encoding π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.fatal π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextDecoder.ignoreBOM π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextDecoder.worker_support | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextDecoderStream π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Node.js: Available as a part of the stream/web module. |
| api.TextDecoderStream.TextDecoderStream π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextDecoderStream.encoding π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextDecoderStream.fatal π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextDecoderStream.ignoreBOM π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextDecoderStream.readable π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextDecoderStream.writable π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextEncoder π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Node.js: Available as a part of the util module. |
| api.TextEncoder.TextEncoder π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextEncoder.encode π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextEncoder.encodeInto π | Chrome | 4/23/2019 | Edge | 1/15/2020 | 267 | |
| api.TextEncoder.encoding π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextEncoder.worker_support | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | |
| api.TextEncoderStream π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | Node.js: Available as a part of the stream/web module. |
| api.TextEncoderStream.TextEncoderStream π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextEncoderStream.encoding π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextEncoderStream.readable π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextEncoderStream.writable π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.TextEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TextEvent.data π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TextEvent.initTextEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TextFormat π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormat.TextFormat π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormat.rangeEnd π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormat.rangeStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormat.underlineStyle π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormat.underlineThickness π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormatUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormatUpdateEvent.TextFormatUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextFormatUpdateEvent.getTextFormats π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextMetrics π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.TextMetrics.actualBoundingBoxAscent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.actualBoundingBoxDescent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.actualBoundingBoxLeft π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.actualBoundingBoxRight π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.alphabeticBaseline π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.TextMetrics.emHeightAscent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.emHeightDescent π | Chrome | 9/10/2019 | Edge | 1/15/2020 | 127 | |
| api.TextMetrics.fontBoundingBoxAscent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.TextMetrics.fontBoundingBoxDescent π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.TextMetrics.hangingBaseline π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.TextMetrics.ideographicBaseline π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | |
| api.TextMetrics.width π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.TextTrack π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Firefox versions before Firefox 50 didn't display captions when playing media without one or more video tracks being played. |
| api.TextTrack.activeCues π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Starting in Firefox 69, cues are no longer incorrectly loaded when the TextTrack's mode is disabled; if that's the case, the returned list is empty. |
| api.TextTrack.addCue π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrack.cuechange_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrack.cues π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Starting in Firefox 69, cues are no longer incorrectly loaded when the TextTrack's mode is disabled; if that's the case, the returned list is empty. |
| api.TextTrack.id π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.TextTrack.kind π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrack.label π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrack.language π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrack.mode π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Firefox: Before Firefox 52, using JavaScript to change the mode of a text track that's part of a media element would send one change event to the element's textTracks TextTrackList for each change, even if multiple changes are made in a single pass through the Firefox event loop. Starting in Firefox 52, these changes are reflected by a single event. |
| api.TextTrack.removeCue π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.endTime π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.enter_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.exit_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.id π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.pauseOnExit π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.startTime π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCue.track π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCueList π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCueList.getCueById π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackCueList.length π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackList π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackList.addtrack_event π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackList.change_event π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.TextTrackList.getTrackById π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.TextTrackList.length π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TextTrackList.removetrack_event π | Chrome | 2/20/2014 | Edge | 10/2/2018 | 1685 | |
| api.TextUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.TextUpdateEvent π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.selectionEnd π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.selectionStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.text π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.updateRangeEnd π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TextUpdateEvent.updateRangeStart π | Chrome | 1/23/2024 | Edge | 1/25/2024 | 2 | |
| api.TimeRanges π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.TimeRanges.end π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.TimeRanges.length π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.TimeRanges.start π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.ToggleEvent π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ToggleEvent.ToggleEvent π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ToggleEvent.newState π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ToggleEvent.oldState π | Chrome | 5/30/2023 | Edge | 6/2/2023 | 3 | |
| api.ToggleEvent.source π | Chrome | 9/2/2025 | Edge | 9/5/2025 | 3 | |
| api.Touch π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.Touch π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | Firefox: This interface is only exposed if a touch input device is detected. |
| api.Touch.clientX π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.clientY π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.force π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.identifier π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.pageX π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.pageY π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.radiusX π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.radiusY π | Chrome | 10/7/2014 | Edge | 1/15/2020 | 1926 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.rotationAngle π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.screenX π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.screenY π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.target π | Chrome | 9/25/2012 | Edge | 10/2/2018 | 2198 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.TouchEvent π | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | Chrome: Chrome only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Chrome Android: Chrome Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Edge: Edge only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Quest Browser: Quest Browser only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Opera: Opera only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Opera Android: Opera Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Samsung Internet: Samsung Internet only supports the following touchEventInit properties: touches, targetTouches, changedTouches.WebView Android: WebView Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches. |
| api.TouchEvent.altKey π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.changedTouches π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.ctrlKey π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.metaKey π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.shiftKey π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.targetTouches π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.touches π | Chrome | 9/25/2012 | Edge | 1/15/2020 | 2668 | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList π | Chrome | 3/28/2012 | Edge | 10/2/2018 | 2379 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList.item π | Chrome | 3/28/2012 | Edge | 10/2/2018 | 2379 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList.length π | Chrome | 3/28/2012 | Edge | 10/2/2018 | 2379 | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TrackEvent π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TrackEvent.TrackEvent π | Chrome | 11/6/2012 | Edge | 8/2/2016 | 1365 | |
| api.TrackEvent.track π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.TransformStream π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | Node.js: Available as a part of the stream/web module. |
| api.TransformStream.TransformStream π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStream.readable π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStream.transferable π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.TransformStream.writable π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStreamDefaultController π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | Deno: TransformStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.TransformStreamDefaultController.desiredSize π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStreamDefaultController.enqueue π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStreamDefaultController.error π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransformStreamDefaultController.terminate π | Chrome | 5/29/2018 | Edge | 1/15/2020 | 596 | |
| api.TransitionEvent π | Chrome | 5/21/2013 | Edge | 7/29/2015 | 799 | |
| api.TransitionEvent.TransitionEvent π | Chrome | 5/21/2013 | Edge | 8/2/2016 | 1169 | |
| api.TransitionEvent.elapsedTime π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.TransitionEvent.propertyName π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.TransitionEvent.pseudoElement π | Chrome | 5/21/2009 | Edge | 1/15/2020 | 3891 | |
| api.TreeWalker π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.currentNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.filter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.firstChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.lastChild π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.nextNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.nextSibling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.parentNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.previousNode π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.previousSibling π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.root π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TreeWalker.whatToShow π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.TrustedHTML π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedHTML.toJSON π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.TrustedHTML.toString π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedScript π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedScript.toJSON π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.TrustedScript.toString π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedScriptURL π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedScriptURL.toJSON π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.TrustedScriptURL.toString π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicy π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicy.createHTML π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicy.createScript π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicy.createScriptURL π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicy.name π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.createPolicy π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.defaultPolicy π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.emptyHTML π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.emptyScript π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.getAttributeType π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.getPropertyType π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.isHTML π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.isScript π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.TrustedTypePolicyFactory.isScriptURL π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.UIEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.UIEvent.UIEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.UIEvent.detail π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Always 0 on click and dblclick events. On mousedown and mouseup events, the count is not unique to the element, but is rather the global click count for the current document -- even across refreshes. |
| api.UIEvent.initUIEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.UIEvent.sourceCapabilities π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.UIEvent.view π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.UIEvent.which π | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | Chrome: When selecting an autocomplete suggestion, a keydown event fires where the event's which property is undefined. See bug 41425904.Chrome Android: When selecting an autocomplete suggestion, a keydown event fires where the event's which property is undefined. See bug 41425904.Edge: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Firefox: On mousemove events, the which property is incorrectly always set to 1.Firefox for Android: On mousemove events, the which property is incorrectly always set to 1.Internet Explorer: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Quest Browser: When selecting an autocomplete suggestion, a keydown event fires where the event's which property is undefined. See bug 41425904.Opera: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Opera Android: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Samsung Internet: When selecting an autocomplete suggestion, a keydown event fires where the event's which property is undefined. See bug 41425904.WebView Android: When selecting an autocomplete suggestion, a keydown event fires where the event's which property is undefined. See bug 41425904. |
| api.URL π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | Firefox: Before version 57, Firefox had a bug whereby single quotes contained in URLs are escaped when accessed via URL APIs (see bug 1386683).Firefox for Android: Before version 57, Firefox for Android had a bug whereby single quotes contained in URLs are escaped when accessed via URL APIs (see bug 1386683).Node.js: Available as a part of the url module. |
| api.URL.URL π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | Edge: Before Edge 79, query arguments in the base URL argument are removed when calling the URL constructor.Firefox: Before version 122, host, hostname, and port were not parsed for unknown protocols/schemes.Firefox for Android: Before version 122, host, hostname, and port were not parsed for unknown protocols/schemes.Safari: Before Safari 14.1, calling the URL constructor with a base URL whose value is undefined caused Safari to throw a TypeError, see bug 216841.Safari on iOS: Before Safari on iOS 14.1, calling the URL constructor with a base URL whose value is undefined caused Safari on iOS to throw a TypeError, see bug 216841.WebView on iOS: Before WebView on iOS 14.1, calling the URL constructor with a base URL whose value is undefined caused WebView on iOS to throw a TypeError, see bug 216841. |
| api.URL.canParse_static π | Chrome | 12/5/2023 | Edge | 12/7/2023 | 2 | |
| api.URL.createObjectURL_static π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | Firefox: createObjectURL() is no longer available within the context of a ServiceWorker.Firefox for Android: createObjectURL() is no longer available within the context of a ServiceWorker.Internet Explorer: If the underlying object does not have a content type set, using this URL as the src of an img tag fails intermittently with error DOM7009. |
| api.URL.hash π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.host π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.hostname π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.href π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.origin π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | Firefox: Before Firefox 49, Results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, Results for URL using the blob scheme incorrectly returned null. |
| api.URL.parse_static π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.URL.password π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | |
| api.URL.pathname π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | Firefox: Before Firefox 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483.Firefox for Android: Before Firefox for Android 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483. |
| api.URL.port π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.protocol π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | |
| api.URL.revokeObjectURL_static π | Chrome | 5/15/2012 | Edge | 7/29/2015 | 1170 | Firefox: revokeObjectURL() is no longer available within the context of a ServiceWorker.Firefox for Android: revokeObjectURL() is no longer available within the context of a ServiceWorker. |
| api.URL.search π | Chrome | 1/14/2014 | Edge | 11/12/2015 | 667 | Firefox: Before Firefox 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483.Firefox for Android: Before Firefox for Android 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483. |
| api.URL.searchParams π | Chrome | 5/25/2016 | Edge | 4/30/2018 | 705 | Node.js: An object matching the URLSearchParams interface is returned, but it contains no data. |
| api.URL.toJSON π | Edge | 4/30/2018 | Chrome | 12/4/2018 | 218 | |
| api.URL.toString π | Chrome | 5/15/2012 | Edge | 4/30/2018 | 2176 | |
| api.URL.username π | Chrome | 1/14/2014 | Edge | 7/29/2015 | 561 | |
| api.URLPattern π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.URLPattern π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.URLPattern.ignoreCase_option π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.URLPattern.exec π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.hasRegExpGroups π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.URLPattern.hash π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.hostname π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.password π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.pathname π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.port π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.protocol π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.search π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.test π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLPattern.username π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.URLSearchParams π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | Firefox: Before version 57 single quotes in URLs were escaped (see bug 1386683).Firefox for Android: Before version 57 single quotes in URLs were escaped (see bug 1386683).Node.js: Available as a part of the url module.Node.js: Only available as an internal instance, but can be accessed via the searchParams property of the URL interface.Node.js: Available as a part of the url module. |
| api.URLSearchParams.@@iterator π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.URLSearchParams π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.URLSearchParams.USVString | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.URLSearchParams.record | Chrome | 9/5/2017 | Edge | 4/30/2018 | 237 | |
| api.URLSearchParams.URLSearchParams.sequence | Chrome | 4/19/2017 | Edge | 4/30/2018 | 376 | |
| api.URLSearchParams.append π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.delete π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | Safari: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022.Safari on iOS: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022.WebView on iOS: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022. |
| api.URLSearchParams.delete.value_parameter | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.URLSearchParams.entries π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.forEach π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.get π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.getAll π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.has π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.has.value_parameter | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.URLSearchParams.keys π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.set π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.size π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | |
| api.URLSearchParams.sort π | Chrome | 9/5/2017 | Edge | 4/30/2018 | 237 | |
| api.URLSearchParams.toString π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.URLSearchParams.values π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | |
| api.USB π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USB.connect_event π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USB.disconnect_event π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USB.getDevices π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USB.requestDevice π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USB.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBAlternateInterface π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBAlternateInterface.USBAlternateInterface | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.alternateSetting π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.endpoints π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.interfaceClass π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.interfaceName π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.interfaceProtocol π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.interfaceSubclass π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBAlternateInterface.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBConfiguration π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBConfiguration.USBConfiguration π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConfiguration.configurationName π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConfiguration.configurationValue π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConfiguration.interfaces π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConfiguration.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBConnectionEvent π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBConnectionEvent.USBConnectionEvent π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConnectionEvent.device π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBConnectionEvent.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBDevice π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBDevice.claimInterface π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.clearHalt π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.close π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.configuration π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.configurations π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.controlTransferIn π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.controlTransferOut π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceClass π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceProtocol π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceSubclass π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceVersionMajor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceVersionMinor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.deviceVersionSubminor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.forget π | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.USBDevice.isochronousTransferIn π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.isochronousTransferOut π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.manufacturerName π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.open π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.opened π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.productId π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.productName π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.releaseInterface π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.reset π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.selectAlternateInterface π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.selectConfiguration π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.serialNumber π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.transferIn π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.transferOut π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.usbVersionMajor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.usbVersionMinor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.usbVersionSubminor π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.vendorId π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBDevice.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBEndpoint π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBEndpoint.USBEndpoint | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBEndpoint.direction π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBEndpoint.endpointNumber π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBEndpoint.packetSize π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBEndpoint.type π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBEndpoint.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBInTransferResult π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBInTransferResult.USBInTransferResult | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInTransferResult.data π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInTransferResult.status π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInTransferResult.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBInterface π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBInterface.USBInterface | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInterface.alternate π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInterface.alternates π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInterface.claimed π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInterface.interfaceNumber π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBInterface.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousInTransferPacket π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousInTransferPacket.USBIsochronousInTransferPacket | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferPacket.data π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferPacket.status π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferPacket.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousInTransferResult π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousInTransferResult.USBIsochronousInTransferResult | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferResult.data π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferResult.packets π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousInTransferResult.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousOutTransferPacket π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousOutTransferPacket.USBIsochronousOutTransferPacket | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousOutTransferPacket.bytesWritten π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousOutTransferPacket.status π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousOutTransferPacket.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousOutTransferResult π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousOutTransferResult.USBIsochronousOutTransferResult | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousOutTransferResult.packets π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBIsochronousOutTransferResult.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBOutTransferResult π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBOutTransferResult.USBOutTransferResult | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBOutTransferResult.bytesWritten π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBOutTransferResult.status π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.USBOutTransferResult.worker_support | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.UserActivation π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.UserActivation.hasBeenActive π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.UserActivation.isActive π | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.VTTCue π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.VTTCue.VTTCue π | Chrome | 2/20/2014 | Edge | 1/15/2020 | 2155 | |
| api.VTTCue.align π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.VTTCue.getCueAsHTML π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.VTTCue.line π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.VTTCue.position π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.VTTCue.size π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.VTTCue.snapToLines π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.VTTCue.text π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.VTTCue.text.all_html_character_references | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | |
| api.VTTCue.vertical π | Chrome | 11/6/2012 | Edge | 1/15/2020 | 2626 | |
| api.ValidityState π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.badInput π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.ValidityState.customError π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.patternMismatch π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.rangeOverflow π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.rangeUnderflow π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.stepMismatch π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.tooLong π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Edge: Not supported in the unlikely case of the value being initially set too long, and then changed by the user to a still incorrect state. Per caniuse.com.Firefox: Not supported in the unlikely case of the value being initially set too long, and then changed by the user to a still incorrect state. Per caniuse.com. |
| api.ValidityState.tooShort π | Chrome | 1/21/2015 | Edge | 4/30/2018 | 1195 | |
| api.ValidityState.typeMismatch π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.valid π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.ValidityState.valueMissing π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.VideoColorSpace π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.VideoColorSpace π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.fullRange π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.matrix π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.primaries π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.toJSON π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoColorSpace.transfer π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.VideoDecoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.configure π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.configure.flip_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoDecoder.configure.rotation_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoDecoder.decode π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.decodeQueueSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.dequeue_event π | Chrome | 9/27/2022 | Edge | 10/3/2022 | 6 | |
| api.VideoDecoder.flush π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.isConfigSupported_static π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.isConfigSupported_static.flip_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoDecoder.isConfigSupported_static.rotation_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoDecoder.reset π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoDecoder.state π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.VideoEncoder π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.configure π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.dequeue_event π | Chrome | 9/27/2022 | Edge | 10/3/2022 | 6 | |
| api.VideoEncoder.encode π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.encodeQueueSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.flush π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.isConfigSupported_static π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.reset π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoEncoder.state π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.VideoFrame π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.VideoFrame.flip_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoFrame.VideoFrame.rotation_option π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoFrame.allocationSize π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.clone π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.close π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.codedHeight π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.codedRect π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.codedWidth π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.colorSpace π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.copyTo π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.displayHeight π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.displayWidth π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.duration π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.flip π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoFrame.format π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.metadata π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.VideoFrame.rotation π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VideoFrame.timestamp π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoFrame.visibleRect π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VideoPlaybackQuality π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.corruptedVideoFrames π | Edge | 7/29/2015 | Chrome | 2/4/2020 | 1651 | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.creationTime π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.droppedVideoFrames π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.totalVideoFrames π | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | Internet Explorer: Only works on Windows 8+. |
| api.VideoTrack π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.id π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.kind π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.label π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.language π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.selected π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrack.sourceBuffer π | Chrome | 5/25/2016 | Edge | 1/15/2020 | 1330 | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.VideoTrackList π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.addtrack_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.change_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.getTrackById π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.length π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.removetrack_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.VideoTrackList.selectedIndex π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.ViewTimeline π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ViewTimeline.ViewTimeline π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ViewTimeline.endOffset π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ViewTimeline.startOffset π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ViewTimeline.subject π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.ViewTransition π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.ViewTransition.finished π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.ViewTransition.ready π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.ViewTransition.skipTransition π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.ViewTransition.types π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransition.updateCallbackDone π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.ViewTransition.waitUntil π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.ViewTransitionTypeSet π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.@@iterator | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.add | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.clear | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.delete | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.entries | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.forEach | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.has | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.keys | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.size | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.ViewTransitionTypeSet.values | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Viewport π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Viewport.segments π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.VirtualKeyboard π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VirtualKeyboard.boundingRect π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VirtualKeyboard.geometrychange_event π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VirtualKeyboard.hide π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VirtualKeyboard.overlaysContent π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VirtualKeyboard.show π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.VisibilityStateEntry π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.VisibilityStateEntry.duration π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.VisibilityStateEntry.entryType π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.VisibilityStateEntry.name π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.VisibilityStateEntry.startTime π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | |
| api.VisualViewport π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.height π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.offsetLeft π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.offsetTop π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.pageLeft π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.pageTop π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.resize_event π | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | Chrome: The onresize event handler property is not supported.Chrome Android: The onresize event handler property is not supported.Opera: The onresize event handler property is not supported.Opera Android: The onresize event handler property is not supported.WebView Android: The onresize event handler property is not supported. |
| api.VisualViewport.scale π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.VisualViewport.scroll_event π | Chrome | 10/17/2017 | Edge | 1/15/2020 | 820 | Chrome: The onscroll event handler property is not supported.Chrome Android: The onscroll event handler property is not supported.Opera: The onscroll event handler property is not supported.Opera Android: The onscroll event handler property is not supported.WebView Android: The onscroll event handler property is not supported. |
| api.VisualViewport.scrollend_event π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | Chrome: The onscrollend event handler property is not supported. See bug 325307785.Chrome Android: The onscrollend event handler property is not supported. See bug 325307785.Edge: The onscrollend event handler property is not supported. See bug 325307785.Opera: The onscrollend event handler property is not supported. See bug 325307785.Opera Android: The onscrollend event handler property is not supported. See bug 325307785.Samsung Internet: The onscrollend event handler property is not supported. See bug 325307785.WebView Android: The onscrollend event handler property is not supported. See bug 325307785. |
| api.VisualViewport.width π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.WEBGL_color_buffer_float π | Chrome | 12/6/2017 | Edge | 4/30/2018 | 145 | |
| api.WEBGL_compressed_texture_astc π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.WEBGL_compressed_texture_astc.getSupportedProfiles π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.WEBGL_compressed_texture_etc π | Chrome | 12/6/2017 | Edge | 1/15/2020 | 770 | |
| api.WEBGL_compressed_texture_etc1 π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.WEBGL_compressed_texture_pvrtc π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.WEBGL_compressed_texture_s3tc π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.WEBGL_compressed_texture_s3tc_srgb π | Chrome | 7/25/2017 | Edge | 2/7/2020 | 927 | |
| api.WEBGL_debug_renderer_info π | Chrome | 2/20/2014 | Edge | 7/29/2015 | 524 | Firefox: Deprecated, and may be removed in a future release (see bug 1722782).Firefox for Android: Deprecated, and may be removed in a future release (see bug 1722782). |
| api.WEBGL_debug_shaders π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.WEBGL_debug_shaders.getTranslatedShaderSource π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.WEBGL_depth_texture π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.WEBGL_draw_buffers π | Chrome | 7/16/2014 | Edge | 4/30/2018 | 1384 | |
| api.WEBGL_draw_buffers.drawBuffersWEBGL π | Chrome | 7/16/2014 | Edge | 4/30/2018 | 1384 | |
| api.WEBGL_lose_context π | Chrome | 3/26/2013 | Edge | 4/30/2018 | 1861 | |
| api.WEBGL_lose_context.loseContext π | Chrome | 3/26/2013 | Edge | 4/30/2018 | 1861 | |
| api.WEBGL_lose_context.restoreContext π | Chrome | 3/26/2013 | Edge | 4/30/2018 | 1861 | |
| api.WEBGL_multi_draw π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.WEBGL_multi_draw.multiDrawArraysInstancedWEBGL π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.WEBGL_multi_draw.multiDrawArraysWEBGL π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.WEBGL_multi_draw.multiDrawElementsInstancedWEBGL π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.WEBGL_multi_draw.multiDrawElementsWEBGL π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.WGSLLanguageFeatures π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.@@iterator π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.entries π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.extension_packed_4x8_integer_dot_product π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.WGSLLanguageFeatures.extension_pointer_composite_access π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.WGSLLanguageFeatures.extension_readonly_and_readwrite_storage_textures π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.WGSLLanguageFeatures.extension_subgroup_id π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | Chrome: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Chrome Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Edge: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).Opera Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only).WebView Android: Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only). |
| api.WGSLLanguageFeatures.extension_unrestricted_pointer_parameters π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Chrome Android: Supported on ChromeOS, macOS, and Windows.Chrome Android: Supported on Linux (Intel Gen12+ GPUs only) since Chrome Android 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false.Opera Android: Supported on ChromeOS, macOS, and Windows.Opera Android: Supported on Linux (Intel Gen12+ GPUs only) since Opera Android 95.Samsung Internet: Supported on ChromeOS, macOS, and Windows.Samsung Internet: Supported on Linux (Intel Gen12+ GPUs only) since Samsung Internet false.WebView Android: Supported on ChromeOS, macOS, and Windows.WebView Android: Supported on Linux (Intel Gen12+ GPUs only) since WebView Android 144. |
| api.WGSLLanguageFeatures.forEach π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.has π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.keys π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.size π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WGSLLanguageFeatures.values π | Chrome | 7/18/2023 | Edge | 7/21/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WakeLock π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLock.request π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.release π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.release_event π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.released π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.type π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WaveShaperNode π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.WaveShaperNode.WaveShaperNode π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.WaveShaperNode.curve π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.WaveShaperNode.oversample π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.WebGL2RenderingContext π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.activeTexture π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.attachShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.beginQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.beginTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindAttribLocation π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindBuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindBufferBase π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindBufferRange π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindRenderbuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindSampler π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindTexture π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bindVertexArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blendColor π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blendEquation π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blendEquationSeparate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blendFunc π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blendFuncSeparate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.blitFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bufferData π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bufferData.srcData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.bufferSubData π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.bufferSubData.srcData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.canvas π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.checkFramebufferStatus π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clear π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearBufferfi π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearBufferfv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearBufferfv.values_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.clearBufferiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearBufferiv.values_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.clearBufferuiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearBufferuiv.values_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.clearColor π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearDepth π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clearStencil π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.clientWaitSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.colorMask π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.compileShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.compressedTexImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.compressedTexImage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.compressedTexImage3D.pixels_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.compressedTexSubImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.compressedTexSubImage2D.srcData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.compressedTexSubImage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.copyBufferSubData π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.copyTexImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.copyTexSubImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.copyTexSubImage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createBuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createRenderbuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createSampler π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createTexture π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.createVertexArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.cullFace π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteBuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteRenderbuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteSampler π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteTexture π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.deleteVertexArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.depthFunc π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.depthMask π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.depthRange π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.detachShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.disable π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.disableVertexAttribArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawArrays π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawArraysInstanced π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawBuffers π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawElements π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawElementsInstanced π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawRangeElements π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawingBufferColorSpace π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality. |
| api.WebGL2RenderingContext.drawingBufferFormat π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.WebGL2RenderingContext.drawingBufferHeight π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.drawingBufferStorage π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.WebGL2RenderingContext.drawingBufferWidth π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.enable π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.enableVertexAttribArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.endQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.endTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.fenceSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.finish π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.flush π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.framebufferRenderbuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.framebufferTexture2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.framebufferTextureLayer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.frontFace π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.generateMipmap π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getActiveAttrib π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getActiveUniform π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getActiveUniformBlockName π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getActiveUniformBlockParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getActiveUniforms π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getAttachedShaders π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getAttribLocation π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getBufferParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getBufferSubData π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getBufferSubData.dstData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.getContextAttributes π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getError π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getExtension π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getFragDataLocation π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getFramebufferAttachmentParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getIndexedParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getInternalformatParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getProgramInfoLog π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getProgramParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getQueryParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getRenderbufferParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getSamplerParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getShaderInfoLog π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getShaderParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getShaderPrecisionFormat π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getShaderSource π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getSupportedExtensions π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getSyncParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getTexParameter π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getTransformFeedbackVarying π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getUniform π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getUniformBlockIndex π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getUniformIndices π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getUniformLocation π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getVertexAttrib π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.getVertexAttribOffset π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.hint π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.invalidateFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.invalidateSubFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isBuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isContextLost π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isEnabled π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isFramebuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isRenderbuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isSampler π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isShader π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isTexture π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.isVertexArray π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.lineWidth π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.linkProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.makeXRCompatible π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.WebGL2RenderingContext.pauseTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.pixelStorei π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.polygonOffset π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.readBuffer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.readPixels π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.readPixels.pixels_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.renderbufferStorage π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.renderbufferStorageMultisample π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.resumeTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.sampleCoverage π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.samplerParameterf π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.samplerParameteri π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.scissor π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.shaderSource π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilFunc π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilFuncSeparate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilMask π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilMaskSeparate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilOp π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.stencilOpSeparate π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGL2RenderingContext.texImage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texImage3D.srcData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.texParameterf π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texParameteri π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texStorage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texStorage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texSubImage2D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGL2RenderingContext.texSubImage3D π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.texSubImage3D.srcData_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.transformFeedbackVaryings π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1i π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1iv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1ui π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform1uiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2i π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2iv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2ui π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform2uiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3i π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3iv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3ui π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform3uiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4i π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4iv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4ui π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniform4uiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformBlockBinding π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix2fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix2fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix2x3fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix2x3fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix2x4fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix2x4fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix3fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix3fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix3x2fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix3x2fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix3x4fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix3x4fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix4fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix4fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix4x2fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix4x2fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.uniformMatrix4x3fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.uniformMatrix4x3fv.data_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.unpackColorSpace π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.WebGL2RenderingContext.useProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.validateProgram π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib1f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib1fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttrib2f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib2fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttrib3f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib3fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttrib4f π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib4fv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttribDivisor π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribI4i π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribI4iv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribI4iv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttribI4ui π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribI4uiv π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribI4uiv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGL2RenderingContext.vertexAttribIPointer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.vertexAttribPointer π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.viewport π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGL2RenderingContext.waitSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLActiveInfo π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLActiveInfo.name π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLActiveInfo.size π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLActiveInfo.type π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLBuffer π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLContextEvent π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLContextEvent.WebGLContextEvent π | Chrome | 2/8/2012 | Edge | 7/29/2015 | 1267 | |
| api.WebGLContextEvent.statusMessage π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLFramebuffer π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLObject π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.WebGLProgram π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLQuery π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLRenderbuffer π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLRenderingContext π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | Edge: To access the WebGL context, use experimental-webgl rather than the standard webgl identifier.Internet Explorer: To access the WebGL context, use experimental-webgl rather than the standard webgl identifier. |
| api.WebGLRenderingContext.activeTexture π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.attachShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bindAttribLocation π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bindBuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bindFramebuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bindRenderbuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bindTexture π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.blendColor π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.blendEquation π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.blendEquationSeparate π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.blendFunc π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.blendFuncSeparate π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bufferData π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.bufferSubData π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.canvas π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.checkFramebufferStatus π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.clear π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.clearColor π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.clearDepth π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.clearStencil π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.colorMask π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.compileShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.compressedTexImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGLRenderingContext.compressedTexSubImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.copyTexImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.copyTexSubImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createBuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createFramebuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createRenderbuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.createTexture π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.cullFace π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteBuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteFramebuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteRenderbuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.deleteTexture π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.depthFunc π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.depthMask π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.depthRange π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.detachShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.disable π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.disableVertexAttribArray π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.drawArrays π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.drawElements π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.drawingBufferColorSpace π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality. |
| api.WebGLRenderingContext.drawingBufferFormat π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.WebGLRenderingContext.drawingBufferHeight π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.drawingBufferStorage π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.WebGLRenderingContext.drawingBufferWidth π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.enable π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.enableVertexAttribArray π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.finish π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.flush π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.framebufferRenderbuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.framebufferTexture2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.frontFace π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.generateMipmap π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getActiveAttrib π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getActiveUniform π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getAttachedShaders π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getAttribLocation π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getBufferParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getContextAttributes π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getError π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getExtension π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getFramebufferAttachmentParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getProgramInfoLog π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getProgramParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getRenderbufferParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getShaderInfoLog π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getShaderParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getShaderPrecisionFormat π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getShaderSource π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getSupportedExtensions π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getTexParameter π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getUniform π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getUniformLocation π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getVertexAttrib π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.getVertexAttribOffset π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.hint π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isBuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isContextLost π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isEnabled π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isFramebuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isRenderbuffer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isShader π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.isTexture π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.lineWidth π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.linkProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.makeXRCompatible π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.WebGLRenderingContext.pixelStorei π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.polygonOffset π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.readPixels π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.renderbufferStorage π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.sampleCoverage π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.scissor π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.shaderSource π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilFunc π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilFuncSeparate π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilMask π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilMaskSeparate π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilOp π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.stencilOpSeparate π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.texImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGLRenderingContext.texParameterf π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.texParameteri π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.texSubImage2D π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGLRenderingContext.uniform1f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform1fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform1i π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform1iv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform2f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform2fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform2i π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform2iv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform3f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform3fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform3i π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform3iv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform4f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform4fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform4i π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniform4iv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniformMatrix2fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniformMatrix3fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.uniformMatrix4fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.unpackColorSpace π | Chrome | 8/2/2022 | Edge | 8/5/2022 | 3 | |
| api.WebGLRenderingContext.useProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.validateProgram π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib1f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib1fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGLRenderingContext.vertexAttrib2f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib2fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGLRenderingContext.vertexAttrib3f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib3fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGLRenderingContext.vertexAttrib4f π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib4fv π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.WebGLRenderingContext.vertexAttribPointer π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLRenderingContext.viewport π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLSampler π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLShader π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLShaderPrecisionFormat π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLShaderPrecisionFormat.precision π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLShaderPrecisionFormat.rangeMax π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLShaderPrecisionFormat.rangeMin π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.WebGLSync π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLTexture π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLTimerQueryEXT π | Chrome | 10/16/2018 | Edge | 1/15/2020 | 456 | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.WebGLTransformFeedback π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLUniformLocation π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.WebGLVertexArrayObject π | Chrome | 1/25/2017 | Edge | 1/15/2020 | 1085 | |
| api.WebGLVertexArrayObjectOES π | Chrome | 1/10/2013 | Edge | 4/30/2018 | 1936 | |
| api.WebSocket π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Message size limited to 16 MB (see bug 711205).Firefox for Android: Message size limited to 16 MB (see bug 711205). |
| api.WebSocket.WebSocket π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.WebSocket.url_parameter_http_https_relative | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.WebSocket.binaryType π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.WebSocket.bufferedAmount π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.close π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.close_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.error_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.extensions π | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.WebSocket.message_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.open_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.protocol π | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.WebSocket.protocol_rfc_6455 | Chrome | 12/13/2011 | Edge | 7/29/2015 | 1324 | |
| api.WebSocket.readyState π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocket.send π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Only parameter of type ArrayBuffer and String supported.Firefox: Only parameter of type String supported.Firefox: Only parameter of type String supported. Returns boolean.Firefox for Android: Only parameter of type ArrayBuffer and String supported.Firefox for Android: Only parameter of type String supported.Firefox for Android: Only parameter of type String supported. Returns boolean. |
| api.WebSocket.url π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.WebSocket.worker_support | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | |
| api.WebSocketError | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketError.WebSocketError | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketError.closeCode | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketError.reason | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream.WebSocketStream | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream.close | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream.closed | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream.opened | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebSocketStream.url | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | |
| api.WebTransport π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.WebTransport π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.WebTransport.options_serverCertificateHashes_parameter π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.WebTransport.byob_readers | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.WebTransport.close π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.closed π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.createBidirectionalStream π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.createUnidirectionalStream π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | Firefox: Returns a WritableStream instead of a WebTransportSendStream.Firefox for Android: Returns a WritableStream instead of a WebTransportSendStream. |
| api.WebTransport.createUnidirectionalStream.byob_readers | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.WebTransport.datagrams π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.incomingBidirectionalStreams π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.incomingUnidirectionalStreams π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransport.protocol π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | |
| api.WebTransport.ready π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportBidirectionalStream π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportBidirectionalStream.readable π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportBidirectionalStream.writable π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.byob_readers | Chrome | 1/10/2023 | Edge | 1/12/2023 | 2 | |
| api.WebTransportDatagramDuplexStream.incomingHighWaterMark π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.incomingMaxAge π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.maxDatagramSize π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.outgoingHighWaterMark π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.outgoingMaxAge π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.readable π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportDatagramDuplexStream.writable | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportError π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportError.WebTransportError π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportError.source π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WebTransportError.streamErrorCode π | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.WheelEvent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.WheelEvent.WheelEvent π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.WheelEvent.deltaMode π | Chrome | 3/26/2013 | Edge | 7/29/2015 | 855 | |
| api.WheelEvent.deltaX π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.deltaY π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.deltaZ π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.pinch_to_zoom_support | Chrome | 11/12/2013 | Edge | 1/15/2020 | 2255 | |
| api.WheelEvent.wheelDelta | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.WheelEvent.wheelDeltaX | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.WheelEvent.wheelDeltaY | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: The Window interface is not implemented, but some methods, and properties are available in the global scope. |
| api.Window.DOMContentLoaded_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.afterprint_event π | Edge | 7/29/2015 | Chrome | 12/6/2017 | 861 | |
| api.Window.alert π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.appinstalled_event π | Chrome | 1/23/2018 | Edge | 1/15/2020 | 722 | Opera: Opera exposes the onappinstalled event handler, but the event is never fired.Opera Android: Opera exposes the onappinstalled event handler, but the event is never fired. |
| api.Window.beforeinstallprompt_event π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Chrome: The onbeforeinstallprompt event handler property is not supported.Chrome Android: The onbeforeinstallprompt event handler property is not supported.Opera: The onbeforeinstallprompt event handler property is not supported.Opera Android: The onbeforeinstallprompt event handler property is not supported.Samsung Internet: The onbeforeinstallprompt event handler property is not supported.WebView Android: The onbeforeinstallprompt event handler property is not supported. |
| api.Window.beforeprint_event π | Edge | 7/29/2015 | Chrome | 12/6/2017 | 861 | |
| api.Window.beforeunload_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.beforeunload_event.event_returnvalue_activation | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | Chrome: Before Chrome 119, an empty string incorrectly activated the confirmation dialog.Chrome Android: Before Chrome Android 119, an empty string incorrectly activated the confirmation dialog.Edge: Before Edge 119, an empty string incorrectly activated the confirmation dialog.Quest Browser: Before Quest Browser false, an empty string incorrectly activated the confirmation dialog.Opera: Before Opera 105, an empty string incorrectly activated the confirmation dialog.Opera Android: Before Opera Android 79, an empty string incorrectly activated the confirmation dialog.Samsung Internet: Before Samsung Internet 25.0, an empty string incorrectly activated the confirmation dialog.WebView Android: Before WebView Android 119, an empty string incorrectly activated the confirmation dialog. |
| api.Window.beforeunload_event.generic_string_displayed | Edge | 7/29/2015 | Chrome | 5/25/2016 | 301 | |
| api.Window.beforeunload_event.preventdefault_activation | Chrome | 10/31/2023 | Edge | 11/2/2023 | 2 | |
| api.Window.beforeunload_event.return_string_activation | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.blur π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.blur_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Apart from firing the event on window as other browsers do, Firefox also fires the event on the document object. See bug 1228802.Firefox: Before Firefox 24, the interface for this event is a plain Event, not FocusEvent.Firefox for Android: Apart from firing the event on window as other browsers do, Firefox for Android also fires the event on the document object. See bug 1228802.Firefox for Android: Before Firefox for Android 24, the interface for this event is a plain Event, not FocusEvent. |
| api.Window.cancelAnimationFrame π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.Window.cancelIdleCallback π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Window.captureEvents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.close π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Before Chrome 95, script-closeability depended on having an opener, not on being created by web content.Chrome Android: Before Chrome Android 95, script-closeability depended on having an opener, not on being created by web content.Deno: Exits the current Deno process.Firefox: Before Firefox 128, script-closeability depended on having an opener, not on being created by web content.Firefox for Android: Before Firefox for Android 128, script-closeability depended on having an opener, not on being created by web content.Quest Browser: Before Quest Browser 18.0, script-closeability depended on having an opener, not on being created by web content.Samsung Internet: Before Samsung Internet 17.0, script-closeability depended on having an opener, not on being created by web content.WebView Android: Before WebView Android 95, script-closeability depended on having an opener, not on being created by web content. |
| api.Window.closed π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.confirm π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.cookieStore π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.Window.crashReport π | Chrome | 2/10/2026 | Edge | 2/14/2026 | 4 | |
| api.Window.credentialless π | Chrome | 2/7/2023 | Edge | 2/9/2023 | 2 | |
| api.Window.customElements π | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.Window.devicePixelRatio π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari: In Safari, the devicePixelRatio does not change when the page is zoomed. See bug 124862.Safari on iOS: In Safari on iOS, the devicePixelRatio does not change when the page is zoomed. See bug 124862.WebView on iOS: In WebView on iOS, the devicePixelRatio does not change when the page is zoomed. See bug 124862. |
| api.Window.devicemotion_event π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.Window.deviceorientation_event π | Chrome | 10/19/2010 | Edge | 7/29/2015 | 1744 | |
| api.Window.deviceorientationabsolute_event π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.Window.document π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.documentPictureInPicture π | Chrome | 8/15/2023 | Edge | 8/21/2023 | 6 | |
| api.Window.error_event π | Chrome | 3/8/2011 | Edge | 7/29/2015 | 1604 | |
| api.Window.event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.external π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From Firefox 78 AddSearchProvider() does nothing, as the specification requires.Firefox for Android: From Firefox for Android 79 AddSearchProvider() does nothing, as the specification requires. |
| api.Window.fence π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Window.fetchLater π | Chrome | 4/1/2025 | Edge | 4/4/2025 | 3 | |
| api.Window.find | Chrome | 12/11/2008 | Edge | 1/15/2020 | 4052 | |
| api.Window.focus π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting in Chrome 66, opening a popup in fullscreen mode and calling this function will end fullscreen mode. |
| api.Window.focus_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: Apart from firing the event on window as other browsers do, Firefox also fires the event on the document object. See bug 1228802.Firefox: Before Firefox 24, the interface for this event is a plain Event, not FocusEvent.Firefox for Android: Apart from firing the event on window as other browsers do, Firefox for Android also fires the event on the document object. See bug 1228802.Firefox for Android: Before Firefox for Android 24, the interface for this event is a plain Event, not FocusEvent. |
| api.Window.frameElement π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.frames π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.gamepadconnected_event π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | Chrome: The ongamepadconnected event handler property is not supported. See bug 40175074.Chrome Android: The ongamepadconnected event handler property is not supported. See bug 40175074.Edge: The ongamepadconnected event handler property is not supported. See bug 40175074.Firefox: The ongamepadconnected event handler property is not supported. See bug 1697093.Firefox for Android: The ongamepadconnected event handler property is not supported. See bug 1697093.Quest Browser: The ongamepadconnected event handler property is not supported. See bug 40175074.Opera: The ongamepadconnected event handler property is not supported. See bug 40175074.Opera Android: The ongamepadconnected event handler property is not supported. See bug 40175074.Safari: The ongamepadconnected event handler property is not supported. See bug 223860.Safari on iOS: The ongamepadconnected event handler property is not supported. See bug 223860.Samsung Internet: The ongamepadconnected event handler property is not supported. See bug 40175074.WebView Android: The ongamepadconnected event handler property is not supported. See bug 40175074.WebView on iOS: The ongamepadconnected event handler property is not supported. See bug 223860. |
| api.Window.gamepaddisconnected_event π | Chrome | 12/2/2025 | Edge | 12/5/2025 | 3 | Chrome: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Chrome Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Edge: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Firefox: The ongamepaddisconnected event handler property is not supported. See bug 1697093.Firefox for Android: The ongamepaddisconnected event handler property is not supported. See bug 1697093.Quest Browser: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Opera: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Opera Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Safari: The ongamepaddisconnected event handler property is not supported. See bug 223860.Safari on iOS: The ongamepaddisconnected event handler property is not supported. See bug 223860.Samsung Internet: The ongamepaddisconnected event handler property is not supported. See bug 40175074.WebView Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.WebView on iOS: The ongamepaddisconnected event handler property is not supported. See bug 223860. |
| api.Window.getComputedStyle π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before version 62 this function returned null when called on a Window with no presentation (e.g. an iframe with display: none; set). Since 62 it returns a CSSStyleDeclaration object with length 0, containing empty strings (bug 1467722; also see bug 1471231 for further work).Firefox for Android: Before version 62 this function returned null when called on a Window with no presentation (e.g. an iframe with display: none; set). Since 62 it returns a CSSStyleDeclaration object with length 0, containing empty strings (bug 1467722; also see bug 1471231 for further work). |
| api.Window.getComputedStyle.pseudo_element_support | Chrome | 4/27/2011 | Edge | 7/29/2015 | 1554 | |
| api.Window.getScreenDetails π | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.Window.getSelection π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.hashchange_event π | Chrome | 12/2/2010 | Edge | 7/29/2015 | 1700 | Chrome: A regular Event object is fired, rather than a HashChangeEvent object. |
| api.Window.history π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.innerHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From version 4 to 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Firefox for Android: Before version 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Safari on iOS: This property returns the height of the visual viewport instead of the layout viewport. See bug 174362 for details.WebView on iOS: This property returns the height of the visual viewport instead of the layout viewport. See bug 174362 for details. |
| api.Window.innerWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: From version 4 to 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Firefox for Android: Before version 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Safari on iOS: This property returns the width of the visual viewport instead of the layout viewport. See bug 174362 for details.WebView on iOS: This property returns the width of the visual viewport instead of the layout viewport. See bug 174362 for details. |
| api.Window.languagechange_event π | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.Window.launchQueue π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Window.length π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.load_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.localStorage π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Deno: The key used for the Web Storage bucket is based on various factors. See the Deno manual. |
| api.Window.location π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Deno: Reflects the value passed via the --location runtime flag.Firefox: Before Firefox 57, single quotes contained in URLs were escaped when accessed via URL APIs. See bug 1386683.Firefox for Android: Before Firefox for Android 57, single quotes contained in URLs were escaped when accessed via URL APIs. See bug 1386683. |
| api.Window.locationbar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.matchMedia π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.Window.menubar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.message_event π | Edge | 7/29/2015 | Chrome | 7/25/2017 | 727 | |
| api.Window.messageerror_event π | Chrome | 7/25/2017 | Edge | 10/2/2018 | 434 | |
| api.Window.moveBy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.moveTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.moveTo.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Chrome: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Chrome Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Edge: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Firefox: Multi-screen coordinates are used, but windows are clamped to their existing displays.Firefox for Android: Multi-screen coordinates are used, but windows are clamped to their existing displays.Quest Browser: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.Samsung Internet: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.name π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 86, if a new page from another domain is loaded into a tab, then window.name is not set to an empty string, which can allow some cross-site attacks. See bug 1685089 and bug 444222.Firefox for Android: Before Firefox for Android 86, if a new page from another domain is loaded into a tab, then window.name is not set to an empty string, which can allow some cross-site attacks. See bug 1685089 and bug 444222. |
| api.Window.navigation π | Chrome | 5/24/2022 | Edge | 5/31/2022 | 7 | |
| api.Window.navigator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.offline_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.Window.online_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.Window.open π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Safari on iOS: This method will not function if the target parameter is unspecified or set to _blank.WebView on iOS: This method will not function if the target parameter is unspecified or set to _blank. |
| api.Window.open.features_parameter_attributionsrc | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.Window.open.features_parameter_popup | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.Window.open.once_per_event | Chrome | 11/6/2012 | Edge | 7/29/2015 | 995 | |
| api.Window.open.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Chrome: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Chrome Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Edge: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Quest Browser: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.Samsung Internet: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.opener π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.originAgentCluster π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.Window.outerHeight π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.outerWidth π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.pagehide_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.Window.pagereveal_event π | Chrome | 3/19/2024 | Edge | 3/22/2024 | 3 | |
| api.Window.pageshow_event π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.Window.pageswap_event π | Chrome | 4/16/2024 | Edge | 4/18/2024 | 2 | Safari: Cross-origin navigation does not fire pageswap. See bug 306447.Safari on iOS: Cross-origin navigation does not fire pageswap. See bug 306447.WebView on iOS: Cross-origin navigation does not fire pageswap. See bug 306447. |
| api.Window.parent π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.personalbar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.popstate_event π | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Chrome: Before version 34, Chrome would fire a popstate event on page load.Chrome Android: Before version 34, Chrome Android would fire a popstate event on page load.Quest Browser: Before version 5.0, Quest Browser would fire a popstate event on page load.Safari: Before version 10, Safari would fire a popstate event on page load.Safari on iOS: Before version 10, Safari on iOS would fire a popstate event on page load.Samsung Internet: Before version 2.0, Samsung Internet would fire a popstate event on page load.WebView Android: Before version 37, WebView Android would fire a popstate event on page load.WebView on iOS: Before version 10, WebView on iOS would fire a popstate event on page load. |
| api.Window.postMessage π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Firefox: Firefox 8 and up supports sending File and FileList objects between windows. This is only allowed if the recipient's principal is contained within the sender's principal for security reasons.Firefox: Before Firefox 6, the message parameter must be a string. Since Firefox 6, the message parameter is serialized using the structured clone algorithm. This means you can pass a broad variety of data objects safely to the destination window without having to serialize them yourself.Firefox for Android: Firefox for Android 8 and up supports sending File and FileList objects between windows. This is only allowed if the recipient's principal is contained within the sender's principal for security reasons.Firefox for Android: Before Firefox for Android 6, the message parameter must be a string. Since Firefox for Android 6, the message parameter is serialized using the structured clone algorithm. This means you can pass a broad variety of data objects safely to the destination window without having to serialize them yourself.Internet Explorer: IE10 had an important limitation: see this article for details.Internet Explorer: Support only for <frame> and <iframe>. |
| api.Window.postMessage.options_delegate_parameter | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | |
| api.Window.postMessage.options_includeUserActivation_parameter | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.Window.postMessage.transfer_parameter | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Window.print π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.prompt π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Firefox: Firefox strips newline characters from the prompt response; see bug 1716229.Firefox for Android: Firefox for Android strips newline characters from the prompt response; see bug 1716229.Internet Explorer: This function has no effect in the Modern UI/Metro version of Internet Explorer for Windows 8. It does not display a prompt to the user, and always returns undefined. It is not clear whether this is a bug or intended behavior. Desktop versions of IE do implement this function.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.queryLocalFonts π | Chrome | 6/21/2022 | Edge | 6/23/2022 | 2 | |
| api.Window.rejectionhandled_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.Window.releaseEvents π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.requestAnimationFrame π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | Edge: Before version 17, Edge does not reliably fire requestAnimationFrame before the paint cycle.Firefox: Callback parameter is a DOMHighResTimestamp. This means ten microsecond precision and zero time as performance.now().Firefox: Callback parameter is a DOMTimestamp. This means millisecond precision and zero time as Date.now().Firefox: Could be called with no input parameters.Internet Explorer: Internet Explorer does not reliably fire requestAnimationFrame before the paint cycle. |
| api.Window.requestFileSystem | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Window.requestIdleCallback π | Chrome | 12/1/2015 | Edge | 1/15/2020 | 1506 | |
| api.Window.resizeBy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Since Firefox 7, it's no longer possible for a web site to change the default size of a window in a browser if the window wasn't created by window.open or contains more than one tab. See here for more details. |
| api.Window.resizeTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Since Firefox 7, it's no longer possible for a web site to change the default size of a window in a browser if the window wasn't created by window.open or contains more than one tab. See here for more details. |
| api.Window.resize_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome does not fire a resize event on page load.Chrome Android: Chrome Android does not fire a resize event on page load.Edge: Before Edge 79, Edge fired a resize event on page load. This is no longer the case.Firefox: Before Firefox 68, Firefox fired a resize event on page load. This is no longer the case.Firefox for Android: Before Firefox for Android 68, Firefox for Android fired a resize event on page load. This is no longer the case.Quest Browser: Quest Browser does not fire a resize event on page load.Opera: Opera does not fire a resize event on page load.Opera Android: Opera does not fire a resize event on page load.Samsung Internet: Samsung Internet does not fire a resize event on page load.WebView Android: WebView does not fire a resize event on page load. |
| api.Window.resolveLocalFileSystemURL | Chrome | 8/2/2011 | Edge | 1/15/2020 | 3088 | |
| api.Window.screen π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.screenLeft π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.screenLeft.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenTop π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.screenTop.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device.Firefox for Android: Before Firefox for Android 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device. |
| api.Window.screenX.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device.Firefox for Android: Before Firefox for Android 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device. |
| api.Window.screenY.relative-multi-screen | Chrome | 3/29/2022 | Edge | 4/1/2022 | 3 | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.scroll π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scroll.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Safari: Safari does not have support for the smooth scroll behavior.Safari on iOS: Safari on iOS does not have support for the smooth scroll behavior.WebView on iOS: WebView on iOS does not have support for the smooth scroll behavior. |
| api.Window.scroll.options_left_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scroll.options_top_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scrollBy π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scrollBy.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Safari: Safari does not have support for the smooth scroll behavior.Safari on iOS: Safari on iOS does not have support for the smooth scroll behavior.WebView on iOS: WebView on iOS does not have support for the smooth scroll behavior. |
| api.Window.scrollBy.options_left_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scrollBy.options_top_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scrollTo π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scrollTo.options_behavior_parameter | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | Safari: Before version 15.4, Safari did not have support for the smooth scroll behavior.Safari on iOS: Before version 15.4, Safari on iOS did not have support for the smooth scroll behavior.WebView on iOS: Before version 15.4, WebView on iOS did not have support for the smooth scroll behavior. |
| api.Window.scrollTo.options_left_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scrollTo.options_top_parameter | Chrome | 3/3/2015 | Edge | 1/15/2020 | 1779 | |
| api.Window.scrollX π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scrollX.subpixel_precision | Chrome | 1/21/2015 | Edge | 10/2/2018 | 1350 | |
| api.Window.scrollY π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scrollY.subpixel_precision | Chrome | 1/21/2015 | Edge | 10/2/2018 | 1350 | |
| api.Window.scrollbars π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.scrollsnapchange_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Window.scrollsnapchanging_event π | Chrome | 9/17/2024 | Edge | 9/19/2024 | 2 | |
| api.Window.self π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.sessionStorage π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.Window.sharedStorage π | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.Window.showDirectoryPicker π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Window.showOpenFilePicker π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Window.showSaveFilePicker π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | |
| api.Window.speechSynthesis π | Chrome | 2/20/2014 | Edge | 8/2/2016 | 894 | |
| api.Window.status π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.statusbar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.stop π | Chrome | 12/11/2008 | Edge | 8/2/2016 | 2791 | |
| api.Window.storage_event π | Chrome | 12/11/2008 | Edge | 4/5/2017 | 3037 | |
| api.Window.styleMedia | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.Window.toolbar π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.top π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting in Firefox 6, this property is read only, as defined by the standard. |
| api.Window.unhandledrejection_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | Firefox: event.preventDefault() does not prevent Firefox from logging the error message in the console, see bug 1642147.Firefox for Android: event.preventDefault() does not prevent Firefox for Android from logging the error message in the console, see bug 1642147. |
| api.Window.unload_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.Window.viewport π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.Window.visualViewport π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.Window.window π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.WindowClient π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.WindowClient.focus π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.WindowClient.focused π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.WindowClient.navigate π | Chrome | 3/2/2016 | Edge | 4/30/2018 | 789 | Safari: This method exists, but always throws NotSupportedError.Safari on iOS: This method exists, but always throws NotSupportedError. |
| api.WindowClient.visibilityState π | Chrome | 4/14/2015 | Edge | 4/30/2018 | 1112 | |
| api.WindowControlsOverlay π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlay.geometrychange_event π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlay.getTitlebarAreaRect π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlay.visible π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlayGeometryChangeEvent π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlayGeometryChangeEvent.WindowControlsOverlayGeometryChangeEvent π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlayGeometryChangeEvent.titlebarAreaRect π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.WindowControlsOverlayGeometryChangeEvent.visible π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.Worker π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Inherits from a Node EventEmitter instead of DOM EventTarget.Node.js: Also supports CommonJS modules, enabled for files ending with .cjs and for files ending with .js when the nearest parent package.json file contains a top-level field "type" with a value not of "commonjs".Node.js: Available as a part of the worker_threads module. |
| api.Worker.Worker π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Node.js: Takes entirely different options parameters. |
| api.Worker.Worker.ecmascript_modules | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Node.js: ECMAScript modules are enabled for files ending with .mjs and for files ending with .js when the nearest parent package.json file contains a top-level field "type" with a value of "module".Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.Worker.Worker.enforces_trusted_types | Chrome | 1/4/2022 | Edge | 1/6/2022 | 2 | |
| api.Worker.Worker.options_name_parameter | Edge | 10/2/2018 | Chrome | 10/16/2018 | 14 | |
| api.Worker.Worker.options_type_parameter | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Deno: Only supports module |
| api.Worker.error_event π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Node.js: Supports the event, but only via Node EventEmitter. |
| api.Worker.message_event π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Node.js: Supports the event, but only via Node EventEmitter. |
| api.Worker.postMessage π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown.Deno: The message parameter does not support SharedArrayBuffer.Deno: The transfer parameter is not supported, and results in an error being thrown.Deno: Data passed in the message parameter is serialized with JSON, not the structured clone algorithm.Deno: The transfer parameter is not supported, and results in an error being thrown.Internet Explorer: Internet Explorer does not support Transferable objects.Node.js: Only accepts an array of transfer objects as the second parameter, not an options object with a transfer property.Node.js: Only supports transferring ArrayBuffer and MessagePort objects. |
| api.Worker.postMessage.options_includeUserActivation_parameter | Chrome | 1/29/2019 | Edge | 1/15/2020 | 351 | |
| api.Worker.terminate π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Returns a Promise.Node.js: Takes an optional callback parameter to be executed when the worker has terminated. |
| api.Worker.worker_support | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | Chrome: Not available in Shared Workers. See bug 40695450.Chrome Android: Not available in Shared Workers. See bug 40695450.Edge: Not available in Shared Workers. See bug 40695450.Quest Browser: Not available in Shared Workers. See bug 40695450.Opera: Not available in Shared Workers. See bug 40695450.Opera Android: Not available in Shared Workers. See bug 40695450.Safari: Not available in Shared Workers. See bug 265263.Safari on iOS: Not available in Shared Workers. See bug 265263.Samsung Internet: Not available in Shared Workers. See bug 40695450.WebView Android: Not available in Shared Workers. See bug 40695450.WebView on iOS: Not available in Shared Workers. See bug 265263. |
| api.WorkerGlobalScope π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerGlobalScope.error_event π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerGlobalScope.fonts π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.WorkerGlobalScope.importScripts π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerGlobalScope.importScripts.enforces_trusted_types π | Chrome | 6/24/2025 | Edge | 6/26/2025 | 2 | |
| api.WorkerGlobalScope.importScripts.mime_checks | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.WorkerGlobalScope.languagechange_event π | Chrome | 1/25/2010 | Edge | 1/15/2020 | 3642 | |
| api.WorkerGlobalScope.location π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerGlobalScope.navigator π | Chrome | 1/25/2010 | Edge | 4/30/2018 | 3017 | |
| api.WorkerGlobalScope.rejectionhandled_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.WorkerGlobalScope.securitypolicyviolation_event π | Chrome | 3/3/2015 | Edge | 4/5/2017 | 764 | |
| api.WorkerGlobalScope.self π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerGlobalScope.unhandledrejection_event π | Chrome | 3/2/2016 | Edge | 1/15/2020 | 1414 | |
| api.WorkerLocation π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.hash π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.host π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.hostname π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.href π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.origin π | Chrome | 10/7/2014 | Edge | 8/2/2016 | 665 | |
| api.WorkerLocation.pathname π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.port π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.protocol π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.search π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerLocation.toString π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.appCodeName π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.appName π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.appVersion π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.connection π | Chrome | 9/5/2017 | Edge | 1/15/2020 | 862 | |
| api.WorkerNavigator.deviceMemory π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | Chrome: From Chrome 147, reported values are 2, 4, 8, 16, and 32.Chrome: Before Chrome 147, reported values are 0.25, 0.5, 1, 2, 4, and 8.Chrome Android: From Chrome 147, reported values are 1, 2, 4, and 8.Chrome Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Edge: From Edge 147, reported values are 2, 4, 8, 16, and 32.Edge: Before Edge 147, reported values are 0.25, 0.5, 1, 2, 4, and 8.Quest Browser: From Chrome 147, reported values are 1, 2, 4, and 8.Quest Browser: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Opera: From Opera false, reported values are 2, 4, 8, 16, and 32.Opera: Before Opera false, reported values are 0.25, 0.5, 1, 2, 4, and 8.Opera Android: From Chrome 147, reported values are 1, 2, 4, and 8.Opera Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.Samsung Internet: From Chrome 147, reported values are 1, 2, 4, and 8.Samsung Internet: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8.WebView Android: From Chrome 147, reported values are 1, 2, 4, and 8.WebView Android: Before Chrome 147, reported values were 0.25, 0.5, 1, 2, 4, and 8. |
| api.WorkerNavigator.gpu π | Chrome | 5/2/2023 | Edge | 5/5/2023 | 3 | Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not support Linux. See bug 2006676.Firefox for Android: Supports all contexts except service workers. See bug 1942431.Firefox for Android: Supports Windows since Firefox for Android 141. See bug 1972486.Firefox for Android: Supports macOS Tahoe on Apple silicon since Firefox for Android 145. See bug 1992212.Firefox for Android: Supports older macOS versions on Apple silicon since Firefox for Android 147. See bug 1993341.Firefox for Android: Does not support macOS on Intel CPUs. See bug 2004105.Firefox for Android: Does not support Linux. See bug 2006676.Opera: Supported on ChromeOS, macOS, and Windows.Opera: Supported on Linux (Intel Gen12+ GPUs only) since Opera false. |
| api.WorkerNavigator.hardwareConcurrency π | Chrome | 8/26/2014 | Edge | 4/5/2017 | 953 | Safari: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.Safari on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.WebView on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381. |
| api.WorkerNavigator.hid π | Chrome | 11/12/2024 | Edge | 11/14/2024 | 2 | |
| api.WorkerNavigator.language π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Firefox: Before Firefox 4, this property's value was also part of the user agent string, as reported by navigator.userAgent. Starting in Firefox 5, this property's value is based on the value of the Accept-Language HTTP header.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage. |
| api.WorkerNavigator.languages π | Chrome | 8/26/2014 | Edge | 10/17/2017 | 1148 | Chrome: Before Chrome 65, navigator.languages[0] is not guaranteed to equal navigator.language.Chrome Android: Before Chrome Android 65, navigator.languages[0] is not guaranteed to equal navigator.language.Firefox: In Firefox, the navigator.languages property's value is taken from the intl.accept_languages preference.Firefox for Android: In Firefox for Android, the navigator.languages property's value is taken from the intl.accept_languages preference.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage.Quest Browser: Before Quest Browser 5.0, navigator.languages[0] is not guaranteed to equal navigator.language.WebView Android: Before version 65, navigator.languages[0] is not guaranteed to equal navigator.language. |
| api.WorkerNavigator.locks π | Chrome | 9/4/2018 | Edge | 1/15/2020 | 498 | |
| api.WorkerNavigator.mediaCapabilities π | Chrome | 7/30/2019 | Edge | 1/15/2020 | 169 | |
| api.WorkerNavigator.ml π | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.WorkerNavigator.onLine π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Firefox: Since Firefox 4 the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity. Since Firefox 41, on OS X and Windows, the returned values follow the actual network connectivity, unless 'Work offline' mode is selected (where it will always return false).Opera: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.Opera Android: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.WebView Android: Can incorrectly return true, see bug 41369933. |
| api.WorkerNavigator.permissions π | Chrome | 5/19/2015 | Edge | 1/15/2020 | 1702 | |
| api.WorkerNavigator.platform π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | Firefox: Before Firefox 69, platform would report running on a 32-bit CPU if running the 32-bit version of Firefox on a 64-bit system.Firefox: You can override the value returned by platform by setting the preference general.platform.override to the string you wish to be returned instead. |
| api.WorkerNavigator.product π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.serial π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | Chrome Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation.Opera Android: Serial ports are only available if they're provided by Bluetooth RFCOMM serial port emulation. |
| api.WorkerNavigator.storage π | Chrome | 12/1/2016 | Edge | 1/15/2020 | 1140 | |
| api.WorkerNavigator.storageBuckets π | Chrome | 2/20/2024 | Edge | 2/23/2024 | 3 | |
| api.WorkerNavigator.usb π | Chrome | 10/10/2023 | Edge | 10/13/2023 | 3 | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes navigator.usb, but does not support WebUSB. |
| api.WorkerNavigator.userAgent π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.WorkerNavigator.userAgentData π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.Worklet π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.Worklet.addModule π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.Worklet.ecmascript_modules | Chrome | 2/4/2020 | Edge | 2/7/2020 | 3 | Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.WorkletGlobalScope π | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.WritableStream π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | Node.js: Available as a part of the stream/web module. |
| api.WritableStream.WritableStream π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStream.abort π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStream.close π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.WritableStream.getWriter π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStream.locked π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStream.transferable π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.WritableStreamDefaultController π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | Node.js: Available as a part of the stream/web module. |
| api.WritableStreamDefaultController.error π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultController.signal π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | |
| api.WritableStreamDefaultWriter π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | Node.js: Available as a part of the stream/web module. |
| api.WritableStreamDefaultWriter.WritableStreamDefaultWriter π | Chrome | 10/22/2019 | Edge | 1/15/2020 | 85 | |
| api.WritableStreamDefaultWriter.abort π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.close π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.closed π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.desiredSize π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.ready π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.releaseLock π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.WritableStreamDefaultWriter.write π | Chrome | 6/5/2017 | Edge | 10/17/2017 | 134 | |
| api.XMLDocument π | Chrome | 4/8/2014 | Edge | 7/29/2015 | 477 | Chrome: Implemented as an alias for Document.Chrome Android: Implemented as an alias for Document.Opera: Implemented as an alias for Document.Opera Android: Implemented as an alias for Document.Safari: Implemented as an alias for Document.Safari on iOS: Implemented as an alias for Document.Samsung Internet: Implemented as an alias for Document.WebView Android: Implemented as an alias for Document.WebView on iOS: Implemented as an alias for Document. |
| api.XMLHttpRequest π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Implemented via ActiveXObject('Microsoft.XMLHTTP') |
| api.XMLHttpRequest.XMLHttpRequest π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.abort π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.abort_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.error_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.getAllResponseHeaders π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting from Firefox 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox 49 empty headers had been ignored. Since Firefox 50 the preference defaults to true.Firefox for Android: Starting from Firefox for Android 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox for Android 49 empty headers had been ignored. Since Firefox for Android 50 the preference defaults to true. |
| api.XMLHttpRequest.getAllResponseHeaders.header_names_lowercase | Chrome | 7/25/2017 | Edge | 1/15/2020 | 904 | |
| api.XMLHttpRequest.getResponseHeader π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting from Firefox 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox 49 empty headers had been ignored. Since Firefox 50 the preference defaults to true.Firefox for Android: Starting from Firefox for Android 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox for Android 49 empty headers had been ignored. Since Firefox for Android 50 the preference defaults to true. |
| api.XMLHttpRequest.load_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.loadend_event π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.XMLHttpRequest.loadstart_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.open π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Starting in Firefox 30, synchronous requests on the main thread have been deprecated due to their negative impact on performance and the user experience. Therefore, the async parameter may not be false except in a Worker.Firefox for Android: Starting in Firefox for Android 30, synchronous requests on the main thread have been deprecated due to their negative impact on performance and the user experience. Therefore, the async parameter may not be false except in a Worker. |
| api.XMLHttpRequest.overrideMimeType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Implemented via ActiveXObject |
| api.XMLHttpRequest.progress_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.readyState π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.readystatechange_event π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.response π | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.XMLHttpRequest.responseText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Before Internet Explorer 10, the value of XMLHttpRequest.responseText could be read only once the request was complete. |
| api.XMLHttpRequest.responseType π | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.XMLHttpRequest.responseType.arraybuffer_value | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.XMLHttpRequest.responseType.blob_value | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.XMLHttpRequest.responseType.document_value | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.XMLHttpRequest.responseType.json_value | Chrome | 11/12/2013 | Edge | 1/15/2020 | 2255 | |
| api.XMLHttpRequest.responseURL π | Chrome | 8/26/2014 | Edge | 8/2/2016 | 707 | |
| api.XMLHttpRequest.responseXML π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Firefox: Before Firefox 51, an error parsing the received data added a <parsererror> node to the top of the Document and then returned the Document in whatever state it happens to be in. This was inconsistent with the specification. Starting with Firefox 51, this scenario now correctly returns null as per the spec.Firefox for Android: Before Firefox for Android 51, an error parsing the received data added a <parsererror> node to the top of the Document and then returned the Document in whatever state it happens to be in. This was inconsistent with the specification. Starting with Firefox for Android 51, this scenario now correctly returns null as per the spec. |
| api.XMLHttpRequest.send π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.send.body_ArrayBufferView_type | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.XMLHttpRequest.send.body_ArrayBuffer_type | Chrome | 2/3/2011 | Edge | 7/29/2015 | 1637 | |
| api.XMLHttpRequest.send.body_Blob_type | Chrome | 9/25/2012 | Edge | 7/29/2015 | 1037 | |
| api.XMLHttpRequest.send.body_FormData_type | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | |
| api.XMLHttpRequest.send.body_URLSearchParams_type | Chrome | 6/5/2017 | Edge | 4/30/2018 | 329 | Safari: Doesn't send the correct Content-Type header by default. See bug 227477.Safari on iOS: Doesn't send the correct Content-Type header by default. See bug 227477.WebView on iOS: Doesn't send the correct Content-Type header by default. See bug 227477. |
| api.XMLHttpRequest.setAttributionReporting π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.XMLHttpRequest.setPrivateToken π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.XMLHttpRequest.setRequestHeader π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequest.status π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject() |
| api.XMLHttpRequest.statusText π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject() |
| api.XMLHttpRequest.timeout π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.XMLHttpRequest.timeout_event π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.XMLHttpRequest.upload π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequest.withCredentials π | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | Firefox: Starting with Firefox 11, it's no longer supported to use the withCredentials attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR exception.Firefox for Android: Starting with Firefox for Android 14, it's no longer supported to use the withCredentials attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR exception.Internet Explorer: Internet Explorer versions 8 and 9 supported cross-domain requests (CORS) using XDomainRequest. |
| api.XMLHttpRequest.worker_support | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.XMLHttpRequestEventTarget π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLHttpRequestUpload π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.abort_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.error_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.load_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.loadend_event π | Chrome | 3/28/2012 | Edge | 7/29/2015 | 1218 | |
| api.XMLHttpRequestUpload.loadstart_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.progress_event π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.XMLHttpRequestUpload.timeout_event π | Chrome | 8/20/2013 | Edge | 7/29/2015 | 708 | |
| api.XMLSerializer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLSerializer.XMLSerializer π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XMLSerializer.serializeToString π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathEvaluator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathEvaluator.XPathEvaluator π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathEvaluator.createExpression π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathEvaluator.createNSResolver π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathEvaluator.evaluate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathExpression π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathExpression.evaluate π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.booleanValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.invalidIteratorState π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.iterateNext π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.numberValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.resultType π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.singleNodeValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.snapshotItem π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.snapshotLength π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XPathResult.stringValue π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XRAnchor π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchor.anchorSpace π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchor.delete π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.@@iterator | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.entries | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.forEach | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.has | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.keys | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.size | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRAnchorSet.values | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRBoundedReferenceSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRBoundedReferenceSpace.boundsGeometry π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRCPUDepthInformation π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRCPUDepthInformation.data π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRCPUDepthInformation.getDepthInMeters π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRCamera π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.XRCamera.height π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.XRCamera.width π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.XRDepthInformation π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRDepthInformation.height π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRDepthInformation.normDepthBufferFromNormView π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRDepthInformation.projectionMatrix π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRDepthInformation.rawValueToMeters π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRDepthInformation.transform π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRDepthInformation.width π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRFrame π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRFrame.createAnchor π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRFrame.getDepthInformation π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRFrame.getHitTestResults π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRFrame.getHitTestResultsForTransientInput π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRFrame.getLightEstimate π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRFrame.getPose π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRFrame.getViewerPose π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRFrame.session π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRFrame.trackedAnchors π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRHitTestResult π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRHitTestResult.createAnchor π | Chrome | 8/25/2020 | Edge | 8/27/2020 | 2 | |
| api.XRHitTestResult.getPose π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRHitTestSource π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRHitTestSource.cancel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRInputSource π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.gamepad π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.gripSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.handedness π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.profiles π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.targetRayMode π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSource.targetRaySpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.@@iterator | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.entries | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.forEach | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.keys | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.length π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceArray.values | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceEvent.XRInputSourceEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceEvent.frame π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourceEvent.inputSource π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourcesChangeEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourcesChangeEvent.XRInputSourcesChangeEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourcesChangeEvent.added π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourcesChangeEvent.removed π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRInputSourcesChangeEvent.session π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRLayer π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.XRLightEstimate π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightEstimate.primaryLightDirection π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightEstimate.primaryLightIntensity π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightEstimate.sphericalHarmonicsCoefficients π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightProbe π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightProbe.probeSpace π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRLightProbe.reflectionchange_event π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRPose π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRPose.emulatedPosition π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRPose.transform π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRay π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRRay.XRRay π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRRay.direction π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRRay.matrix π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRRay.origin π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRReferenceSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpace.getOffsetReferenceSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpace.reset_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpaceEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpaceEvent.XRReferenceSpaceEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpaceEvent.referenceSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRReferenceSpaceEvent.transform π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRenderState π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRenderState.baseLayer π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRenderState.depthFar π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRenderState.depthNear π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRenderState.inlineVerticalFieldOfView π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform.XRRigidTransform π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform.inverse π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform.matrix π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform.orientation π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRRigidTransform.position π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.cancelAnimationFrame π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.depthActive π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRSession.depthDataFormat π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRSession.depthType π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRSession.depthUsage π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRSession.domOverlayState π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.XRSession.enabledFeatures π | Chrome | 3/7/2023 | Edge | 3/13/2023 | 6 | |
| api.XRSession.end π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.end_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.environmentBlendMode π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRSession.inputSources π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.inputsourceschange_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.interactionMode π | Edge | 7/16/2020 | Chrome | 7/27/2020 | 11 | |
| api.XRSession.pauseDepthSensing π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRSession.preferredReflectionFormat π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRSession.renderState π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.requestAnimationFrame π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.requestHitTestSource π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRSession.requestHitTestSourceForTransientInput π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRSession.requestLightProbe π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRSession.requestReferenceSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.resumeDepthSensing π | Chrome | 8/5/2025 | Edge | 8/7/2025 | 2 | |
| api.XRSession.select_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.selectend_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.selectstart_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.squeeze_event π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.XRSession.squeezeend_event π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.XRSession.squeezestart_event π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.XRSession.updateRenderState π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.visibilityState π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSession.visibilitychange_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSessionEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSessionEvent.XRSessionEvent π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSessionEvent.session π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSpace π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSystem π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSystem.devicechange_event π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSystem.isSessionSupported π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRSystem.requestSession π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRTransientInputHitTestResult π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRTransientInputHitTestResult.inputSource π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRTransientInputHitTestResult.results π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRTransientInputHitTestSource π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRTransientInputHitTestSource.cancel π | Chrome | 4/7/2020 | Edge | 4/13/2020 | 6 | |
| api.XRView π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRView.camera π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.XRView.eye π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRView.index π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRView.isFirstPersonObserver π | Edge | 10/9/2020 | Chrome | 10/20/2020 | 11 | Chrome: Always returns false since no headset with first-person view is supported.Chrome Android: Always returns false since no headset with first-person view is supported.Edge: Always returns false since no headset with first-person view is supported.Quest Browser: Always returns false since no headset with first-person view is supported.Opera: Always returns false since no headset with first-person view is supported.Opera Android: Always returns false since no headset with first-person view is supported.Samsung Internet: Always returns false since no headset with first-person view is supported. |
| api.XRView.projectionMatrix π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRView.recommendedViewportScale π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRView.requestViewportScale π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRView.transform π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewerPose π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewerPose.views π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewport π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewport.height π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewport.width π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewport.x π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRViewport.y π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRVisibilityMaskChangeEvent π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.XRVisibilityMaskChangeEvent π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.eye π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.index π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.indices π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.session π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRVisibilityMaskChangeEvent.vertices π | Chrome | 1/13/2026 | Edge | 1/21/2026 | 8 | |
| api.XRWebGLBinding π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.XRWebGLBinding.XRWebGLBinding π | Chrome | 3/2/2021 | Edge | 3/4/2021 | 2 | |
| api.XRWebGLBinding.getCameraImage π | Chrome | 10/25/2022 | Edge | 10/27/2022 | 2 | |
| api.XRWebGLBinding.getDepthInformation π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRWebGLBinding.getReflectionCubeMap π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRWebGLDepthInformation π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRWebGLDepthInformation.texture π | Chrome | 4/13/2021 | Edge | 4/15/2021 | 2 | |
| api.XRWebGLLayer π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.XRWebGLLayer π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.antialias π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.framebuffer π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.framebufferHeight π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.framebufferWidth π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.getNativeFramebufferScaleFactor_static π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.getViewport π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XRWebGLLayer.ignoreDepthValues π | Chrome | 12/10/2019 | Edge | 1/15/2020 | 36 | |
| api.XSLTProcessor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.XSLTProcessor π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.clearParameters π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.getParameter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome only supports string values.Chrome Android: Chrome Android only supports string values.Edge: Edge only supports string values.Quest Browser: Quest Browser only supports string values.Opera: Opera only supports string values.Opera Android: Opera only supports string values.Safari: Safari only supports string values.Safari on iOS: Safari on iOS only supports string values.Samsung Internet: Samsung Internet only supports string values.WebView Android: WebView only supports string values.WebView on iOS: WebView on iOS only supports string values. |
| api.XSLTProcessor.importStylesheet π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.removeParameter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.reset π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.XSLTProcessor.setParameter π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome only supports string values.Chrome Android: Chrome Android only supports string values.Edge: Edge only supports string values.Quest Browser: Quest Browser only supports string values.Opera: Opera only supports string values.Opera Android: Opera only supports string values.Safari: Safari only supports string values.Safari on iOS: Safari on iOS only supports string values.Samsung Internet: Samsung Internet only supports string values.WebView Android: WebView only supports string values.WebView on iOS: WebView on iOS only supports string values. |
| api.XSLTProcessor.transformToDocument π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome returns null if an error occurs.Chrome Android: Chrome Android returns null if an error occurs.Edge: Edge returns null if an error occurs.Firefox: Firefox throws an exception if an error occurs.Firefox for Android: Firefox for Android throws an exception if an error occurs.Quest Browser: Quest Browser returns null if an error occurs.Opera: Opera 12.1 and earlier throws an exception if an error occurs.Opera: Opera 15 and later returns null if an error occurs.Opera Android: Opera Android 12.1 and earlier throws an exception if an error occurs.Opera Android: Opera Android 14 and later returns null if an error occurs.Safari: Safari returns null if an error occurs.Safari on iOS: Safari on iOS returns null if an error occurs.Samsung Internet: Samsung Internet returns null if an error occurs.WebView Android: WebView returns null if an error occurs.WebView on iOS: WebView on iOS returns null if an error occurs. |
| api.XSLTProcessor.transformToFragment π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: Chrome returns null if an error occurs.Chrome Android: Chrome Android returns null if an error occurs.Edge: Edge returns null if an error occurs.Firefox: Firefox throws an exception if an error occurs.Firefox for Android: Firefox for Android throws an exception if an error occurs.Quest Browser: Quest Browser returns null if an error occurs.Opera: Opera 12.1 and earlier throws an exception if an error occurs.Opera: Opera 15 and later returns null if an error occurs.Opera Android: Opera Android 12.1 and earlier throws an exception if an error occurs.Opera Android: Opera Android 14 and later returns null if an error occurs.Safari: Safari returns null if an error occurs.Safari on iOS: Safari on iOS returns null if an error occurs.Samsung Internet: Samsung Internet returns null if an error occurs.WebView Android: WebView returns null if an error occurs.WebView on iOS: WebView on iOS returns null if an error occurs. |
| api.atob π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.atob.worker_support | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.btoa π | Chrome | 1/25/2010 | Edge | 7/29/2015 | 2011 | |
| api.btoa.worker_support | Chrome | 10/1/2013 | Edge | 7/29/2015 | 666 | |
| api.caches π | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.caches.secure_context_required | Chrome | 3/6/2018 | Edge | 1/15/2020 | 680 | |
| api.caches.worker_support | Chrome | 1/21/2015 | Edge | 10/17/2017 | 1000 | |
| api.clearInterval π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: From Internet Explorer 4 through 8, clearInterval is an Object rather than a Function. This behavior was fixed in Internet Explorer 9.Node.js: Takes a Timeout object instead of the intervalID. |
| api.clearInterval.worker_support | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.clearTimeout π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: From Internet Explorer 4 through 8, clearTimeout is an Object rather than a Function. This behavior was fixed in Internet Explorer 9.Node.js: Takes a Timeout object instead of the timeoutID. |
| api.clearTimeout.worker_support | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.console π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Internet Explorer: In Internet Explorer 8 and 9, the console object is undefined when the developer tools are not open. This behavior was fixed in Internet Explorer 10. |
| api.console.assert_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Throws error when assertion fails. |
| api.console.clear_static π | Chrome | 2/21/2013 | Edge | 7/29/2015 | 888 | |
| api.console.countReset_static π | Chrome | 7/24/2018 | Edge | 1/15/2020 | 540 | |
| api.console.count_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.debug_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Since Node.js 8.10.0, this method is an alias for console.log. |
| api.console.dir_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.dirxml_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | Node.js: Does not use Logger to log data. |
| api.console.error_static π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.console.groupCollapsed_static π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Node.js: Alias for console.group |
| api.console.groupEnd_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.group_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.info_static π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Alias for console.log |
| api.console.log_static π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.console.profileEnd_static | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: The method can be called, but the marker does not show up in the performance profile.Firefox for Android: The method can be called, but the marker does not show up in the performance profile. |
| api.console.profile_static | Chrome | 5/25/2010 | Edge | 7/29/2015 | 1891 | Firefox: The method can be called, but the marker does not show up in the performance profile.Firefox for Android: The method can be called, but the marker does not show up in the performance profile. |
| api.console.substitution_strings | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Chrome: In version 28, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Chrome Android: In version 28, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Deno: Before Deno 1.4, %c is not supported.Deno: %c only supports CSS properties color, background-color, font-weight, font-style, text-decoration-color, and text-decoration-line.Edge: Before Edge 79, %c is not supported.Edge: Before Edge 79, %d outputs a 0 if the specified value isn't a number.Internet Explorer: %c is not supported.Internet Explorer: %d outputs a 0 if the specified value isn't a number.Quest Browser: In version 5.0, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Samsung Internet: In Samsung Internet 1.5, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.WebView Android: In version 4.4, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1. |
| api.console.table_static π | Chrome | 5/21/2013 | Edge | 11/12/2015 | 905 | |
| api.console.timeEnd_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.timeLog_static π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.console.timeStamp_static | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | Firefox: The method can be called, but the marker does not show up in the performance profile.Firefox for Android: The method can be called, but the marker does not show up in the performance profile. |
| api.console.timeStamp_static.color_parameter | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.console.timeStamp_static.data_parameter | Chrome | 9/30/2025 | Edge | 10/3/2025 | 3 | |
| api.console.timeStamp_static.end_parameter | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.console.timeStamp_static.label_parameter | Chrome | 10/25/2011 | Edge | 7/29/2015 | 1373 | |
| api.console.timeStamp_static.start_parameter | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.console.timeStamp_static.trackGroup_parameter | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.console.timeStamp_static.trackName_parameter | Chrome | 3/4/2025 | Edge | 3/6/2025 | 2 | |
| api.console.time_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.trace_static π | Chrome | 5/21/2009 | Edge | 7/29/2015 | 2260 | |
| api.console.warn_static π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Alias for console.error |
| api.console.worker_support | Chrome | 11/12/2013 | Edge | 7/29/2015 | 624 | |
| api.createImageBitmap π | Chrome | 4/13/2016 | Edge | 1/15/2020 | 1372 | |
| api.createImageBitmap.options_colorSpaceConversion_parameter | Chrome | 4/19/2017 | Edge | 1/15/2020 | 1001 | |
| api.createImageBitmap.options_imageOrientation_parameter | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.createImageBitmap.options_imageOrientation_parameter.from-image | Chrome | 4/4/2023 | Edge | 4/6/2023 | 2 | |
| api.createImageBitmap.options_premultiplyAlpha_parameter | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | Safari: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082.Safari on iOS: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082.WebView on iOS: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082. |
| api.createImageBitmap.options_resizeHeight_parameter | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.createImageBitmap.options_resizeQuality_parameter | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.createImageBitmap.options_resizeWidth_parameter | Chrome | 10/12/2016 | Edge | 1/15/2020 | 1190 | |
| api.createImageBitmap.svgimageelement_as_source_image | Chrome | 6/5/2017 | Edge | 1/15/2020 | 954 | |
| api.crossOriginIsolated π | Chrome | 11/17/2020 | Edge | 11/19/2020 | 2 | |
| api.crypto π | Chrome | 8/26/2014 | Edge | 7/29/2015 | 337 | Node.js: Available as a part of the crypto module. |
| api.crypto.worker_support | Chrome | 8/26/2014 | Edge | 1/15/2020 | 1968 | |
| api.fetch π | Chrome | 4/14/2015 | Edge | 8/2/2016 | 476 | Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response. |
| api.fetch.blob_data_support | Chrome | 1/20/2016 | Edge | 1/15/2020 | 1456 | |
| api.fetch.body_readablestream π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.fetch.init_attributionReporting_parameter π | Chrome | 5/14/2024 | Edge | 5/17/2024 | 3 | |
| api.fetch.init_browsingTopics_parameter | Chrome | 6/11/2024 | Edge | 6/13/2024 | 2 | |
| api.fetch.init_duplex_parameter π | Edge | 9/1/2022 | Chrome | 9/2/2022 | 1 | |
| api.fetch.init_keepalive_parameter | Edge | 4/5/2017 | Chrome | 4/17/2018 | 377 | |
| api.fetch.init_priority_parameter | Chrome | 4/26/2022 | Edge | 4/28/2022 | 2 | |
| api.fetch.init_privateToken_parameter π | Chrome | 9/12/2023 | Edge | 9/15/2023 | 3 | |
| api.fetch.init_referrerPolicy_parameter | Chrome | 7/20/2016 | Edge | 1/15/2020 | 1274 | |
| api.fetch.init_signal_parameter | Edge | 10/17/2017 | Chrome | 4/17/2018 | 182 | |
| api.indexedDB π | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.indexedDB.worker_support | Chrome | 1/10/2013 | Edge | 7/29/2015 | 930 | |
| api.isSecureContext π | Chrome | 12/1/2015 | Edge | 4/5/2017 | 491 | |
| api.isSecureContext.worker_support | Chrome | 12/1/2016 | Edge | 4/5/2017 | 125 | |
| api.origin π | Chrome | 6/5/2017 | Edge | 10/2/2018 | 484 | |
| api.performance π | Chrome | 9/2/2010 | Edge | 7/29/2015 | 1791 | Node.js: Available as a part of the perf_hooks module. |
| api.performance.worker_support | Chrome | 10/1/2013 | Edge | 8/2/2016 | 1036 | Node.js: Available as a part of the perf_hooks module. |
| api.queueMicrotask π | Chrome | 12/4/2018 | Edge | 1/15/2020 | 407 | |
| api.reportError π | Chrome | 10/19/2021 | Edge | 10/21/2021 | 2 | |
| api.scheduler π | Chrome | 9/21/2021 | Edge | 9/24/2021 | 3 | |
| api.setInterval π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Returns a Timeout object instead of the intervalID.Node.js: Does not support passing a code string and throws when the first parameter is not a function. |
| api.setInterval.code_param_enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.setInterval.supports_parameters_for_callback | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.setInterval.worker_support | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.setTimeout π | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | Node.js: Returns a Timeout object instead of the timeoutID.Node.js: Does not support passing a code string and throws when the first parameter is not a function. |
| api.setTimeout.code_param_enforces_trusted_types π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 | |
| api.setTimeout.supports_parameters_for_callback | Chrome | 12/11/2008 | Edge | 7/29/2015 | 2421 | |
| api.setTimeout.worker_support | Chrome | 9/15/2009 | Edge | 7/29/2015 | 2143 | |
| api.structuredClone π | Chrome | 2/1/2022 | Edge | 2/3/2022 | 2 | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown. |
| api.trustedTypes π | Chrome | 5/19/2020 | Edge | 5/21/2020 | 2 |