Time to Stable

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.

Example Comparisons
Browsers
Features

Summary

A count of the number of APIs that landed in A first and B last.
Last in ChromeLast in Chrome Android
First in Chrome 9478
First in Chrome Android 141

Average time for an API to become available across Chrome and Chrome Android

9619 APIs took an average of 354.29 days to become available to use.

API breakdown:

Average time to landing by year of first landing

If a feature landed in the earliest browser in 20XX it took Y days on average to become available in the last browser (when considering Chrome and Chrome Android). TTA (time to available).
DOM API APIsDOM API TTAHTML APIsHTML TTA
2008 13621294.003491294.00
2009 1861081.42221026.64
2010 513754.1947878.17
2011 403505.0137418.46
2012 278188.6744421.25
2013 26432.3735.67
2014 33044.011563.20
2015 4514.85101.30
2016 46729.31369.53
2017 88477.2025207.64
2018 66034.0828104.57
2019 40817.441368.38
2020 55951.9111109.09
2021 3325.88110.00
2022 3369.272048.45
2023 516133.02170.18
2024 5420.00250.00
2025 3060.00160.00
2026 900.0030.00

The Tortoise and the Hare

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.

Sprinters

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.

For a given year, if a feature landed in Browser X first, how many days it take on average to be available in Chrome and Chrome Android. TTA (time to available).
Year DOM APIDOM API TTAHTMLHTML TTA
2008
  Chrome 13621294.003491294.00
2009
  Chrome 1861081.42221026.64
2010
  Chrome 513754.1947878.17
2011
  Chrome 403505.0137418.46
2012
  Chrome 278188.6744421.25
2013
  Chrome Android 22018.500NaN
  Chrome 26217.2135.67
2014
  Chrome 30712.431277.50
  Chrome Android 23465.5736.00
2015
  Chrome 4514.85101.30
2016
  Chrome 4316.90369.53
  Chrome Android 36297.610NaN
2017
  Chrome 83727.31224.36
  Chrome Android 47965.6031698.33
2018
  Chrome 66034.0828104.57
2019
  Chrome 4004.911368.38
  Chrome Android 8644.000NaN
2020
  Chrome 55047.8980.00
  Chrome Android 9297.563400.00
2021
  Chrome 3315.77110.00
  Chrome Android 142.000NaN
2022
  Chrome 3356.02150.00
  Chrome Android 11099.005193.80
2023
  Chrome 516133.02170.18
2024
  Chrome 5420.00250.00
2025
  Chrome 3060.00160.00
2026
  Chrome 900.0030.00

Plodders

This table is designed to show which browsers are pulling on the platform the most.

For a feature that first landed in year X, how many days did it take on average for the last browser to catch up across Chrome and Chrome Android. TTA (time to available).
Year DOM API countDOM API TTAHTML countHTML TTA
2008
  Chrome Android 13621294.003491294.00
2009
  Chrome Android 1861081.42221026.64
2010
  Chrome Android 513754.1947878.17
2011
  Chrome Android 403505.0137418.46
2012
  Chrome Android 278188.6744421.25
2013
  Chrome 22018.500NaN
  Chrome Android 26217.2135.67
2014
  Chrome Android 30712.431277.50
  Chrome 23465.5736.00
2015
  Chrome Android 4514.85101.30
2016
  Chrome Android 4316.90369.53
  Chrome 36297.610NaN
2017
  Chrome Android 83727.31224.36
  Chrome 47965.6031698.33
2018
  Chrome Android 66034.0828104.57
2019
  Chrome Android 4004.911368.38
  Chrome 8644.000NaN
2020
  Chrome Android 55047.8980.00
  Chrome 9297.563400.00
2021
  Chrome Android 3315.77110.00
  Chrome 142.000NaN
2022
  Chrome Android 3356.02150.00
  Chrome 11099.005193.80
2023
  Chrome Android 516133.02170.18
2024
  Chrome Android 5420.00250.00
2025
  Chrome Android 3060.00160.00
2026
  Chrome Android 900.0030.00

Stable APIs

Below is a list of features that are in Chrome and Chrome Android

Raw Data

Quick Links:

DOM API Data

API First Browser Date Last Browser Date Days Notes
api.ANGLE_instanced_arrays πŸ“‹Chrome Android10/2/2013 Chrome1/14/2014104
Chrome: Available only on macOS.Opera: Available only on macOS.
api.ANGLE_instanced_arrays.drawArraysInstancedANGLE πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.ANGLE_instanced_arrays.drawElementsInstancedANGLE πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.ANGLE_instanced_arrays.vertexAttribDivisorANGLE πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.AbortController πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.AbortController.signal πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 Chrome10/16/2018 Chrome Android10/17/20181
api.AbortPaymentEvent.AbortPaymentEvent Chrome10/16/2018 Chrome Android10/17/20181
api.AbortPaymentEvent.respondWith Chrome10/16/2018 Chrome Android10/17/20181
api.AbortSignal πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AbortSignal.abort_event πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AbortSignal.abort_static πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.AbortSignal.abort_static.reason_parameter πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.AbortSignal.aborted πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AbortSignal.any_static πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.AbortSignal.reason πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.AbortSignal.throwIfAborted πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.AbortSignal.timeout_static πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.AbsoluteOrientationSensor.AbsoluteOrientationSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.AbstractRange πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.AbstractRange.collapsed πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.AbstractRange.endContainer πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.AbstractRange.endOffset πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.AbstractRange.startContainer πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.AbstractRange.startOffset πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.Accelerometer πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Accelerometer.Accelerometer πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Accelerometer.x πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Accelerometer.y πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Accelerometer.z πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.AmbientLightSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.AmbientLightSensor.AmbientLightSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.AmbientLightSensor.illuminance πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
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 πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.AnalyserNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.AnalyserNode.fftSize πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.frequencyBinCount πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.getByteFrequencyData πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.getByteTimeDomainData πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.getFloatFrequencyData πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.getFloatTimeDomainData πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.AnalyserNode.maxDecibels πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.minDecibels πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AnalyserNode.smoothingTimeConstant πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.Animation πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.Animation πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.cancel πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.cancel_event πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.commitStyles πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.currentTime πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.effect πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.finish πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.finish_event πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.finished πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.id πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.overallProgress πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.Animation.pause πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.pending πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.play πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.playState πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
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 πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.ready πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.remove_event πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.remove_filling_animation Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.replaceState πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Animation.reverse πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.startTime πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.Animation.timeline πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.AnimationEffect πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.AnimationEffect.getComputedTiming πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.AnimationEffect.getTiming πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.AnimationEffect.updateTiming πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.AnimationEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AnimationEvent.AnimationEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AnimationEvent.animationName πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AnimationEvent.elapsedTime πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AnimationEvent.pseudoElement πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.AnimationPlaybackEvent πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationPlaybackEvent.AnimationPlaybackEvent πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationPlaybackEvent.currentTime πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationPlaybackEvent.timelineTime πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationTimeline πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationTimeline.currentTime πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.AnimationTimeline.duration πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.AnimationTrigger πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Attr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.localName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.namespaceURI πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.ownerElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.prefix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.specified πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Attr.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.AudioBuffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBuffer.AudioBuffer πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AudioBuffer.copyToChannel πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.AudioBuffer.duration πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBuffer.getChannelData πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBuffer.length πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBuffer.numberOfChannels πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBuffer.sampleRate πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBufferSourceNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBufferSourceNode.AudioBufferSourceNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.AudioBufferSourceNode.buffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
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 πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.AudioBufferSourceNode.loop πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.AudioBufferSourceNode.loopEnd πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioBufferSourceNode.loopStart πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioBufferSourceNode.playbackRate πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioBufferSourceNode.start πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioContext πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.AudioContext.AudioContext πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
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 πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.AudioContext.AudioContext.options_sampleRate_parameter πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.AudioContext.AudioContext.options_sinkId_parameter πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioContext.baseLatency πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.AudioContext.close πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.AudioContext.createMediaElementSource πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
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 πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.AudioContext.createMediaStreamSource πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.AudioContext.error_event πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.AudioContext.getOutputTimestamp πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.AudioContext.outputLatency πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.AudioContext.resume πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.AudioContext.setSinkId πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioContext.sinkId πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioContext.sinkchange_event πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioContext.suspend πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.AudioData πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.AudioData πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.allocationSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.clone πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.copyTo πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.duration πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.format πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.numberOfChannels πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.numberOfFrames πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.sampleRate πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioData.timestamp πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.AudioDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.configure πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.decode πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.decodeQueueSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.dequeue_event πŸ“‹Chrome9/27/2022 Chrome Android9/27/2022
api.AudioDecoder.flush πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.isConfigSupported_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.reset πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDecoder.state πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioDestinationNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioDestinationNode.maxChannelCount πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
Safari: This property always returns 0.Safari on iOS: This property always returns 0.WebView on iOS: This property always returns 0.
api.AudioEncoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.AudioEncoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.configure πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.configure.bitrateMode πŸ“‹Chrome10/31/2023 Chrome Android10/31/2023
api.AudioEncoder.configure.opus πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioEncoder.configure.opus.opus_application πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.AudioEncoder.configure.opus.opus_signal πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.AudioEncoder.dequeue_event πŸ“‹Chrome9/27/2022 Chrome Android9/27/2022
api.AudioEncoder.encode πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.encodeQueueSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.flush πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.isConfigSupported_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.reset πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioEncoder.state πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.AudioListener πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioListener.forwardX πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioListener.forwardY πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioListener.forwardZ πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioListener.positionX πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead.
api.AudioListener.positionY πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead.
api.AudioListener.positionZ πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setPosition() method instead.Firefox for Android: Can be set using the setPosition() method instead.
api.AudioListener.setOrientation πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioListener.setPosition πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioListener.upX πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioListener.upY πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioListener.upZ πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Firefox: Can be set using the setOrientation() method instead.Firefox for Android: Can be set using the setOrientation() method instead.
api.AudioNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioNode.channelCount πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.AudioNode.channelCountMode πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.AudioNode.channelInterpretation πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.AudioNode.connect πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioNode.context πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioNode.disconnect πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioNode.disconnect.destination_parameter Chrome5/19/2015 Chrome Android5/27/20158
api.AudioNode.disconnect.input_parameter Chrome5/19/2015 Chrome Android5/27/20158
api.AudioNode.numberOfInputs πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioNode.numberOfOutputs πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam.automationRate πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.AudioParam.cancelAndHoldAtTime πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.AudioParam.cancelScheduledValues πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam.defaultValue πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam.exponentialRampToValueAtTime πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
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 πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
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 πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.AudioParam.minValue πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.AudioParam.setTargetAtTime πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioParam.setValueAtTime πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam.setValueCurveAtTime πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioParam.value πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.@@iterator Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.entries Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.forEach Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.get Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.has Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.keys Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.size Chrome4/17/2018 Chrome Android4/17/2018
api.AudioParamMap.values Chrome4/17/2018 Chrome Android4/17/2018
api.AudioProcessingEvent Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioProcessingEvent.AudioProcessingEvent πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.AudioProcessingEvent.inputBuffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioProcessingEvent.outputBuffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioProcessingEvent.playbackTime πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.AudioScheduledSourceNode πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
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 πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.AudioScheduledSourceNode.start πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioScheduledSourceNode.stop πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.AudioSinkInfo πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioSinkInfo.type πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.AudioTrack πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.enabled πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.id πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.kind πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.label πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.language πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrack.sourceBuffer πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrackList.addtrack_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrackList.change_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrackList.getTrackById πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrackList.length πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioTrackList.removetrack_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.AudioWorklet πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletGlobalScope πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletGlobalScope.currentFrame πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletGlobalScope.currentTime πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletGlobalScope.registerProcessor πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletGlobalScope.sampleRate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletNode πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletNode.AudioWorkletNode πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletNode.parameters πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletNode.port πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletNode.processorerror_event πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.AudioWorkletProcessor πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.AudioWorkletProcessor.AudioWorkletProcessor πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.AudioWorkletProcessor.port πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.AuthenticatorAssertionResponse πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.authenticatorData πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.signature πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.userHandle πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse.attestationObject πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse.getAuthenticatorData πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.AuthenticatorAttestationResponse.getPublicKey πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.AuthenticatorAttestationResponse.getPublicKeyAlgorithm πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.AuthenticatorAttestationResponse.getTransports πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.AuthenticatorResponse πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorResponse.clientDataJSON πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.BackgroundFetchEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchEvent.BackgroundFetchEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchEvent.registration πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchManager πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchManager.fetch πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchManager.get πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchManager.getIds πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRecord πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRecord.request πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRecord.responseReady πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.abort πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.downloadTotal πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.downloaded πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.failureReason πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.id πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.match πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.matchAll πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.progress_event πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.recordsAvailable πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.result πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.uploadTotal πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchRegistration.uploaded πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchUpdateUIEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchUpdateUIEvent.BackgroundFetchUpdateUIEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BackgroundFetchUpdateUIEvent.updateUI πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.BarProp πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.BarProp.visible πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.BarProp.visible.returns_popup Chrome2/1/2022 Chrome Android2/1/2022
api.BarcodeDetector πŸ“‹Chrome Android5/19/2020 Chrome1/19/2021245
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 πŸ“‹Chrome Android5/19/2020 Chrome1/19/2021245
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 πŸ“‹Chrome Android5/19/2020 Chrome1/19/2021245
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 πŸ“‹Chrome Android5/19/2020 Chrome1/19/2021245
Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only.
api.BaseAudioContext πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.BaseAudioContext.createAnalyser πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createBiquadFilter πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createBuffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createBufferSource πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createChannelMerger πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createChannelSplitter πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createConstantSource πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BaseAudioContext.createConvolver πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createDelay πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.BaseAudioContext.createDynamicsCompressor πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createGain πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.BaseAudioContext.createIIRFilter πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.BaseAudioContext.createOscillator πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.BaseAudioContext.createPanner πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.createPeriodicWave πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.BaseAudioContext.createPeriodicWave.constraints_disableNormalization_parameter Chrome10/13/2015 Chrome Android10/14/20151
api.BaseAudioContext.createScriptProcessor πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.BaseAudioContext.createStereoPanner πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.BaseAudioContext.createWaveShaper πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.BaseAudioContext.currentTime πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.decodeAudioData πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.decodeAudioData.returns_promise Chrome3/2/2016 Chrome Android3/9/20167
api.BaseAudioContext.destination πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.listener πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.sampleRate πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BaseAudioContext.state πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.BaseAudioContext.state.interrupted πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.BaseAudioContext.statechange_event πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.BatteryManager πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.charging πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.chargingTime πŸ“‹Chrome10/7/2014 Chrome Android4/15/2015190
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.chargingtimechange_event πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.dischargingTime πŸ“‹Chrome10/7/2014 Chrome Android4/15/2015190
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.level πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.levelchange_event πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.BatteryManager.secure_context_required Chrome6/21/2022 Chrome Android6/21/2022
api.BeforeInstallPromptEvent Chrome7/21/2015 Chrome Android7/29/20158
api.BeforeInstallPromptEvent.BeforeInstallPromptEvent Chrome7/21/2015 Chrome Android7/29/20158
api.BeforeInstallPromptEvent.platforms Chrome7/21/2015 Chrome Android7/29/20158
api.BeforeInstallPromptEvent.prompt Chrome7/30/2019 Chrome Android7/30/2019
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 Chrome7/21/2015 Chrome Android7/29/20158
api.BeforeUnloadEvent πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.BeforeUnloadEvent.returnValue πŸ“‹Chrome10/31/2023 Chrome Android10/31/2023
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 Chrome7/25/2017 Chrome Android8/1/20177
api.BiquadFilterNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BiquadFilterNode.BiquadFilterNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.BiquadFilterNode.Q πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BiquadFilterNode.detune πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.BiquadFilterNode.frequency πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BiquadFilterNode.gain πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.BiquadFilterNode.getFrequencyResponse πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
api.BiquadFilterNode.type πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.Blob πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module.
api.Blob.Blob πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
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 πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.Blob.bytes πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.Blob.size πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Blob.slice πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
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 πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.Blob.text πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.Blob.type πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.BlobEvent πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.BlobEvent.BlobEvent πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.BlobEvent.data πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.BlobEvent.timecode πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.Bluetooth πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.Bluetooth.getDevices πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.Bluetooth.requestDevice πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Bluetooth.requestDevice.options_exclusionFilters_parameter πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.Bluetooth.requestDevice.options_filter_manufacturerData_parameter πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
api.BluetoothCharacteristicProperties πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.broadcast πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.indicate πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.notify πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.read πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.reliableWrite πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.writableAuxiliaries πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.write πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothCharacteristicProperties.writeWithoutResponse πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothDevice πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothDevice.gattserverdisconnected_event πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothDevice.id πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothDevice.name πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.getDescriptor πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTCharacteristic.getDescriptors πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTCharacteristic.properties πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.readValue πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.service πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.startNotifications πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.stopNotifications πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.uuid πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.value πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.writeValue πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.BluetoothRemoteGATTDescriptor πŸ“‹Chrome Android3/16/2017 Chrome10/16/2018579
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 πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTDescriptor.readValue πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTDescriptor.uuid πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTDescriptor.value πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTDescriptor.writeValue πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.BluetoothRemoteGATTServer πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTServer.connected πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTServer.device πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTServer.disconnect πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTServer.getPrimaryService πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTServer.getPrimaryServices πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTService πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTService.getCharacteristic πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTService.getCharacteristics πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTService.isPrimary πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothRemoteGATTService.uuid πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothUUID πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothUUID.getCharacteristic_static πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothUUID.getDescriptor_static πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BluetoothUUID.getService_static πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.BroadcastChannel πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
Node.js: Available as a part of the worker_threads module.
api.BroadcastChannel.BroadcastChannel πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.BroadcastChannel.close πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.BroadcastChannel.message_event πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.BroadcastChannel.messageerror_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.BroadcastChannel.name πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.BroadcastChannel.postMessage πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.ByteLengthQueuingStrategy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Node.js: Available as a part of the stream/web module.
api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ByteLengthQueuingStrategy.highWaterMark πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ByteLengthQueuingStrategy.size πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.CDATASection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSPViolationReportBody πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.blockedURL πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.columnNumber πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.disposition πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.documentURL πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.effectiveDirective πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.lineNumber πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.originalPolicy πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.referrer πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.sample πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.sourceFile πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.statusCode πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.CSPViolationReportBody.toJSON Chrome2/4/2020 Chrome Android2/4/2020
api.CSS πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.CSS.Hz_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.Q_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.cap_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.ch_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.cm_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.cqb_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.cqh_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.cqi_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.cqmax_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.cqmin_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.cqw_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.deg_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.dpcm_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.dpi_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.dppx_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.dvb_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.dvh_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.dvi_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.dvmax_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.dvmin_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.dvw_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.em_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.escape_static πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.CSS.ex_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.fr_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.grad_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.highlights_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSS.ic_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.in_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.kHz_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.lh_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.lvb_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.lvh_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.lvi_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.lvmax_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.lvmin_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.lvw_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.mm_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.ms_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.number_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.paintWorklet_static πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.CSS.pc_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.percent_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.pt_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.px_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.rad_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.rcap_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.rch_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.registerProperty_static πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.CSS.rem_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.rex_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.ric_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.rlh_static πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSS.s_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.supports_static πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.CSS.supports_static.optional_parens Chrome9/5/2017 Chrome Android9/5/2017
api.CSS.svb_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.svh_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.svi_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.svmax_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.svmin_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.svw_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.turn_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.vb_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.vh_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.vi_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CSS.vmax_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.vmin_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSS.vw_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSAnimation πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.CSSAnimation.animationName πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.CSSConditionRule πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.CSSConditionRule.conditionText πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.CSSContainerRule πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.CSSContainerRule.containerName πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSContainerRule.containerQuery πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSCounterStyleRule πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.additiveSymbols πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.fallback πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.name πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.negative πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.pad πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.prefix πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.range πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.speakAs πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.suffix πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.symbols πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSCounterStyleRule.system πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.CSSFontFaceRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSFontFaceRule.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSFontFeatureValuesMap πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.@@iterator πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.clear πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.delete πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.entries πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.forEach πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.get πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.has πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.keys πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.set πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.size πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesMap.values πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
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 πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.characterVariant πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.fontFamily πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.ornaments πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.styleset πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.stylistic πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontFeatureValuesRule.swash πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.CSSFontPaletteValuesRule πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.CSSFontPaletteValuesRule.basePalette πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.CSSFontPaletteValuesRule.fontFamily πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.CSSFontPaletteValuesRule.name πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.CSSFontPaletteValuesRule.overrideColors πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.CSSFunctionDeclarations πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionDeclarations.style πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionDescriptors πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionDescriptors.result πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionRule πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionRule.getParameters πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionRule.name πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSFunctionRule.returnType πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.CSSGroupingRule πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.CSSGroupingRule.deleteRule πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.CSSGroupingRule.insertRule πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.CSSImageValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSImportRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSImportRule.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSImportRule.layerName πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CSSImportRule.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSImportRule.styleSheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSImportRule.supportsText πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.CSSKeyframeRule πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.CSSKeyframeRule.keyText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeyframeRule.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeyframesRule πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.CSSKeyframesRule.appendRule πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.CSSKeyframesRule.cssRules πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeyframesRule.deleteRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeyframesRule.findRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeyframesRule.length πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.CSSKeyframesRule.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSKeywordValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSKeywordValue.CSSKeywordValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSKeywordValue.value πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSLayerBlockRule πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CSSLayerBlockRule.name πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CSSLayerStatementRule πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CSSLayerStatementRule.nameList πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CSSMarginRule πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
api.CSSMarginRule.name πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
api.CSSMarginRule.style πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
api.CSSMathClamp πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.CSSMathClamp.CSSMathClamp πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.CSSMathClamp.lower πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.CSSMathClamp.upper πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.CSSMathClamp.value πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.CSSMathInvert πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathInvert.CSSMathInvert πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathInvert.value πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMax πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMax.CSSMathMax πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMax.values πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMin πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMin.CSSMathMin πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathMin.values πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathNegate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathNegate.CSSMathNegate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathNegate.value πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathProduct πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathProduct.CSSMathProduct πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathProduct.values πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathSum πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathSum.CSSMathSum πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathSum.values πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMathValue.operator πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMatrixComponent πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMatrixComponent.CSSMatrixComponent πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMatrixComponent.matrix πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSMediaRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSNamespaceRule πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.CSSNamespaceRule.namespaceURI πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.CSSNamespaceRule.prefix πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.CSSNestedDeclarations πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.CSSNestedDeclarations.style πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.CSSNumericArray πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.@@iterator Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.entries Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.forEach Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.keys Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.length πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericArray.values Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.add πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.div πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.equals πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.max πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.min πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.mul πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.parse_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.to πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.toSum πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSNumericValue.type πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPageRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSPageRule.selectorText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSPageRule.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSPerspective πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPerspective.CSSPerspective πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPerspective.length πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPositionTryDescriptors πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.align-self πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.alignSelf πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.block-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.blockSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.bottom πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.height πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inline-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inlineSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-block πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-block-end πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-block-start πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-inline πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-inline-end πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.inset-inline-start πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetBlock πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetBlockEnd πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetBlockStart πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetInline πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetInlineEnd πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.insetInlineStart πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.justify-self πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.justifySelf πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.left πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-block πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-block-end πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-block-start πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-bottom πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-inline πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-inline-end πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-inline-start πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-left πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-right πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.margin-top πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginBlock πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginBlockEnd πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginBlockStart πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginBottom πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginInline πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginInlineEnd πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginInlineStart πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginLeft πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginRight πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.marginTop πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.max-block-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.max-height πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.max-inline-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.max-width πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.maxBlockSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.maxHeight πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.maxInlineSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.maxWidth πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.min-block-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.min-height πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.min-inline-size πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.min-width πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.minBlockSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.minHeight πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.minInlineSize πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.minWidth πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.place-self πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.placeSelf πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.position-anchor πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.position-area πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.CSSPositionTryDescriptors.positionAnchor πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.positionArea πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.CSSPositionTryDescriptors.right πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.top πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryDescriptors.width πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryRule πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryRule.name πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionTryRule.style πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.CSSPositionValue Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPositionValue.CSSPositionValue Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPositionValue.x Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPositionValue.y Chrome4/17/2018 Chrome Android4/17/2018
api.CSSPropertyRule πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.CSSPropertyRule.inherits πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.CSSPropertyRule.initialValue πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.CSSPropertyRule.name πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.CSSPropertyRule.syntax πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.CSSRotate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRotate.CSSRotate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRotate.angle πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRotate.x πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRotate.y πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRotate.z πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRule.cssText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRule.parentStyleSheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRule.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRuleList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRuleList.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSRuleList.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSScale πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSScale.CSSScale πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSScale.x πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSScale.y πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSScale.z πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSScopeRule πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSSScopeRule.end πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSSScopeRule.start πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.CSSSkew πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkew.CSSSkew πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkew.ax πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkew.ay πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewX πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewX.CSSSkewX πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewX.ax πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewY πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewY.CSSSkewY πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSkewY.ay πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSStartingStyleRule πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.CSSStyleDeclaration πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.@@iterator Chrome5/25/2016 Chrome Android6/8/201614
api.CSSStyleDeclaration.cssFloat πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.cssText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.getPropertyPriority πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.getPropertyValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.parentRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.removeProperty πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleDeclaration.setProperty πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleRule.cssRules πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.CSSStyleRule.deleteRule πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.CSSStyleRule.insertRule πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.CSSStyleRule.selectorText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleRule.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleRule.styleMap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSStyleSheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.CSSStyleSheet πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.CSSStyleSheet.addRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.cssRules πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.deleteRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.insertRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.insertRule.index_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.ownerRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.removeRule πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleSheet.replace πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
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 πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.CSSStyleSheet.rules πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CSSStyleValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSStyleValue.parseAll_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSStyleValue.parse_static πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSStyleValue.toString πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSSupportsRule πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.CSSTransformComponent πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformComponent.is2D πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformComponent.toMatrix πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformComponent.toString πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.@@iterator Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.CSSTransformValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.entries Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.forEach Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.is2D πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.keys Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.length πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.toMatrix πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransformValue.values Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTransition πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.CSSTransition.transitionProperty πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.CSSTranslate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTranslate.CSSTranslate πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTranslate.x πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTranslate.y πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSTranslate.z πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnitValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnitValue.CSSUnitValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnitValue.unit πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnitValue.value πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.@@iterator Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.CSSUnparsedValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.entries Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.forEach Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.keys Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.length πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSUnparsedValue.values Chrome4/17/2018 Chrome Android4/17/2018
api.CSSVariableReferenceValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSVariableReferenceValue.CSSVariableReferenceValue πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSVariableReferenceValue.fallback πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSVariableReferenceValue.variable πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.CSSViewTransitionRule πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CSSViewTransitionRule.navigation πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CSSViewTransitionRule.types πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Cache πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
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 πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Deno: Doesn't support query options
api.Cache.keys πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Cache.match πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Deno: Doesn't support query options
api.Cache.matchAll πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
Opera: Requires HTTPS.
api.Cache.put πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.CacheStorage.has πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.CacheStorage.keys πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.CacheStorage.match πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.CacheStorage.secure_context_required Chrome3/6/2018 Chrome Android3/6/2018
api.CacheStorage.worker_support Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.CanMakePaymentEvent.CanMakePaymentEvent πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.CanMakePaymentEvent.respondWith πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.CanvasCaptureMediaStreamTrack πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CanvasCaptureMediaStreamTrack.canvas πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CanvasCaptureMediaStreamTrack.requestFrame πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CanvasFilter Chrome5/2/2023 Chrome Android5/2/2023
api.CanvasFilter.CanvasFilter Chrome5/2/2023 Chrome Android5/2/2023
api.CanvasGradient πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasPattern πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasPattern.setTransform πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.CanvasPattern.setTransform.dommatrix Chrome7/24/2018 Chrome Android7/24/2018
api.CanvasRenderingContext2D πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.arc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.arcTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.beginPath πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.bezierCurveTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.canvas πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.clearRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.clip πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.clip.path_parameter Chrome7/16/2014 Chrome Android7/16/2014
api.CanvasRenderingContext2D.closePath πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.createConicGradient πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.createLinearGradient πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.createPattern πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.direction πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.CanvasRenderingContext2D.drawFocusIfNeeded πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter Chrome8/26/2014 Chrome Android9/3/20148
api.CanvasRenderingContext2D.drawImage πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.drawImage.ImageBitmap_source_image Chrome4/13/2016 Chrome Android4/13/2016
api.CanvasRenderingContext2D.drawImage.SVGImageElement_source_image Chrome6/5/2017 Chrome Android6/6/20171
api.CanvasRenderingContext2D.ellipse πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.CanvasRenderingContext2D.fill πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.fill.path_parameter Chrome7/16/2014 Chrome Android7/16/2014
api.CanvasRenderingContext2D.fillRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.fillStyle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.fillText πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.filter πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.CanvasRenderingContext2D.font πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.fontStretch πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.fontVariantCaps πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.getContextAttributes πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.CanvasRenderingContext2D.getImageData πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.CanvasRenderingContext2D.getTransform πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.CanvasRenderingContext2D.globalAlpha πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.globalCompositeOperation πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.imageSmoothingEnabled πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.CanvasRenderingContext2D.imageSmoothingQuality πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CanvasRenderingContext2D.isContextLost πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.isPointInPath πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.isPointInPath.path_parameter Chrome7/16/2014 Chrome Android7/16/2014
api.CanvasRenderingContext2D.isPointInStroke πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.CanvasRenderingContext2D.isPointInStroke.path_parameter Chrome7/16/2014 Chrome Android7/16/2014
api.CanvasRenderingContext2D.lang πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.CanvasRenderingContext2D.letterSpacing πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.lineCap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.lineDashOffset πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.CanvasRenderingContext2D.lineJoin πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.lineTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.lineWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.measureText πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.miterLimit πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.moveTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.putImageData πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.quadraticCurveTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.rect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.reset πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.resetTransform πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.CanvasRenderingContext2D.restore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.rotate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.roundRect πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.save πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.scale πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.setLineDash πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.CanvasRenderingContext2D.setTransform πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.setTransform.matrix_parameter Chrome7/24/2018 Chrome Android7/24/2018
api.CanvasRenderingContext2D.shadowBlur πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.shadowColor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.shadowOffsetX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.shadowOffsetY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.stroke πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.stroke.path_parameter Chrome7/16/2014 Chrome Android7/16/2014
api.CanvasRenderingContext2D.strokeRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.strokeStyle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.strokeText πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.textAlign πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.textBaseline πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.CanvasRenderingContext2D.textRendering πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CanvasRenderingContext2D.transform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.translate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CanvasRenderingContext2D.wordSpacing πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.CaretPosition πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.CaretPosition.getClientRect πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.CaretPosition.offset πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.CaretPosition.offsetNode πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.ChannelMergerNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.ChannelMergerNode.ChannelMergerNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.ChannelSplitterNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.ChapterInformation πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.ChapterInformation.artwork πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.ChapterInformation.startTime πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.ChapterInformation.title πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.CharacterBoundsUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.CharacterBoundsUpdateEvent.CharacterBoundsUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.CharacterBoundsUpdateEvent.rangeEnd πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.CharacterBoundsUpdateEvent.rangeStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.CharacterData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.after πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CharacterData.appendData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.before πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CharacterData.data πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.deleteData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.insertData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.nextElementSibling πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.CharacterData.previousElementSibling πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.CharacterData.remove πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.CharacterData.replaceData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.CharacterData.replaceWith πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CharacterData.substringData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Client πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Client.frameType πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Client.id πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Client.postMessage πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Client.type πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Client.url πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Clients πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Clients.claim πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Clients.get πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Clients.matchAll πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Clipboard.clipboardchange_event πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.Clipboard.read πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
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 πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.Clipboard.readText πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 Chrome7/30/2019 Chrome Android7/30/2019
api.Clipboard.type_text-html Chrome10/20/2020 Chrome Android10/20/2020
api.Clipboard.type_text-plain Chrome7/30/2019 Chrome Android7/30/2019
api.Clipboard.write πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
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 πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.ClipboardChangeEvent.ClipboardChangeEvent πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.ClipboardChangeEvent.changeId πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.ClipboardChangeEvent.types πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.ClipboardEvent πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
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 πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.ClipboardEvent.clipboardData πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.ClipboardItem πŸ“‹Chrome7/30/2019 Chrome Android7/27/2020363
api.ClipboardItem.ClipboardItem πŸ“‹Chrome Android2/1/2022 Chrome2/4/20251099
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 πŸ“‹Chrome7/30/2019 Chrome Android7/27/2020363
api.ClipboardItem.supports_static πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.ClipboardItem.type_image_svg_xml πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.ClipboardItem.type_web πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
api.ClipboardItem.types πŸ“‹Chrome7/30/2019 Chrome Android7/27/2020363
api.CloseEvent πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
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 πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.CloseEvent.code πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CloseEvent.reason πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CloseEvent.wasClean πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CloseWatcher πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.CloseWatcher πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.cancel_event πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.close πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.close_event πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.destroy πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CloseWatcher.requestClose πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.CommandEvent πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.CommandEvent.CommandEvent Chrome4/1/2025 Chrome Android4/1/2025
api.CommandEvent.command πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.CommandEvent.source πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Comment πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Comment.Comment πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.CompositionEvent πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CompositionEvent.CompositionEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.CompositionEvent.data πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CompositionEvent.initCompositionEvent πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CompressionStream πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
Node.js: Available as a part of the stream/web module.
api.CompressionStream.CompressionStream πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.CompressionStream.CompressionStream.deflate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.CompressionStream.CompressionStream.deflate-raw πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.CompressionStream.CompressionStream.gzip πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.CompressionStream.readable πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.CompressionStream.writable πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.ConstantSourceNode πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.ConstantSourceNode.ConstantSourceNode πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.ConstantSourceNode.offset πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.ContentVisibilityAutoStateChangeEvent πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.ContentVisibilityAutoStateChangeEvent.skipped πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.ConvolverNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.ConvolverNode.ConvolverNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.ConvolverNode.buffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.ConvolverNode.normalize πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.CookieChangeEvent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieChangeEvent.CookieChangeEvent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieChangeEvent.changed πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieChangeEvent.deleted πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.change_event πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.delete πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.delete.partitioned_option πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.CookieStore.get πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.domain_return_property Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.expires_return_property Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.name_return_property πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.partitioned_return_property Chrome5/30/2023 Chrome Android5/30/2023
api.CookieStore.get.path_return_property Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.sameSite_return_property Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.secure_return_property Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.get.value_return_property πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.getAll πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.set πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStore.set.partitioned_option πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.CookieStoreManager πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStoreManager.getSubscriptions πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStoreManager.subscribe πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CookieStoreManager.unsubscribe πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.CountQueuingStrategy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Node.js: Available as a part of the stream/web module.
api.CountQueuingStrategy.CountQueuingStrategy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.CountQueuingStrategy.highWaterMark πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.CountQueuingStrategy.size πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.CrashReportContext πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.CrashReportContext.delete πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.CrashReportContext.initialize πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.CrashReportContext.set πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Credential πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Credential.id πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Credential.type πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CredentialsContainer πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CredentialsContainer.create πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.CredentialsContainer.create.publicKey_option πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.attestation πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.attestation.direct πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "direct" is not supported. See https://bugzil.la/1550164
api.CredentialsContainer.create.publicKey_option.attestation.enterprise πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "enterprise" is not supported. See https://bugzil.la/1550164
api.CredentialsContainer.create.publicKey_option.attestation.indirect πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.attestation.none πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.extensions πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.extensions.appidExclude πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.create.publicKey_option.extensions.credProps πŸ“‹Chrome3/2/2021 Chrome Android11/29/2022637
api.CredentialsContainer.create.publicKey_option.extensions.credProtect Chrome7/30/2019 Chrome Android7/30/2019
api.CredentialsContainer.create.publicKey_option.extensions.minPinLength Chrome2/1/2022 Chrome Android2/1/2022
api.CredentialsContainer.create.publicKey_option.extensions.payment πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.CredentialsContainer.create.publicKey_option.extensions.prf πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
Firefox: Not supported on macOS.
api.CredentialsContainer.create.publicKey_option.hints πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.CredentialsContainer.create.publicKey_option.requireResidentKey πŸ“‹Chrome3/2/2021 Chrome Android11/29/2022637
api.CredentialsContainer.create.publicKey_option.residentKey πŸ“‹Chrome3/2/2021 Chrome Android11/29/2022637
api.CredentialsContainer.get πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.CredentialsContainer.get.identity_option πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.CredentialsContainer.get.identity_option.context_option πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.CredentialsContainer.get.identity_option.mode_option πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.CredentialsContainer.get.identity_option.providers_multiple Chrome4/29/2025 Chrome Android4/29/2025
api.CredentialsContainer.get.identity_option.providers_option_domainHint πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.CredentialsContainer.get.identity_option.providers_option_fields πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.CredentialsContainer.get.identity_option.providers_option_loginHint πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.CredentialsContainer.get.identity_option.providers_option_nonce Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.CredentialsContainer.get.otp_option πŸ“‹Chrome Android7/27/2020 Chrome8/31/2021400
api.CredentialsContainer.get.publicKey_option πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.get.publicKey_option.extensions πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.get.publicKey_option.extensions.appid πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
api.CredentialsContainer.get.publicKey_option.extensions.largeBlob πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
api.CredentialsContainer.get.publicKey_option.extensions.prf πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
Firefox: Not supported on macOS.
api.CredentialsContainer.get.publicKey_option.hints πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.CredentialsContainer.preventSilentAccess πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Crypto πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
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 πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
Node.js: Since v17.4.0, a similar method is available via the crypto module.
api.Crypto.randomUUID πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
Node.js: Since 14.17.0 and 15.6.0, a similar method is available via the crypto module.
api.Crypto.subtle πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.Crypto.subtle.secure_context_required Chrome7/25/2017 Chrome Android8/1/20177
api.CryptoKey πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Node.js: Available as a part of the crypto module.
api.CryptoKey.algorithm πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.CryptoKey.extractable πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Deno: The only supported value for this property is true.
api.CryptoKey.type πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.CryptoKey.usages πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.CustomElementRegistry πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CustomElementRegistry.CustomElementRegistry πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.CustomElementRegistry.builtin_element_support Chrome5/29/2018 Chrome Android5/31/20182
api.CustomElementRegistry.define πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.CustomElementRegistry.define.disabledFeatures_static_property Chrome9/10/2019 Chrome Android9/10/2019
api.CustomElementRegistry.get πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.CustomElementRegistry.upgrade πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.CustomElementRegistry.whenDefined πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.CustomEvent πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.CustomEvent.CustomEvent πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.CustomEvent.detail πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.CustomEvent.initCustomEvent πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.CustomEvent.worker_support Chrome5/19/2015 Chrome Android5/27/20158
api.CustomStateSet πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.@@iterator πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.add πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.clear πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.delete πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.entries πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.forEach πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.has πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.keys πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.size πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.CustomStateSet.values πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.DOMError Chrome7/16/2014 Chrome Android7/16/2014
api.DOMError.message Chrome7/16/2014 Chrome Android7/16/2014
api.DOMError.name Chrome7/16/2014 Chrome Android7/16/2014
api.DOMException πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMException.DOMException πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.DOMException.code πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMException.message πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMException.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMException.serializable_object πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.DOMImplementation πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMImplementation.createDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMImplementation.createDocumentType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMImplementation.createHTMLDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: The title parameter is required, but can be empty string.
api.DOMImplementation.hasFeature πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Since Firefox 19, hasFeature() mostly returns true.
api.DOMMatrix πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.DOMMatrix πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.a πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.b πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.c πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.d πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.e πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.f πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.fromFloat32Array_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.fromFloat64Array_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.fromMatrix_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.invertSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m11 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m12 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m13 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m14 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m21 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m22 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m23 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m24 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m31 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m32 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m33 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m34 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m41 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m42 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m43 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.m44 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.multiplySelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.preMultiplySelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.rotateAxisAngleSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.rotateFromVectorSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.rotateSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.scale3dSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.skewXSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.skewYSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.translateSelf πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrix.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.DOMMatrixReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.a πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.b πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.c πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.d πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.e πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.f πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.flipX πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.flipY πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.fromFloat32Array_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.fromFloat64Array_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.fromMatrix_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.inverse πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.is2D πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.isIdentity πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m11 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m12 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m13 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m14 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m21 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m22 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m23 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m24 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m31 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m32 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m33 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m34 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m41 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m42 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m43 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.m44 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.multiply πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.rotate πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.rotateAxisAngle πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.rotateFromVector πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.scale πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.DOMMatrixReadOnly.skewX πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.toFloat64Array πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.toJSON πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.toString Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.transformPoint πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.translate πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMMatrixReadOnly.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMParser πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMParser.DOMParser πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMParser.parseFromString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMParser.parseFromString.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.DOMParser.parseFromString.html Chrome11/12/2013 Chrome Android11/14/20132
api.DOMParser.parseFromString.svg Chrome1/25/2010 Chrome Android6/27/2012884
api.DOMParser.parseFromString.xml Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMPoint πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.DOMPoint πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.fromPoint_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.w πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.x πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.y πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPoint.z πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.DOMPointReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.fromPoint_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.matrixTransform πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.toJSON πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.w πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.x πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.y πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMPointReadOnly.z πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.DOMQuad πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.fromQuad_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.fromRect_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.getBounds πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.p1 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMQuad.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect.DOMRect πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect.fromRect_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect.height πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRect.width πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRect.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect.x πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRect.y πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectList πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectList.item πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectList.length πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.DOMRectReadOnly πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.bottom πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.fromRect_static πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.height πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.left πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.right πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.toJSON πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.top πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.width πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.DOMRectReadOnly.worker_support Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.x πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMRectReadOnly.y πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMStringList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMStringList.contains πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMStringList.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMStringList.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DOMStringMap πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.DOMTokenList πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.@@iterator Chrome4/14/2015 Chrome Android4/15/20151
api.DOMTokenList.add πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.add.multiple_parameters Chrome1/10/2013 Chrome Android2/27/201348
api.DOMTokenList.contains πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.entries Chrome4/14/2015 Chrome Android4/15/20151
api.DOMTokenList.forEach Chrome4/14/2015 Chrome Android4/15/20151
api.DOMTokenList.item πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.keys Chrome4/14/2015 Chrome Android4/15/20151
api.DOMTokenList.length πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.remove πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.remove.multiple_parameters Chrome1/10/2013 Chrome Android2/27/201348
api.DOMTokenList.remove_duplicates Chrome7/25/2017 Chrome Android8/1/20177
api.DOMTokenList.replace πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.DOMTokenList.replace.boolean_value Chrome5/29/2018 Chrome Android5/31/20182
api.DOMTokenList.supports πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.DOMTokenList.toString πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.toggle πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.DOMTokenList.toggle.force_parameter Chrome1/10/2013 Chrome Android2/27/201348
api.DOMTokenList.trim_whitespace Chrome1/20/2016 Chrome Android1/26/20166
api.DOMTokenList.value πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 Chrome4/14/2015 Chrome Android4/15/20151
api.DataTransfer πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.DataTransfer.clearData πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.dropEffect πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.effectAllowed πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.files πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.getData πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.items πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.setData πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.setDragImage πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.DataTransfer.types πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.DataTransferItem.getAsFile πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.DataTransferItem.getAsFileSystemHandle πŸ“‹Chrome10/20/2020 Chrome Android1/14/20251547
api.DataTransferItem.getAsString πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.DataTransferItem.kind πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.DataTransferItem.type πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.DataTransferItem.webkitGetAsEntry πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.DataTransferItemList πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.DataTransferItemList.add πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.DataTransferItemList.clear πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.DataTransferItemList.length πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.DataTransferItemList.remove πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DecompressionStream πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
Node.js: Available as a part of the stream/web module.
api.DecompressionStream.DecompressionStream πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.DecompressionStream.DecompressionStream.deflate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.DecompressionStream.DecompressionStream.deflate-raw πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.DecompressionStream.DecompressionStream.gzip πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.DecompressionStream.readable πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.DecompressionStream.writable πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.DedicatedWorkerGlobalScope πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.DedicatedWorkerGlobalScope.cancelAnimationFrame πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DedicatedWorkerGlobalScope.close πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.DedicatedWorkerGlobalScope.message_event πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.DedicatedWorkerGlobalScope.messageerror_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.DedicatedWorkerGlobalScope.name πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.DedicatedWorkerGlobalScope.postMessage πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DelayNode πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.DelayNode.DelayNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.DelayNode.delayTime πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.DelegatedInkTrailPresenter πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.DelegatedInkTrailPresenter.presentationArea πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.DelegatedInkTrailPresenter.updateInkTrailStartPoint πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.DeprecationReportBody πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
Firefox: Not supported in workers
api.DeprecationReportBody.anticipatedRemoval πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.columnNumber πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.id πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.lineNumber πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.message πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.sourceFile πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeprecationReportBody.toJSON πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.DeviceMotionEvent πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEvent.DeviceMotionEvent πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.DeviceMotionEvent.acceleration πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEvent.accelerationIncludingGravity πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEvent.interval πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEvent.rotationRate πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventAcceleration πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventAcceleration.x πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventAcceleration.y πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventAcceleration.z πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventRotationRate πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventRotationRate.alpha πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventRotationRate.beta πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceMotionEventRotationRate.gamma πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.DeviceOrientationEvent πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
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 πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.DeviceOrientationEvent.absolute πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.DeviceOrientationEvent.alpha πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.DeviceOrientationEvent.beta πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.DeviceOrientationEvent.gamma πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.DevicePosture πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.DevicePosture.change_event πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.DevicePosture.type πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.DigitalCredential πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DigitalCredential.data πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DigitalCredential.protocol πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DigitalCredential.toJSON πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DigitalCredential.userAgentAllowsProtocol_static πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.DirectoryEntrySync Chrome8/2/2011 Chrome Android6/27/2012330
api.DirectoryReaderSync Chrome8/2/2011 Chrome Android6/27/2012330
api.Document πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.DOMContentLoaded_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.Document πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Document.URL πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome10/28/2025 Chrome Android10/28/2025
api.Document.adoptNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.adoptedStyleSheets πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.Document.adoptedStyleSheets.mutable πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.Document.alinkColor πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Document.applets πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome9/30/2025 Chrome Android9/30/2025
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.browsingTopics Chrome6/11/2024 Chrome Android6/11/2024
api.Document.captureEvents πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Document.caretPositionFromPoint.options_parameter Chrome8/20/2024 Chrome Android8/20/2024
api.Document.caretRangeFromPoint Chrome1/25/2010 Chrome Android6/27/2012884
api.Document.characterSet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Document.children πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Document.clear πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Document.cookie πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createCDATASection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createComment πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createDocumentFragment πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: From version 67, creating touch events using this method is no longer supported.
api.Document.createExpression πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createNSResolver πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createNodeIterator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createProcessingInstruction πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createTextNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createTreeWalker πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.createTreeWalker.whatToShow_filter_parameters_optional Chrome1/25/2010 Chrome Android6/27/2012884
api.Document.currentScript πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Document.customElementRegistry πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Document.defaultView πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.designMode πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
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 πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.documentElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.documentURI πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.domain πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.execCommand Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome4/14/2015 Chrome Android4/15/20151
api.Document.execCommand.cut Chrome4/14/2015 Chrome Android4/15/20151
api.Document.execCommand.insertHTML Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.execCommand.insertHTML.enforces_trusted_types Chrome11/15/2021 Chrome Android11/15/2021
api.Document.exitFullscreen πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 Chrome9/4/2018 Chrome Android9/4/2018
api.Document.exitPictureInPicture πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.Document.featurePolicy Chrome4/23/2019 Chrome Android4/24/20191
api.Document.fgColor πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Document.fonts πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.Document.forms πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.Document.freeze_event πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Document.fullscreen πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.getElementsByClassName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.getElementsByName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.getElementsByTagNameNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.getSelection πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.hasFocus πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
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 πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.Document.hasRedemptionRecord πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.Document.hasStorageAccess πŸ“‹Chrome10/31/2023 Chrome Android12/5/202335
api.Document.hasUnpartitionedCookieAccess πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.head πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.hidden πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.importNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.lastElementChild πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Document.lastModified πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.Document.open πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.Document.pictureInPictureElement πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.Document.pictureInPictureEnabled πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.Document.plugins πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
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.prepend πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Document.prerendering πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.Document.prerenderingchange_event πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.Document.queryCommandEnabled Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.queryCommandState Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.queryCommandSupported Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.querySelector πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Document.querySelectorAll πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Document.readyState πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.Document.referrer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.releaseEvents πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.Document.requestStorageAccess πŸ“‹Chrome10/31/2023 Chrome Android12/5/202335
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 πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.Document.requestStorageAccess.types_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_BroadcastChannel_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_all_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_caches_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_cookies_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_createObjectURL_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_estimate_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_getDirectory_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_indexedDB_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_localStorage_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_locks_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_revokeObjectURL_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccess.types_parameter.types_sessionStorage_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.requestStorageAccessFor πŸ“‹Chrome10/31/2023 Chrome Android10/31/2023
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 πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Document.rootElement πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
api.Document.scripts πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.scrollend_event πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.Document.scrollingElement πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.Document.scrollsnapchange_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Document.scrollsnapchanging_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Document.securitypolicyviolation_event πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.Document.selectionchange_event πŸ“‹Chrome4/27/2011 Chrome Android6/27/2012427
api.Document.startViewTransition πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.Document.startViewTransition.options_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.startViewTransition.options_parameter.types_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.startViewTransition.options_parameter.update_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Document.startViewTransition.updateCallback_parameter πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.Document.styleSheets πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.timeline πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Document.title πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.Document.visibilitychange_event πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Document.write πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.Document.writeln πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.Document.xmlEncoding πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.xmlStandalone πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Document.xmlVersion πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DocumentFragment πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DocumentFragment.DocumentFragment πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.DocumentFragment.append πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.DocumentFragment.childElementCount πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.DocumentFragment.children πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.DocumentFragment.firstElementChild πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.DocumentFragment.getElementById πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.DocumentFragment.lastElementChild πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.DocumentFragment.moveBefore πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.DocumentFragment.prepend πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.DocumentFragment.querySelector πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.DocumentFragment.querySelectorAll πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.DocumentFragment.replaceChildren πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.DocumentTimeline πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.DocumentTimeline.DocumentTimeline πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.DocumentType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DocumentType.after πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.DocumentType.before πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.DocumentType.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DocumentType.publicId πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DocumentType.remove πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.DocumentType.replaceWith πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.DocumentType.systemId πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.DragEvent πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Internet Explorer: Before Internet Explorer 10, DragEvent is exposed in standards mode but not quirks mode.
api.DragEvent.DragEvent πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.DragEvent.dataTransfer πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Internet Explorer: The value is always null.
api.DynamicsCompressorNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.DynamicsCompressorNode.DynamicsCompressorNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.DynamicsCompressorNode.attack πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.DynamicsCompressorNode.knee πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.DynamicsCompressorNode.ratio πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.DynamicsCompressorNode.reduction πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
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 πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.DynamicsCompressorNode.threshold πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.EXT_blend_minmax πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Firefox: Not supported on Windows.
api.EXT_color_buffer_float πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.EXT_color_buffer_half_float πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
Firefox: Not supported on Windows.
api.EXT_float_blend πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.EXT_sRGB πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
Firefox: Not supported on Windows.
api.EXT_shader_texture_lod πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.EXT_texture_compression_bptc πŸ“‹Chrome Android7/20/2021 Chrome8/31/202142
Chrome: Only supported on macOS.Edge: Only supported on macOS.Opera: Only supported on macOS.
api.EXT_texture_compression_rgtc πŸ“‹Chrome Android5/19/2020 Chrome8/31/2021469
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 Android4/2/2014 Chrome4/8/20146
api.EXT_texture_norm16 πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.EditContext πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.EditContext πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.attachedElements πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.characterBounds πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.characterBoundsRangeStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.characterboundsupdate_event πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.compositionend_event πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.compositionstart_event πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.selectionEnd πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.selectionStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.text πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.textformatupdate_event πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.textupdate_event πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.updateCharacterBounds πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.updateControlBounds πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.updateSelection πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.updateSelectionBounds πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.EditContext.updateText πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.Element πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.DOMActivate_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.after πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Element.animate πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Element.animate.implicit_tofrom Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Element.animate.options_id_parameter πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.Element.animate.options_pseudoElement_parameter πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Element.animate.options_rangeEnd_parameter πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.Element.animate.options_rangeStart_parameter πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.Element.animate.options_timeline_parameter πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.Element.animationcancel_event πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
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 πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
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 πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
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 πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Element.ariaActiveDescendantElement πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaAtomic πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaAutoComplete πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaBrailleLabel πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.Element.ariaBrailleRoleDescription πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.Element.ariaBusy πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaChecked πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaColCount πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaColIndex πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaColIndexText πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Element.ariaColSpan πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaControlsElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaCurrent πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaDescribedByElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaDescription πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Element.ariaDetailsElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaDisabled πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaErrorMessageElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaExpanded πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaFlowToElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaHasPopup πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaHidden πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaInvalid πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Element.ariaKeyShortcuts πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaLabel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaLabelledByElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Element.ariaLevel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaLive πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaModal πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaMultiLine πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaMultiSelectable πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaNotify Chrome9/30/2025 Chrome Android9/30/2025
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 πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaPlaceholder πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaPosInSet πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaPressed πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaReadOnly πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRelevant Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRequired πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRoleDescription πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRowCount πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRowIndex πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaRowIndexText πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Element.ariaRowSpan πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaSelected πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaSetSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Element.ariaSort πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaValueMax πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaValueMin πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaValueNow πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.ariaValueText πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.Element.assignedSlot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Element.attachShadow πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Element.attachShadow.options_clonable_parameter πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.Element.attachShadow.options_delegatesFocus_parameter πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Element.attachShadow.options_serializable_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Element.attributes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.auxclick_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
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 Chrome7/20/2021 Chrome Android7/20/2021
api.Element.before πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Element.beforeinput_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Element.beforematch_event πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Element.beforexrselect_event πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Element.blur_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Element.checkVisibility.options_checkOpacity_parameter πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Element.checkVisibility.options_checkVisibilityCSS_parameter πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Element.checkVisibility.options_contentVisibilityAuto_parameter πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.Element.checkVisibility.options_opacityProperty_parameter πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.Element.checkVisibility.options_visibilityProperty_parameter πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.Element.childElementCount πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.children πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Also includes non-standard HTMLCommentElement nodes.
api.Element.classList πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome7/20/2021 Chrome Android7/20/2021
api.Element.clientHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.clientLeft πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.clientTop πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.clientWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.closest πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.Element.compositionend_event πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.Element.compositionstart_event πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.Element.compositionupdate_event πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.Element.computedStyleMap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Element.contentvisibilityautostatechange_event πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
Firefox: The oncontentvisibilityautostatechange event handler property is not supported.Firefox for Android: The oncontentvisibilityautostatechange event handler property is not supported.
api.Element.contextmenu_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.contextmenu_event.type_pointerevent Chrome7/20/2021 Chrome Android7/20/2021
api.Element.copy_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Element.customElementRegistry πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Element.cut_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Starting in Firefox 68, dblclick events are only sent for the primary mouse button, per the specification.
api.Element.elementTiming πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.Element.firstElementChild πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.focus_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Element.getAttribute πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.getAttributeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.getAttributeNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.getAttributeNodeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.getBoundingClientRect πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.getElementsByClassName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.getElementsByTagNameNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.getHTML πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Element.getHTML.escapes_lt_gt_in_attributes Chrome6/24/2025 Chrome Android6/24/2025
api.Element.gotpointercapture_event πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.Element.hasAttribute πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.hasAttributeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.hasAttributes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.id πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.innerHTML.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Element.innerHTML.escapes_lt_gt_in_attributes Chrome6/24/2025 Chrome Android6/24/2025
api.Element.input_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Edge: Not supported on select, checkbox, or radio inputs.Internet Explorer: Only supports input of type text and password.
api.Element.insertAdjacentElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Element.insertAdjacentText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.keypress_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.lastElementChild πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.localName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.lostpointercapture_event πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.Element.matches πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.mouseenter_event πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.Element.mouseleave_event πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.Element.mousemove_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.mouseout_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.mouseover_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.mouseup_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.mousewheel_event Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.moveBefore πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.Element.namespaceURI πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.nextElementSibling πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.outerHTML πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.outerHTML.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Element.outerHTML.escapes_lt_gt_in_attributes Chrome6/24/2025 Chrome Android6/24/2025
api.Element.part πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.Element.paste_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerdown_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerenter_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerleave_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointermove_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerout_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerover_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.pointerrawupdate_event πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.prefix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.prepend πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Element.previousElementSibling πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.Element.querySelector πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: querySelector() is supported, but only for CSS 2.1 selectors.
api.Element.querySelectorAll πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Element.releasePointerCapture πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Element.remove πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.Element.removeAttribute πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Edge: This function doesn't respect boolean attributes' default values. See bug 12087679.
api.Element.removeAttributeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.removeAttributeNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.replaceChildren πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.Element.replaceWith πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Element.requestFullscreen πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.Element.requestFullscreen.returns_promise Chrome12/4/2018 Chrome Android12/4/2018
api.Element.role πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.Element.scroll πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scroll.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scroll.options_left_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scroll.options_top_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollBy πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollBy.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollBy.options_left_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollBy.options_top_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollIntoView.options_parameter.block_option πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.Element.scrollIntoView.options_parameter.inline_option πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollIntoViewIfNeeded Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.scrollLeft πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollTo.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollTo.options_left_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollTo.options_top_parameter Chrome9/5/2017 Chrome Android9/5/2017
api.Element.scrollTop πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.scrollWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.scrollend_event πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.Element.scrollsnapchange_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Element.scrollsnapchanging_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Element.securitypolicyviolation_event πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.Element.setAttribute πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome5/19/2020 Chrome Android5/19/2020
api.Element.setAttributeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.setAttributeNS.enforces_trusted_types Chrome5/19/2020 Chrome Android5/19/2020
api.Element.setAttributeNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.setAttributeNodeNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.Element.setPointerCapture πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
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 πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.Element.slot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Element.tagName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Element.toggleAttribute πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Element.touchcancel_event πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.Element.touchend_event πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.Element.touchmove_event πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.Element.touchstart_event πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.Element.transitioncancel_event πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
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 πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
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 πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
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 πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.ariaActiveDescendantElement πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaAtomic πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaAutoComplete πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaBrailleLabel πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.ElementInternals.ariaBrailleRoleDescription πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.ElementInternals.ariaBusy πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaChecked πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaColCount πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaColIndex πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaColIndexText πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.ElementInternals.ariaColSpan πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaControlsElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaCurrent πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaDescribedByElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaDescription πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.ElementInternals.ariaDetailsElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaDisabled πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaErrorMessageElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaExpanded πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaFlowToElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaHasPopup πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaHidden πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaInvalid πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.ElementInternals.ariaKeyShortcuts πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaLabel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaLabelledByElements πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ElementInternals.ariaLevel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaLive πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaModal πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaMultiLine πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaMultiSelectable πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaOrientation πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaPlaceholder πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaPosInSet πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaPressed πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaReadOnly πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRelevant Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRequired πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRoleDescription πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRowCount πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRowIndex πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaRowIndexText πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.ElementInternals.ariaRowSpan πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaSelected πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaSetSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.ElementInternals.ariaSort πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaValueMax πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaValueMin πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaValueNow πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.ariaValueText πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.ElementInternals.checkValidity πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.form πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.labels πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.reportValidity πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.role πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.ElementInternals.setFormValue πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.setValidity πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.shadowRoot πŸ“‹Chrome1/19/2021 Chrome Android1/19/2021
api.ElementInternals.states πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.ElementInternals.validationMessage πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.validity πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.ElementInternals.willValidate πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.EncodedAudioChunk πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.EncodedAudioChunk πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.byteLength πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.copyTo πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.duration πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.timestamp πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedAudioChunk.type πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.EncodedVideoChunk πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.byteLength πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.copyTo πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.duration πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.timestamp πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EncodedVideoChunk.type πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.EntrySync Chrome8/2/2011 Chrome Android6/27/2012330
api.ErrorEvent πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.ErrorEvent.ErrorEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.ErrorEvent.colno πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.ErrorEvent.error πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.ErrorEvent.filename πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.ErrorEvent.lineno πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.ErrorEvent.message πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.Event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: Only available as an internal instance.
api.Event.Event πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.Event.bubbles πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: This is not used in Node.js and is provided purely for completeness.
api.Event.cancelBubble πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.composed πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Event.eventPhase πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.initEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.returnValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.srcElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.stopImmediatePropagation πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Event.stopPropagation πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: This is not used in Node.js and is provided purely for completeness.
api.Event.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Event.timeStamp πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.EventCounts πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.@@iterator Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.entries Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.forEach Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.get Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.has Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.keys Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.size Chrome8/25/2020 Chrome Android8/25/2020
api.EventCounts.values Chrome8/25/2020 Chrome Android8/25/2020
api.EventSource πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.EventSource πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.EventSource.options_withCredentials_parameter Chrome3/26/2013 Chrome Android4/3/20138
api.EventSource.close πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.error_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.message_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.open_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.readyState πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.EventSource.url πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.EventSource.withCredentials πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.EventSource.worker_support Chrome9/2/2010 Chrome Android6/27/2012664
Firefox: Not supported in service workers.Firefox for Android: Not supported in service workers.
api.EventTarget πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.EventTarget.addEventListener πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome3/2/2016 Chrome Android3/9/20167
api.EventTarget.addEventListener.options_parameter.options_capture_parameter πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.EventTarget.addEventListener.options_parameter.options_once_parameter πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.EventTarget.addEventListener.options_parameter.options_passive_parameter πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_touch Chrome12/1/2016 Chrome Android12/6/20165
api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_wheel Chrome3/12/2019 Chrome Android3/12/2019
api.EventTarget.addEventListener.options_parameter.options_signal_parameter πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.EventTarget.addEventListener.useCapture_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.EventTarget.dispatchEvent πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.fireEvent() method.
api.EventTarget.removeEventListener πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.detachEvent() method.
api.EventTarget.removeEventListener.options_parameter Chrome3/2/2016 Chrome Android3/9/20167
api.EventTarget.removeEventListener.useCapture_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.EventTarget.when πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.ExtendableCookieChangeEvent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ExtendableCookieChangeEvent.changed πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ExtendableCookieChangeEvent.changed.partitioned_property πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ExtendableCookieChangeEvent.deleted πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ExtendableCookieChangeEvent.deleted.partitioned_property πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ExtendableEvent πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ExtendableEvent.ExtendableEvent πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.ExtendableEvent.waitUntil πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ExtendableEvent.waitUntil.async_waitUntil Chrome7/25/2017 Chrome Android8/1/20177
api.ExtendableMessageEvent πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.ExtendableMessageEvent πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.data πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.lastEventId πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.origin πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.ports πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.ExtendableMessageEvent.source πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.External πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.External.AddSearchProvider πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: From Firefox 78 this function does nothing, as the specification requires.
api.External.IsSearchProviderInstalled πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.FeaturePolicy Chrome4/23/2019 Chrome Android4/24/20191
api.FeaturePolicy.allowedFeatures Chrome4/23/2019 Chrome Android4/24/20191
api.FeaturePolicy.allowsFeature Chrome4/23/2019 Chrome Android4/24/20191
api.FeaturePolicy.features Chrome4/23/2019 Chrome Android4/24/20191
api.FeaturePolicy.getAllowlistForFeature Chrome4/23/2019 Chrome Android4/24/20191
api.FederatedCredential πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.FederatedCredential.FederatedCredential πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.FederatedCredential.iconURL πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.FederatedCredential.name πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.FederatedCredential.protocol πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.FederatedCredential.provider πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Fence πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Fence.getNestedConfigs πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Fence.reportEvent πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Fence.setReportEventDataForAutomaticBeacons πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.FencedFrameConfig πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.FencedFrameConfig.setSharedStorageContext πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.FetchEvent πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.FetchEvent.FetchEvent πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.FetchEvent.clientId πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.FetchEvent.handled πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.FetchEvent.isReload Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.FetchEvent.request πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.FetchEvent.respondWith πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.FetchEvent.respondWith.networkerror_on_same-origin_cors Chrome4/17/2018 Chrome Android4/17/2018
api.FetchEvent.resultingClientId πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.FetchLaterResult πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.FetchLaterResult.activated Chrome4/1/2025 Chrome Android4/1/2025
api.File πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.File.lastModified πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.File.lastModifiedDate Chrome8/2/2011 Chrome Android6/27/2012330
api.File.name πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.File.webkitRelativePath πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
Firefox for Android: Always an empty string (bug 1973726).
api.FileEntrySync Chrome8/2/2011 Chrome Android6/27/2012330
api.FileList πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.FileList.item πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.FileList.length πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.FileReader πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Firefox: Before Firefox 4, Blob parameters were File parameters.
api.FileReader.FileReader πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.abort πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.abort_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.error πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
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 πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.load_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.loadend_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.loadstart_event πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
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 πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.readAsArrayBuffer πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.readAsBinaryString πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.readAsDataURL πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Firefox for Android: Using the camera in Android 8.x raises an exception. See bug 1511083.
api.FileReader.readAsText πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.readyState πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.result πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReader.worker_support Chrome9/2/2010 Chrome Android6/27/2012664
api.FileReaderSync πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileReaderSync.FileReaderSync πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileReaderSync.readAsArrayBuffer πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.FileReaderSync.readAsBinaryString πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileReaderSync.readAsDataURL πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileReaderSync.readAsText πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileReaderSync.worker_support Chrome10/19/2010 Chrome Android6/27/2012617
api.FileSystem πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
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 πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileSystem.root πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.FileSystemDirectoryEntry πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemDirectoryEntry.createReader πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.FileSystemDirectoryEntry.getDirectory πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
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 Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.@@asyncIterator πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.entries πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.getDirectoryHandle πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.getFileHandle πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.keys πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.removeEntry πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.resolve πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryHandle.values πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemDirectoryReader πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemDirectoryReader.readEntries πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.copyTo Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.filesystem πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.fullPath πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.getMetadata Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.getParent πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.isDirectory πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.isFile πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.moveTo Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.name πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.remove Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemEntry.toURL Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemFileEntry πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemFileEntry.createWriter Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.FileSystemFileHandle πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemFileHandle.createSyncAccessHandle πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemFileHandle.createSyncAccessHandle.mode Chrome1/23/2024 Chrome Android1/23/2024
api.FileSystemFileHandle.createWritable πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemFileHandle.createWritable.mode Chrome1/23/2024 Chrome Android1/23/2024
api.FileSystemFileHandle.getFile πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle.isSameEntry πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle.kind πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle.name πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle.queryPermission πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemHandle.remove Chrome2/7/2023 Chrome Android2/7/2023
api.FileSystemHandle.requestPermission πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemSync Chrome8/2/2011 Chrome Android6/27/2012330
api.FileSystemSync.name Chrome8/2/2011 Chrome Android6/27/2012330
api.FileSystemSync.root Chrome8/2/2011 Chrome Android6/27/2012330
api.FileSystemSyncAccessHandle πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.close πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.close.sync_version Chrome11/29/2022 Chrome Android1/10/202342
api.FileSystemSyncAccessHandle.flush πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.flush.sync_version Chrome11/29/2022 Chrome Android1/10/202342
api.FileSystemSyncAccessHandle.getSize πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.getSize.sync_version Chrome11/29/2022 Chrome Android1/10/202342
api.FileSystemSyncAccessHandle.read πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.truncate πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemSyncAccessHandle.truncate.sync_version Chrome11/29/2022 Chrome Android1/10/202342
api.FileSystemSyncAccessHandle.write πŸ“‹Chrome5/24/2022 Chrome Android1/10/2023231
api.FileSystemWritableFileStream πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemWritableFileStream.seek πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemWritableFileStream.truncate πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FileSystemWritableFileStream.write πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.FocusEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.FocusEvent.FocusEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.FocusEvent.relatedTarget πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.FontFace πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.FontFace πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.ascentOverride πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.FontFace.descentOverride πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.FontFace.display πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.FontFace.family πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.featureSettings πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
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 πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.FontFace.load πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.loaded πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.FontFace.status πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.stretch πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.style πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.unicodeRange πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.variant Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.variationSettings πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.FontFace.weight πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFace.worker_support Chrome9/4/2018 Chrome Android9/4/2018
api.FontFaceSet πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
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 πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.FontFaceSet.add πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.check πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
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 πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.delete πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.entries Chrome1/20/2016 Chrome Android1/26/20166
api.FontFaceSet.forEach Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.has Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.keys Chrome1/20/2016 Chrome Android1/26/20166
api.FontFaceSet.load πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.loading_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.loadingdone_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.loadingerror_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.ready πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.size Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.status πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSet.values Chrome1/20/2016 Chrome Android1/26/20166
api.FontFaceSet.worker_support Chrome9/4/2018 Chrome Android9/4/2018
api.FontFaceSetLoadEvent πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FontFaceSetLoadEvent.FontFaceSetLoadEvent πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.FontFaceSetLoadEvent.fontfaces πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.FormData πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.FormData πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.FormData.FormData.submitter Chrome4/4/2023 Chrome Android4/4/2023
api.FormData.append πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 Chrome12/13/2011 Chrome Android6/27/2012197
api.FormData.delete πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.entries Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.forEach Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.get πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.getAll πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.has πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.keys Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.set πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.values Chrome4/13/2016 Chrome Android4/13/2016
api.FormData.worker_support Chrome4/13/2016 Chrome Android4/13/2016
api.FormDataEvent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.FormDataEvent.FormDataEvent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.FormDataEvent.formData πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.FragmentDirective πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.GPU πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome7/18/2023 Chrome Android1/23/2024189
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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome8/15/2023 Chrome Android9/2/2025749
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 Chrome2/4/2025 Chrome Android2/4/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
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 πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
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 πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
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 πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
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 πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/2/2025 Chrome Android9/2/2025
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 πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
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 Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome5/27/2025 Chrome Android5/27/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/12/2023 Chrome Android1/23/2024133
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome6/24/2025 Chrome Android6/24/2025
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 Chrome5/27/2025 Chrome Android5/27/2025
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 Chrome9/2/2025 Chrome Android9/2/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome4/1/2025 Chrome Android4/1/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
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 Chrome12/5/2023 Chrome Android1/23/202449
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome11/12/2024 Chrome Android11/12/2024
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
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 Chrome12/5/2023 Chrome Android1/23/202449
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome11/12/2024 Chrome Android11/12/2024
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome1/23/2024 Chrome Android1/23/2024
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 Chrome8/15/2023 Chrome Android1/23/2024161
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome10/10/2023 Chrome Android1/23/2024105
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome8/15/2023 Chrome Android1/23/2024161
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/12/2023 Chrome Android1/23/2024133
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/12/2023 Chrome Android1/23/2024133
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/12/2023 Chrome Android1/23/2024133
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome9/12/2023 Chrome Android1/23/2024133
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
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 πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/28/2025 Chrome Android10/28/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome12/5/2023 Chrome Android1/23/202449
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
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 Chrome1/13/2026 Chrome Android1/13/2026
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 πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/28/2025 Chrome Android10/28/2025
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 πŸ“‹Chrome10/28/2025 Chrome Android10/28/2025
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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome12/5/2023 Chrome Android1/23/202449
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.GPUSupportedLimits.maxStorageBuffersInVertexStage πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.GPUSupportedLimits.maxStorageBuffersPerShaderStage πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.GPUSupportedLimits.maxStorageTexturesInVertexStage πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.GPUSupportedLimits.maxStorageTexturesPerShaderStage πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome10/31/2023 Chrome Android1/23/202484
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.GPUTexture.usage πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.GainNode.GainNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.GainNode.gain πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.Gamepad πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.axes πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.buttons πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.connected πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.Gamepad.id πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.index πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.mapping πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.secure_context_required Chrome10/20/2020 Chrome Android10/20/2020
api.Gamepad.timestamp πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Gamepad.vibrationActuator πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.GamepadButton πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.GamepadButton.pressed πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.GamepadButton.secure_context_required Chrome10/20/2020 Chrome Android10/20/2020
api.GamepadButton.touched πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.GamepadButton.value πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.GamepadEvent πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.GamepadEvent.GamepadEvent πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.GamepadEvent.gamepad πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.GamepadEvent.secure_context_required Chrome10/20/2020 Chrome Android10/20/2020
api.GamepadHapticActuator πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.GamepadHapticActuator.effects πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GamepadHapticActuator.effects.type_trigger-rumble πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GamepadHapticActuator.playEffect πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.GamepadHapticActuator.playEffect.params_leftTrigger_parameter πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GamepadHapticActuator.playEffect.params_rightTrigger_parameter πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GamepadHapticActuator.playEffect.type_trigger-rumble πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GamepadHapticActuator.reset πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.GamepadHapticActuator.secure_context_required Chrome10/20/2020 Chrome Android10/20/2020
api.GamepadHapticActuator.type Chrome7/24/2018 Chrome Android7/24/2018
api.Geolocation πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Geolocation.getCurrentPosition πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Geolocation.secure_context_required Chrome4/13/2016 Chrome Android4/13/2016
WebView Android: Secure context is only required for applications targeting Android Nougat (7) and higher. See bug 40465140.
api.Geolocation.watchPosition πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.GeolocationCoordinates.accuracy πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.altitude πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.altitudeAccuracy πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.heading πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.latitude πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.longitude πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.secure_context_required Chrome12/1/2015 Chrome Android12/2/20151
api.GeolocationCoordinates.speed πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationCoordinates.toJSON πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GeolocationPosition πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.GeolocationPosition.coords πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationPosition.secure_context_required Chrome12/1/2015 Chrome Android12/2/20151
api.GeolocationPosition.timestamp πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationPosition.toJSON πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.GeolocationPositionError πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.GeolocationPositionError.code πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationPositionError.message πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.GeolocationPositionError.secure_context_required Chrome12/1/2015 Chrome Android12/2/20151
api.GravitySensor πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.GravitySensor.GravitySensor πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.Gyroscope πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Gyroscope.Gyroscope πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Gyroscope.x πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Gyroscope.y πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Gyroscope.z πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.HTMLAllCollection πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLAllCollection.item πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLAllCollection.length πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLAllCollection.namedItem πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLAnchorElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.attributionSrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.HTMLAnchorElement.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.coords πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.download πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLAnchorElement.hash πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.hrefTranslate Chrome4/7/2020 Chrome Android4/7/2020
api.HTMLAnchorElement.hreflang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.interestForElement Chrome10/28/2025 Chrome Android10/28/2025
api.HTMLAnchorElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.origin πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLAnchorElement.pathname πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.protocol πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.referrerPolicy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAnchorElement.referrerPolicy.no-referrer-when-downgrade Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAnchorElement.referrerPolicy.origin-when-cross-origin Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAnchorElement.referrerPolicy.unsafe-url Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAnchorElement.rel πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.relList πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.HTMLAnchorElement.rev πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.search πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.toString πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAnchorElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAnchorElement.username πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLAreaElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.attributionSrc πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLAreaElement.coords πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.download πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.HTMLAreaElement.hash πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.interestForElement Chrome10/28/2025 Chrome Android10/28/2025
api.HTMLAreaElement.noHref πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.origin πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLAreaElement.pathname πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.protocol πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.referrerPolicy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAreaElement.referrerPolicy.no-referrer-when-downgrade Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAreaElement.referrerPolicy.origin-when-cross-origin Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAreaElement.referrerPolicy.unsafe-url Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLAreaElement.rel πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.HTMLAreaElement.relList πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.HTMLAreaElement.search πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLAreaElement.toString πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLAreaElement.username πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLAudioElement πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLAudioElement.Audio πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLBRElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBRElement.clear πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBaseElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBaseElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBaseElement.href.forbid_special_characters Chrome9/5/2017 Chrome Android9/5/2017
api.HTMLBaseElement.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.aLink πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.background πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.bgColor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.link πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLBodyElement.vLink πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLButtonElement.command πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.HTMLButtonElement.command.request-close πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.HTMLButtonElement.commandForElement πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.HTMLButtonElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.formAction πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
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 πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLButtonElement.formMethod πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLButtonElement.formNoValidate πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLButtonElement.formTarget πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLButtonElement.interestForElement Chrome10/28/2025 Chrome Android10/28/2025
api.HTMLButtonElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLButtonElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.popoverTargetAction πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLButtonElement.popoverTargetElement πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLButtonElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLButtonElement.setCustomValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.validationMessage πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLButtonElement.validity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLButtonElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLButtonElement.willValidate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLCanvasElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCanvasElement.captureStream πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.HTMLCanvasElement.contextlost_event πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLCanvasElement.contextrestored_event πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLCanvasElement.getContext πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCanvasElement.getContext.2d_context Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCanvasElement.getContext.2d_context.options_alpha_parameter πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLCanvasElement.getContext.2d_context.options_colorSpace_parameter πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
api.HTMLCanvasElement.getContext.2d_context.options_colorType_parameter πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.HTMLCanvasElement.getContext.2d_context.options_desynchronized_parameter πŸ“‹Chrome Android6/4/2019 Chrome4/7/2020308
Chrome: ChromeOS and WindowsChrome: ChromeOS only
api.HTMLCanvasElement.getContext.2d_context.options_willReadFrequently_parameter πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLCanvasElement.getContext.bitmaprenderer_context Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLCanvasElement.getContext.bitmaprenderer_context.options_alpha_parameter πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLCanvasElement.getContext.webgl2_context Chrome1/25/2017 Chrome Android2/1/20177
api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter πŸ“‹Chrome Android6/4/2019 Chrome4/7/2020308
Chrome: ChromeOS and WindowsChrome: ChromeOS only
api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
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 Chrome2/20/2014 Chrome Android2/26/20146
api.HTMLCanvasElement.getContext.webgl_context.options_alpha_parameter πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.HTMLCanvasElement.getContext.webgl_context.options_desynchronized_parameter πŸ“‹Chrome Android6/4/2019 Chrome4/7/2020308
Chrome: ChromeOS and WindowsChrome: ChromeOS only
api.HTMLCanvasElement.getContext.webgl_context.options_failIfMajorPerformanceCaveat_parameter πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.HTMLCanvasElement.getContext.webgl_context.options_powerPreference_parameter πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCanvasElement.toBlob πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toBlob.quality_parameter Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toBlob.type_parameter_jpeg Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toBlob.type_parameter_png Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toBlob.type_parameter_webp Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toDataURL πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLCanvasElement.toDataURL.type_parameter_jpeg Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toDataURL.type_parameter_png Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLCanvasElement.toDataURL.type_parameter_webp Chrome2/8/2012 Chrome Android6/27/2012140
api.HTMLCanvasElement.transferControlToOffscreen πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.HTMLCanvasElement.webglcontextcreationerror_event πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.HTMLCanvasElement.webglcontextlost_event πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.HTMLCanvasElement.webglcontextrestored_event πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.HTMLCanvasElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCollection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCollection.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCollection.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLCollection.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDListElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDListElement.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDataElement πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.HTMLDataElement.value πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.HTMLDataListElement πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLDataListElement.options πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLDetailsElement πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLDetailsElement.name πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.HTMLDetailsElement.open πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLDialogElement πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.cancel_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.close πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.close_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.closedBy πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.HTMLDialogElement.open πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.requestClose πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.HTMLDialogElement.returnValue πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.show πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDialogElement.showModal πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLDirectoryElement Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDirectoryElement.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDivElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDivElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.accessKey πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
api.HTMLElement.attachInternals πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.HTMLElement.attributeStyleMap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLElement.autocapitalize πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
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 πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.beforetoggle_event.dialog_elements πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.HTMLElement.beforetoggle_event.popover_elements πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.blur πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.change_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.click πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
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 πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.HTMLElement.contentEditable πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.contentEditable.plaintext-only Chrome5/25/2016 Chrome Android6/8/201614
api.HTMLElement.dataset πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.HTMLElement.dir πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.drag_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.dragenter_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.draggable πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLElement.dragleave_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.dragover_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.dragstart_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.drop_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.editContext πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.HTMLElement.enterKeyHint πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.HTMLElement.error_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.focus πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome2/10/2026 Chrome Android2/10/2026
api.HTMLElement.hidden πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLElement.hidePopover πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.inert πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.HTMLElement.inert.ignores_find_in_page πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.HTMLElement.innerText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.inputMode πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLElement.interest_event Chrome10/28/2025 Chrome Android10/28/2025
api.HTMLElement.isContentEditable πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.lang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.load_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.loseinterest_event Chrome10/28/2025 Chrome Android10/28/2025
api.HTMLElement.nonce πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.offsetLeft πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.offsetParent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.offsetTop πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.offsetWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.outerText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.popover πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLElement.showPopover πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.showPopover.options_source_parameter πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLElement.spellcheck πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLElement.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.tabIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLElement.togglePopover πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.togglePopover.force_parameter πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.HTMLElement.togglePopover.options_force_parameter πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.HTMLElement.togglePopover.options_source_parameter πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLElement.togglePopover.returns_boolean Chrome8/15/2023 Chrome Android8/15/2023
api.HTMLElement.toggle_event πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.HTMLElement.toggle_event.details_elements πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.HTMLElement.toggle_event.dialog_elements πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.HTMLElement.toggle_event.popover_elements πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLElement.translate πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.HTMLElement.virtualKeyboardPolicy πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.HTMLElement.writingSuggestions πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.HTMLEmbedElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.getSVGDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLEmbedElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFencedFrameElement πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFencedFrameElement.allow πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFencedFrameElement.config πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFencedFrameElement.height πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFencedFrameElement.sandbox πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFencedFrameElement.width πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLFieldSetElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFieldSetElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLFieldSetElement.disabled πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLFieldSetElement.elements πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.HTMLFieldSetElement.elements.type_HTMLCollection Chrome3/9/2017 Chrome Android3/16/20177
api.HTMLFieldSetElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFieldSetElement.name πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.HTMLFieldSetElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLFieldSetElement.setCustomValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.HTMLFieldSetElement.validationMessage πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLFieldSetElement.validity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLFieldSetElement.willValidate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLFontElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFontElement.color πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFontElement.face πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFontElement.size πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormControlsCollection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormControlsCollection.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Returned a NodeList instead of a RadioNodeList.Firefox for Android: Returned a NodeList instead of a RadioNodeList.
api.HTMLFormElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.acceptCharset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.action πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.autocomplete πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.HTMLFormElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLFormElement.elements πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.encoding πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.enctype πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.formdata_event πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.HTMLFormElement.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.method πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.noValidate πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLFormElement.rel πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.HTMLFormElement.relList πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.HTMLFormElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLFormElement.requestSubmit πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.HTMLFormElement.reset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.reset_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.submit πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.submit_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFormElement.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.contentDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.contentWindow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.frameBorder πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.longDesc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.marginHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.marginWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.noResize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.scrolling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameSetElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameSetElement.cols πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLFrameSetElement.rows πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLGeolocationElement πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.HTMLGeolocationElement πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.autolocate πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.error πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.initialPermissionStatus πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.invalidReason πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.isValid πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.location_event πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.permissionStatus πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.position πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.promptaction_event πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.promptdismiss_event πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.validationstatuschange_event πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLGeolocationElement.watch πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.HTMLHRElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHRElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHRElement.color πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.HTMLHRElement.noShade πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHRElement.size πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHRElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHeadElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHeadingElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHeadingElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHtmlElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLHtmlElement.version πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.adAuctionHeaders πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.HTMLIFrameElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.allow πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.HTMLIFrameElement.allowFullscreen πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 Chrome Android3/16/2017 Chrome7/25/2017131
api.HTMLIFrameElement.browsingTopics Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLIFrameElement.contentDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.contentWindow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.credentialless πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.HTMLIFrameElement.csp πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.HTMLIFrameElement.featurePolicy Chrome4/23/2019 Chrome Android4/24/20191
api.HTMLIFrameElement.frameBorder πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.getSVGDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.loading πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.HTMLIFrameElement.longDesc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.marginHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.marginWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.privateToken πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.HTMLIFrameElement.referrerPolicy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLIFrameElement.referrerPolicy.no-referrer-when-downgrade Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLIFrameElement.referrerPolicy.origin-when-cross-origin Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLIFrameElement.referrerPolicy.unsafe-url Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLIFrameElement.sandbox πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.sharedStorageWritable πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLIFrameElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLIFrameElement.srcdoc πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLIFrameElement.srcdoc.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLIFrameElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.Image πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.attributionSrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.HTMLImageElement.border πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.complete πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: IE reports false for broken images.
api.HTMLImageElement.crossOrigin πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.HTMLImageElement.currentSrc πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.HTMLImageElement.decode πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.HTMLImageElement.decoding πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.HTMLImageElement.fetchPriority πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.HTMLImageElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.hspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.isMap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.loading πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.HTMLImageElement.longDesc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.lowsrc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.naturalHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.naturalWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.referrerPolicy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLImageElement.referrerPolicy.no-referrer-when-downgrade Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLImageElement.referrerPolicy.origin-when-cross-origin Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLImageElement.referrerPolicy.unsafe-url Chrome7/20/2016 Chrome Android7/27/20167
api.HTMLImageElement.sharedStorageWritable πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLImageElement.sizes πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.HTMLImageElement.sizes.auto πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.HTMLImageElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.srcset πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
api.HTMLImageElement.useMap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.vspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLImageElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.accept πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.autocomplete πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.HTMLInputElement.cancel_event πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
api.HTMLInputElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.checked πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.defaultChecked πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.defaultValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.dirName πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
api.HTMLInputElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.files πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Internet Explorer: This property is read-only.
api.HTMLInputElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.formAction πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLInputElement.formEnctype πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLInputElement.formMethod πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLInputElement.formNoValidate πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.formTarget πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLInputElement.height πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.HTMLInputElement.incremental Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLInputElement.indeterminate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.invalid_event πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLInputElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLInputElement.list πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLInputElement.max πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.maxLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.min πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.minLength πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLInputElement.multiple πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLInputElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.pattern πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.placeholder πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLInputElement.popoverTargetAction πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLInputElement.popoverTargetElement πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.HTMLInputElement.popoverTargetElement.implicit_anchor_reference Chrome2/4/2025 Chrome Android2/4/2025
api.HTMLInputElement.readOnly πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLInputElement.required πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.search_event Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.select πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.select_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.selectionDirection πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLInputElement.selectionEnd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.selectionStart πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.selectionchange_event πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.HTMLInputElement.setSelectionRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.showPicker πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.autocomplete_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.color_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.datalist_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.date_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.datetime_local_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.file_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.month_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.time_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.showPicker.week_input Chrome3/1/2022 Chrome Android3/1/2022
api.HTMLInputElement.size πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.step πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLInputElement.stepDown πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.useMap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.validationMessage πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLInputElement.validity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLInputElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLInputElement.valueAsDate πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLInputElement.valueAsNumber πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLInputElement.webkitEntries πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.HTMLInputElement.webkitdirectory πŸ“‹Chrome10/19/2010 Chrome Android1/14/20255201
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 πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.HTMLInputElement.willValidate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLLIElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLIElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLabelElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLabelElement.control πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLLabelElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLabelElement.htmlFor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLegendElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLegendElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLegendElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.as πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLLinkElement.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.HTMLLinkElement.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.crossOrigin πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
api.HTMLLinkElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.HTMLLinkElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.hreflang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.imageSizes πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.HTMLLinkElement.imageSrcset πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.HTMLLinkElement.integrity πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.HTMLLinkElement.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.referrerPolicy πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.HTMLLinkElement.referrerPolicy.no-referrer-when-downgrade Chrome4/19/2017 Chrome Android4/25/20176
api.HTMLLinkElement.referrerPolicy.origin-when-cross-origin Chrome4/19/2017 Chrome Android4/25/20176
api.HTMLLinkElement.referrerPolicy.unsafe-url Chrome4/19/2017 Chrome Android4/25/20176
api.HTMLLinkElement.rel πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.relList πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLLinkElement.rev πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.sheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.sizes πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLLinkElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMapElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMapElement.areas πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMapElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMarqueeElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.bgColor πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.direction πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.height πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.hspace πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.loop πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.scrollAmount πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.scrollDelay πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.start πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMarqueeElement.stop πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMarqueeElement.trueSpeed πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.vspace πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMarqueeElement.width πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLMediaElement πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.abort_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.addTextTrack πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLMediaElement.audioTracks πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLMediaElement.autoplay πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.buffered πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.canPlayType πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.canplaythrough_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.captureStream πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.HTMLMediaElement.controls πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.controlsList πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.HTMLMediaElement.crossOrigin πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.HTMLMediaElement.currentSrc πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.currentTime πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.defaultMuted πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLMediaElement.defaultPlaybackRate πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.disableRemotePlayback πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.HTMLMediaElement.duration πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.durationchange_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.emptied_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.encrypted_event πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.HTMLMediaElement.ended πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.ended_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.error πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.error_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.load πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.loadeddata_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.loadedmetadata_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.loadstart_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.loop πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.mediaKeys πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.HTMLMediaElement.muted πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.networkState πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Firefox: The NETWORK_LOADED state was removed to align with the HTML spec in Firefox 4.
api.HTMLMediaElement.pause πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.pause_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.paused πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.play πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.play.returns_promise Chrome4/13/2016 Chrome Android4/13/2016
api.HTMLMediaElement.play_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.playbackRate πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.playing_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.preload πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLMediaElement.preservesPitch πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.HTMLMediaElement.progress_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.ratechange_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.readyState πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.remote πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.HTMLMediaElement.seekable πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.seeked_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.seeking πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.seeking_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.setMediaKeys πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.HTMLMediaElement.src πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.srcObject πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.suspend_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.textTracks πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLMediaElement.timeupdate_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.videoTracks πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.HTMLMediaElement.volume πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.waiting_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLMediaElement.waitingforkey_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Firefox: The onwaitingforkey event handler property is not supported.Firefox for Android: The onwaitingforkey event handler property is not supported.
api.HTMLMenuElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMenuElement.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMetaElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMetaElement.content πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMetaElement.httpEquiv πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMetaElement.media πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.HTMLMetaElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMetaElement.scheme πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLMeterElement πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.high πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.low πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.max πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.min πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.optimum πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLMeterElement.value πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLModElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLModElement.cite πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLModElement.dateTime πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOListElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOListElement.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOListElement.reversed πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.HTMLOListElement.start πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOListElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.archive πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.border πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.checkValidity πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLObjectElement.code πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.codeBase πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.codeType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.contentDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.contentWindow πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.HTMLObjectElement.data πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.declare πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.getSVGDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.hspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLObjectElement.setCustomValidity πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.useMap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.validationMessage πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLObjectElement.validity πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLObjectElement.vspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLObjectElement.willValidate πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLOptGroupElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptGroupElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.Option πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Before Internet Explorer 9, the outerHTML of elements lose their text when constructing with new Option().
api.HTMLOptionElement.defaultSelected πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.index πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.label πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionsCollection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionsCollection.add πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionsCollection.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionsCollection.remove πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOptionsCollection.selectedIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLOutputElement πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.checkValidity πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.defaultValue πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.form πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.htmlFor πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
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 πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.name πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLOutputElement.setCustomValidity πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
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 πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.validationMessage πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.validity πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.value πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLOutputElement.willValidate πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.HTMLParagraphElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParagraphElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParamElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParamElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParamElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParamElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLParamElement.valueType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLPictureElement πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.HTMLPreElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLPreElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLProgressElement πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLProgressElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLProgressElement.max πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLProgressElement.position πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLProgressElement.value πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLQuoteElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLQuoteElement.cite πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.async πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLScriptElement.attributionSrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.HTMLScriptElement.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.HTMLScriptElement.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.crossOrigin πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.HTMLScriptElement.defer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.fetchPriority πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.HTMLScriptElement.htmlFor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.innerText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.innerText.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLScriptElement.integrity πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.HTMLScriptElement.noModule πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.HTMLScriptElement.referrerPolicy πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.HTMLScriptElement.referrerPolicy.no-referrer-when-downgrade Chrome10/16/2018 Chrome Android10/17/20181
api.HTMLScriptElement.referrerPolicy.origin-when-cross-origin Chrome10/16/2018 Chrome Android10/17/20181
api.HTMLScriptElement.referrerPolicy.unsafe-url Chrome10/16/2018 Chrome Android10/17/20181
api.HTMLScriptElement.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.src.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLScriptElement.supports_static πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.HTMLScriptElement.text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.text.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLScriptElement.textContent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLScriptElement.textContent.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLScriptElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.add.index_before_parameter Chrome5/20/2014 Chrome Android5/20/2014
api.HTMLSelectElement.autocomplete πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLSelectElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLSelectElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLSelectElement.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.multiple πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.remove πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLSelectElement.required πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.HTMLSelectElement.selectedIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.selectedOptions πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.HTMLSelectElement.setCustomValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.HTMLSelectElement.size πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.validationMessage πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLSelectElement.validity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLSelectElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLSelectElement.willValidate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLSelectedContentElement πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.HTMLSlotElement πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.HTMLSlotElement.assign πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
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 πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.HTMLSlotElement.assignedNodes πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.HTMLSlotElement.name πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.HTMLSlotElement.slotchange_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLSourceElement.height πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.HTMLSourceElement.media πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLSourceElement.sizes πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Safari: The sizes attribute is supported since Safari 9.1.Safari on iOS: The sizes attribute is supported since Safari on iOS 9.1.WebView on iOS: The sizes attribute is supported since WebView on iOS 9.1.
api.HTMLSourceElement.src πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLSourceElement.srcset πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Safari: The srcset attribute is supported since Safari 9.1.Safari on iOS: The srcset attribute is supported since Safari on iOS 9.1.WebView on iOS: The srcset attribute is supported since WebView on iOS 9.1.
api.HTMLSourceElement.type πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLSourceElement.width πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.HTMLSpanElement πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLStyleElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLStyleElement.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.HTMLStyleElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLStyleElement.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLStyleElement.sheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLStyleElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCaptionElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCaptionElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.abbr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.axis πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.bgColor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.cellIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.ch πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.chOff πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.colSpan πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.headers πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.noWrap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.rowSpan πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.scope πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.vAlign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableCellElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.ch πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.chOff πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.span πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.vAlign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableColElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.bgColor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.border πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.caption πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.cellPadding πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.cellSpacing πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.createCaption πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.createTBody πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.HTMLTableElement.createTFoot πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.createTHead πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.deleteCaption πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.deleteRow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.deleteTFoot πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.deleteTHead πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.frame πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.insertRow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.rules πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.summary πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.tBodies πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.tFoot πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.tHead πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.bgColor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.cells πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.ch πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.chOff πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.deleteCell πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.insertCell πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.insertCell.index_parameter_negative_one Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.insertCell.index_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.rowIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.sectionRowIndex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableRowElement.vAlign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.ch πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.chOff πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.deleteRow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.insertRow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.rows πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTableSectionElement.vAlign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTemplateElement πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.HTMLTemplateElement.content πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.HTMLTemplateElement.shadowRootClonable πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.HTMLTemplateElement.shadowRootCustomElementRegistry πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.HTMLTemplateElement.shadowRootDelegatesFocus πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.HTMLTemplateElement.shadowRootMode πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.HTMLTemplateElement.shadowRootSerializable πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.HTMLTextAreaElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.autocomplete πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.HTMLTextAreaElement.checkValidity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.cols πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.defaultValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.dirName πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
api.HTMLTextAreaElement.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.labels πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.HTMLTextAreaElement.maxLength πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.minLength πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLTextAreaElement.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.placeholder πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.readOnly πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.reportValidity πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.HTMLTextAreaElement.required πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.rows πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.select πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.select_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.selectionDirection πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLTextAreaElement.selectionEnd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.selectionStart πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.selectionchange_event πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.HTMLTextAreaElement.setSelectionRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.textLength πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.validationMessage πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.HTMLTextAreaElement.validity πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.HTMLTextAreaElement.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTextAreaElement.willValidate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.HTMLTextAreaElement.wrap πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.HTMLTimeElement πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.HTMLTimeElement.dateTime πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.HTMLTitleElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTitleElement.text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLTrackElement πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLTrackElement.kind πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLTrackElement.label πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLTrackElement.readyState πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLTrackElement.src πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLTrackElement.track πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.HTMLUListElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLUListElement.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLUListElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.HTMLUnknownElement πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.HTMLVideoElement πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLVideoElement.cancelVideoFrameCallback πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLVideoElement.disablePictureInPicture πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
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 πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.HTMLVideoElement.getVideoPlaybackQuality πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
Internet Explorer: Only works on Windows 8+.
api.HTMLVideoElement.height πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLVideoElement.leavepictureinpicture_event πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.HTMLVideoElement.playsInline πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.HTMLVideoElement.poster πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLVideoElement.requestPictureInPicture πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.HTMLVideoElement.requestVideoFrameCallback πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.HTMLVideoElement.resize_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Edge: The onresize event handler property is not supported.Internet Explorer: The onresize event handler property is not supported.
api.HTMLVideoElement.videoHeight πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLVideoElement.videoWidth πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HTMLVideoElement.width πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.HashChangeEvent πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.HashChangeEvent.HashChangeEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.HashChangeEvent.newURL πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.HashChangeEvent.oldURL πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
api.Headers πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.@@iterator Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.Headers πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.append πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.delete πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.entries Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.forEach Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.get πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
api.Headers.has πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.iterate_combined_duplicates Chrome3/9/2017 Chrome Android3/16/20177
api.Headers.iterate_lexicographically Chrome3/9/2017 Chrome Android3/16/20177
api.Headers.keys Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.set πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Headers.values Chrome4/14/2015 Chrome Android4/15/20151
api.Highlight πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.@@iterator Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.Highlight πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.add Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.clear Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.delete Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.entries Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.forEach Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.has Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.keys Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.priority πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.size Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.type πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Highlight.values Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.@@iterator Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.clear Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.delete Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.entries Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.forEach Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.get Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.has Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.highlightsFromPoint πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.HighlightRegistry.keys Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.set Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.size Chrome9/2/2022 Chrome Android9/2/2022
api.HighlightRegistry.values Chrome9/2/2022 Chrome Android9/2/2022
api.History πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.History.back πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.History.forward πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.History.go πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.History.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.History.pushState πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.History.state πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.IDBCursor πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBCursor.advance πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.continue πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.continuePrimaryKey πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.IDBCursor.delete πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.direction πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.key πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.key.binary_keys Chrome4/19/2017 Chrome Android4/25/20176
api.IDBCursor.primaryKey πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.request πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.IDBCursor.source πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.update πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursor.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursorWithValue πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBCursorWithValue.value πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBCursorWithValue.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBDatabase.abort_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Unknown limitations
api.IDBDatabase.close πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.close_event πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.IDBDatabase.createObjectStore πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.deleteObjectStore πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.name πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.objectStoreNames πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.transaction πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.version πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.versionchange_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBDatabase.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBFactory πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBFactory.cmp πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBFactory.databases πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.IDBFactory.deleteDatabase πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBFactory.open πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBIndex.count πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.get πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.getAll πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBIndex.getAll.object_parameter πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBIndex.getAll.object_parameter.direction πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBIndex.getAllKeys πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBIndex.getAllKeys.object_parameter πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBIndex.getAllKeys.object_parameter.direction πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBIndex.getAllRecords πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBIndex.getKey πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.keyPath πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.multiEntry πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.name πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.name.renaming_through_name_setter Chrome12/1/2016 Chrome Android12/6/20165
api.IDBIndex.objectStore πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.openCursor πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.openKeyCursor πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.unique πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBIndex.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBKeyRange.bound_static πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.includes πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.IDBKeyRange.lower πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.lowerBound_static πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.lowerOpen πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.only_static πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.upper πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.upperBound_static πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.upperOpen πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBKeyRange.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBObjectStore.add πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.autoIncrement πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.clear πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.count πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.createIndex πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.delete πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.deleteIndex πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.get πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.getAll πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBObjectStore.getAll.object_parameter πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBObjectStore.getAll.object_parameter.direction πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBObjectStore.getAllKeys πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBObjectStore.getAllKeys.object_parameter πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBObjectStore.getAllKeys.object_parameter.direction πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBObjectStore.getAllRecords πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBObjectStore.getKey πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBObjectStore.index πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.indexNames πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.keyPath πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.name πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.name.renaming_through_name_setter Chrome12/1/2016 Chrome Android12/6/20165
api.IDBObjectStore.openCursor πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.openKeyCursor πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.put πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.transaction πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBObjectStore.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBOpenDBRequest πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBOpenDBRequest.blocked_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBOpenDBRequest.upgradeneeded_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBOpenDBRequest.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRecord πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBRecord.key πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBRecord.primaryKey πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBRecord.value πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.IDBRequest πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBRequest.error πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.error.DOMException Chrome1/20/2016 Chrome Android1/26/20166
api.IDBRequest.error.transient_unrecoverable_read_errors πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
Chrome: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Chrome: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Chrome Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Chrome Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Opera: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Opera: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Opera Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Opera Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Samsung Internet: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Samsung Internet: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.WebView Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.WebView Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.
api.IDBRequest.error_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.readyState πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.result πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.source πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.success_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.transaction πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBRequest.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBTransaction.abort πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.abort_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.commit πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.IDBTransaction.complete_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.db πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.durability πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.IDBTransaction.error πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.error.DOMException Chrome1/20/2016 Chrome Android1/26/20166
api.IDBTransaction.error_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.mode πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.objectStore πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBTransaction.objectStoreNames πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.IDBTransaction.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBVersionChangeEvent πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.IDBVersionChangeEvent.IDBVersionChangeEvent πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.IDBVersionChangeEvent.newVersion πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBVersionChangeEvent.oldVersion πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.IDBVersionChangeEvent.worker_support Chrome11/6/2012 Chrome Android2/27/2013113
api.IIRFilterNode πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.IIRFilterNode.IIRFilterNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.IIRFilterNode.getFrequencyResponse πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.IdentityCredential πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.IdentityCredential.configURL πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.IdentityCredential.disconnect_static πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.IdentityCredential.isAutoSelected πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.IdentityCredential.token πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.IdentityCredentialError πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.IdentityCredentialError.IdentityCredentialError πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.IdentityCredentialError.error πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.IdentityCredentialError.url πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.IdentityProvider πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.IdentityProvider.close_static πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.IdentityProvider.getUserInfo_static πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.IdentityProvider.resolve_static πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.IdleDeadline πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.IdleDeadline.didTimeout πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.IdleDeadline.timeRemaining πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.IdleDetector πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.IdleDetector πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.change_event πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.requestPermission_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.screenState πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.start πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.IdleDetector.userState πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageBitmap πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.ImageBitmap.close πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ImageBitmap.height πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.ImageBitmap.width πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.ImageBitmapRenderingContext πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.ImageBitmapRenderingContext.canvas πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.ImageBitmapRenderingContext.transferFromImageBitmap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.ImageCapture πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ImageCapture.ImageCapture πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ImageCapture.getPhotoCapabilities πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ImageCapture.getPhotoSettings πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.ImageCapture.grabFrame πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ImageCapture.takePhoto πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ImageData πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ImageData.ImageData πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.ImageData.ImageData.settings_parameter Chrome7/20/2021 Chrome Android7/20/2021
api.ImageData.ImageData.settings_parameter.colorSpace_option πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
api.ImageData.ImageData.settings_parameter.pixelFormat_option πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.ImageData.colorSpace πŸ“‹Chrome7/20/2021 Chrome Android7/20/2021
api.ImageData.data πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ImageData.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ImageData.pixelFormat πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.ImageData.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ImageData.worker_support Chrome7/16/2014 Chrome Android7/16/2014
api.ImageDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.ImageDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.complete πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.completed πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.decode πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.isTypeSupported_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.reset πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.tracks πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageDecoder.type πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrack πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrack.animated πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrack.frameCount πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrack.repetitionCount πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrack.selected πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrackList πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrackList.length πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrackList.ready πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrackList.selectedIndex πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ImageTrackList.selectedTrack πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Ink πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Ink.requestPresenter πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.InputDeviceCapabilities πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.InputDeviceCapabilities.InputDeviceCapabilities πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.InputDeviceCapabilities.firesTouchEvents πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.InputDeviceInfo πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.InputDeviceInfo.getCapabilities πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.InputEvent πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.InputEvent πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.data πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.dataTransfer πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.getTargetRanges πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.inputType πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InputEvent.isComposing πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.InstallEvent πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.InstallEvent.InstallEvent πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.InstallEvent.addRoutes πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.InterestEvent Chrome10/28/2025 Chrome Android10/28/2025
api.InterestEvent.InterestEvent Chrome10/28/2025 Chrome Android10/28/2025
api.InterestEvent.source Chrome10/28/2025 Chrome Android10/28/2025
api.IntersectionObserver πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserver.IntersectionObserver πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
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 Chrome4/7/2020 Chrome Android4/7/2020
api.IntersectionObserver.delay πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.IntersectionObserver.disconnect πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserver.observe πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserver.root πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserver.rootMargin πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
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 Chrome12/5/2023 Chrome Android12/5/2023
api.IntersectionObserver.takeRecords πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserver.thresholds πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.IntersectionObserver.trackVisibility πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.IntersectionObserver.unobserve πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.boundingClientRect πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.intersectionRatio πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.intersectionRect πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.isIntersecting πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.IntersectionObserverEntry.isVisible πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.IntersectionObserverEntry.rootBounds πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.target πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.IntersectionObserverEntry.time πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.InterventionReportBody πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.columnNumber πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.id πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.lineNumber πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.message πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.sourceFile πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.InterventionReportBody.toJSON πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.KHR_parallel_shader_compile πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.Keyboard πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Keyboard.getLayoutMap πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Keyboard.lock πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Keyboard.unlock πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.KeyboardEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardEvent.KeyboardEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.KeyboardEvent.altKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardEvent.charCode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardEvent.code πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardEvent.getModifierState πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.getModifierState.key_parameter_accel Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_alt Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.getModifierState.key_parameter_altgraph Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_capslock Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_control Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.getModifierState.key_parameter_fn Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_meta Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.getModifierState.key_parameter_numlock Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_os Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_scrolllock Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.getModifierState.key_parameter_shift Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.getModifierState.key_parameter_symbol Chrome1/20/2016 Chrome Android1/26/20166
api.KeyboardEvent.initKeyboardEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardEvent.isComposing πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.KeyboardEvent.key πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
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 Chrome5/25/2016 Chrome Android6/8/201614
api.KeyboardEvent.key.non_printable_keys Chrome5/25/2016 Chrome Android6/8/201614
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 Chrome5/25/2016 Chrome Android6/8/201614
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.KeyboardEvent.metaKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.KeyboardLayoutMap πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.@@iterator Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.entries Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.forEach Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.get Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.has Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.keys Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.size Chrome9/4/2018 Chrome Android9/4/2018
api.KeyboardLayoutMap.values Chrome9/4/2018 Chrome Android9/4/2018
api.KeyframeEffect πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.KeyframeEffect.KeyframeEffect πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.KeyframeEffect.composite πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.KeyframeEffect.getKeyframes πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.KeyframeEffect.pseudoElement πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.KeyframeEffect.setKeyframes πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.KeyframeEffect.target πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.LargestContentfulPaint πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.element πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.id πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.loadTime πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.paintTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.LargestContentfulPaint.presentationTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
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 πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.renderTime.cross-origin Chrome2/4/2025 Chrome Android2/4/2025
api.LargestContentfulPaint.size πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.toJSON πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LargestContentfulPaint.url πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShift πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShift.hadRecentInput πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShift.lastInputTime πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShift.sources πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LayoutShift.toJSON πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShift.value πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.LayoutShiftAttribution πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LayoutShiftAttribution.currentRect πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LayoutShiftAttribution.node πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LayoutShiftAttribution.previousRect πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LayoutShiftAttribution.toJSON πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.LinearAccelerationSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.LinearAccelerationSensor.LinearAccelerationSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Location πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.ancestorOrigins πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
Deno: This value is always empty in Deno.
api.Location.assign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag.
api.Location.hash πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.host πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.hostname πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.origin πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.protocol πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Location.reload πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag.
api.Location.search πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.toString.
api.Lock πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Lock.mode πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Lock.name πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.LockManager πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.LockManager.query πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.LockManager.request πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.MIDIAccess πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIAccess.inputs πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIAccess.outputs πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIAccess.statechange_event πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Firefox: The onstatechange event handler is supported, but the event never fires. See bug 1802149.
api.MIDIAccess.sysexEnabled πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIConnectionEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIConnectionEvent.MIDIConnectionEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIConnectionEvent.port πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInput πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInput.midimessage_event πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.@@iterator Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.entries Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.forEach Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.get Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.has Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.keys Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.size Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIInputMap.values Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIMessageEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIMessageEvent.MIDIMessageEvent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIMessageEvent.data πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutput πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutput.send πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.@@iterator Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.entries Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.forEach Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.get Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.has Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.keys Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.size Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIOutputMap.values Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.close πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.connection πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.id πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.manufacturer πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.name πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.open πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.state πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.statechange_event πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.type πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.MIDIPort.version πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ML πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.ML.createContext πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLContext πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLContext.createConstantTensor πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.MLContext.createTensor πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.MLContext.destroy πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.MLContext.dispatch πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.MLContext.lost πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.MLContext.opSupportLimits πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.MLContext.readTensor πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.MLContext.writeTensor πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.MLGraph πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLGraph.destroy πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.MLGraphBuilder πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLGraphBuilder.MLGraphBuilder πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLGraphBuilder.abs πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLGraphBuilder.cast πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLGraphBuilder.conv2d πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
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 πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
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 πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
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 πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
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 πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
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 πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
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 πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
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 πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
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 πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
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 πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
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 πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.MLOperand.dataType πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.MLOperand.shape πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.MLTensor πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.MLTensor.constant πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.MLTensor.dataType πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.MLTensor.destroy πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.MLTensor.readable πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.MLTensor.shape πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.MLTensor.writable πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.Magnetometer πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Magnetometer.Magnetometer πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Magnetometer.x πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Magnetometer.y πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Magnetometer.z πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.MathMLElement πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.attributeStyleMap πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.autofocus πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.blur πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.dataset πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.focus πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.nonce πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.style πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MathMLElement.tabIndex πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MediaCapabilities πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.MediaCapabilities.decodingInfo πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
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 πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.MediaCapabilities.encodingInfo πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
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 πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDeviceInfo.deviceId πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDeviceInfo.groupId πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
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 πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDeviceInfo.label πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDeviceInfo.toJSON πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDevices πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaDevices.enumerateDevices πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
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.getSupportedConstraints πŸ“‹Chrome Android7/27/2016 Chrome8/31/201635
api.MediaDevices.getSupportedConstraints.return_object_property_aspectRatio πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_autoGainControl πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.MediaDevices.getSupportedConstraints.return_object_property_channelCount πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_deviceId πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_echoCancellation πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_facingMode πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_frameRate πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_groupId πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_height πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_latency πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_noiseSuppression πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.MediaDevices.getSupportedConstraints.return_object_property_resizeMode πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.MediaDevices.getSupportedConstraints.return_object_property_sampleRate πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_sampleSize πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getSupportedConstraints.return_object_property_width πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.MediaDevices.getUserMedia πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.MediaDevices.getUserMedia.secure_context_required Chrome8/31/2016 Chrome Android9/7/20167
api.MediaElementAudioSourceNode πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.MediaElementAudioSourceNode.MediaElementAudioSourceNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.MediaElementAudioSourceNode.mediaElement πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.MediaEncryptedEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaEncryptedEvent.MediaEncryptedEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaEncryptedEvent.initData πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaEncryptedEvent.initDataType πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaError πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.MediaError.code πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.MediaError.message πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaKeyMessageEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyMessageEvent.MediaKeyMessageEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyMessageEvent.message πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyMessageEvent.messageType πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.close πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.closed πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.expiration πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.generateRequest πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.keyStatuses πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.keystatuseschange_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.message_event πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.sessionId πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySession.update πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.@@iterator Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.entries Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.forEach Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.get πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.has πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.keys Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.size πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeyStatusMap.values Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySystemAccess πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySystemAccess.createMediaKeys πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeySystemAccess.getConfiguration πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeys πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeys.createSession πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaKeys.getStatusForPolicy πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.MediaKeys.setServerCertificate πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.appendMedium πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.deleteMedium πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.mediaText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaList.toString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MediaMetadata πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaMetadata.MediaMetadata πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaMetadata.album πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaMetadata.artist πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaMetadata.artwork πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaMetadata.chapterInfo πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.MediaMetadata.title πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaQueryList πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.MediaQueryList.EventTarget_inheritance Chrome Android11/12/2014 Chrome11/18/20146
api.MediaQueryList.addListener πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.MediaQueryList.change_event πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
api.MediaQueryList.matches πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.MediaQueryList.media πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.MediaQueryList.removeListener πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.MediaQueryListEvent πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
api.MediaQueryListEvent.MediaQueryListEvent πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
api.MediaQueryListEvent.matches πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
api.MediaQueryListEvent.media πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
api.MediaRecorder πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
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 πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaRecorder.MediaRecorder.options_parameter Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.audioBitrateMode πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.MediaRecorder.audioBitsPerSecond πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.dataavailable_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.error_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaRecorder.mimeType πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.pause_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.requestData πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.resume πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.resume_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.start πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MediaRecorder.start_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.state πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.stop_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaRecorder.stream πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.MediaSession πŸ“‹Chrome Android3/16/2017 Chrome3/12/2019726
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.metadata πŸ“‹Chrome Android3/16/2017 Chrome3/12/2019726
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.playbackState πŸ“‹Chrome Android3/16/2017 Chrome3/12/2019726
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.setActionHandler πŸ“‹Chrome Android3/16/2017 Chrome3/12/2019726
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.setActionHandler.hangup_type Chrome8/31/2021 Chrome Android8/31/2021
api.MediaSession.setActionHandler.nextslide_type Chrome3/7/2023 Chrome Android3/7/2023
api.MediaSession.setActionHandler.nexttrack_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.pause_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.play_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.previousslide_type Chrome3/7/2023 Chrome Android3/7/2023
api.MediaSession.setActionHandler.previoustrack_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.seekbackward_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.seekforward_type Chrome Android3/16/2017 Chrome3/12/2019726
api.MediaSession.setActionHandler.seekto_type Chrome10/22/2019 Chrome Android10/22/2019
api.MediaSession.setActionHandler.skipad_type Chrome8/20/2024 Chrome Android8/20/2024
api.MediaSession.setActionHandler.stop_type Chrome9/10/2019 Chrome Android9/10/2019
api.MediaSession.setActionHandler.togglecamera_type Chrome8/31/2021 Chrome Android8/31/2021
api.MediaSession.setActionHandler.togglemicrophone_type Chrome8/31/2021 Chrome Android8/31/2021
api.MediaSession.setCameraActive πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.MediaSession.setMicrophoneActive πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.MediaSession.setPositionState πŸ“‹Chrome Android3/16/2017 Chrome4/7/20201118
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSource πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
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 πŸ“‹Chrome11/12/2013 Chrome Android2/26/2014106
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.activeSourceBuffers πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.addSourceBuffer πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.canConstructInDedicatedWorker_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.duration πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.endOfStream πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.handle πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.removeSourceBuffer πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.setLiveSeekableRange πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.sourceBuffers πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.sourceclose_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.MediaSourceHandle πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.MediaStream πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.MediaStream.MediaStream πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.MediaStream.active πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.MediaStream.active_event Chrome4/14/2015 Chrome Android4/15/20151
api.MediaStream.addTrack πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStream.addtrack_event πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStream.clone πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.MediaStream.getAudioTracks πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
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 πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStream.getTracks πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.MediaStream.getVideoTracks πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
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 πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStream.inactive_event Chrome4/14/2015 Chrome Android4/15/20151
api.MediaStream.removeTrack πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStream.removetrack_event πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
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 πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.MediaStreamAudioDestinationNode.MediaStreamAudioDestinationNode πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.MediaStreamAudioDestinationNode.stream πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.MediaStreamAudioSourceNode πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.MediaStreamAudioSourceNode.MediaStreamAudioSourceNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.MediaStreamAudioSourceNode.mediaStream πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
api.MediaStreamEvent Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamEvent.MediaStreamEvent Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamEvent.stream Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.applyConstraints πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.aspectRatio_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.autoGainControl_constraint πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.MediaStreamTrack.applyConstraints.channelCount_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.deviceId_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
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 πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.MediaStreamTrack.applyConstraints.echoCancellation_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.all πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.MediaStreamTrack.applyConstraints.echoCancellation_constraint.remote-only πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.MediaStreamTrack.applyConstraints.facingMode_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.frameRate_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.groupId_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.height_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.latency_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.noiseSuppression_constraint πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.MediaStreamTrack.applyConstraints.resizeMode_constraint πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.MediaStreamTrack.applyConstraints.sampleRate_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.sampleSize_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.suppressLocalAudioPlayback_constraint πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.MediaStreamTrack.applyConstraints.volume_constraint Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.applyConstraints.width_constraint πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.clone πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.MediaStreamTrack.contentHint πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.MediaStreamTrack.enabled πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.ended_event πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.getCapabilities πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.getConstraints πŸ“‹Chrome Android7/27/2016 Chrome8/31/201635
api.MediaStreamTrack.getSettings πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.MediaStreamTrack.id πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.kind πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.label πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.mute_event πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.muted πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrack.stop πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.MediaStreamTrack.unmute_event πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrackEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrackEvent.MediaStreamTrackEvent πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.MediaStreamTrackEvent.track πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MediaStreamTrackGenerator Chrome9/21/2021 Chrome Android9/21/2021
api.MediaStreamTrackGenerator.MediaStreamTrackGenerator Chrome9/21/2021 Chrome Android9/21/2021
api.MediaStreamTrackGenerator.writable Chrome9/21/2021 Chrome Android9/21/2021
api.MediaStreamTrackProcessor πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
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 πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
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 πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.MessageChannel πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Available as a part of the worker_threads module.
api.MessageChannel.MessageChannel πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageChannel.port1 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageChannel.port2 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.MessageEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MessageEvent.data πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.initMessageEvent πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.lastEventId πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.origin πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.ports πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.MessageEvent.source πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessageEvent.userActivation Chrome1/29/2019 Chrome Android1/29/2019
api.MessagePort πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessagePort.message_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Supports the event, but only via Node EventEmitter.
api.MessagePort.messageerror_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter.
api.MessagePort.postMessage πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 Chrome1/29/2019 Chrome Android1/29/2019
api.MessagePort.start πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.MessagePort.worker_support Chrome1/25/2010 Chrome Android6/27/2012884
api.Metadata Chrome8/2/2011 Chrome Android6/27/2012330
api.Metadata.modificationTime Chrome8/2/2011 Chrome Android6/27/2012330
api.Metadata.size Chrome8/2/2011 Chrome Android6/27/2012330
api.MimeType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeType.description πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeType.enabledPlugin πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeType.suffixes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeType.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeTypeArray πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeTypeArray.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MimeTypeArray.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.MouseEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MouseEvent.altKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.button πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.buttons πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Firefox: Restrictions apply depending on OS.
api.MouseEvent.clientX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.clientY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.ctrlKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.getModifierState πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.MouseEvent.initMouseEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.layerX Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.layerY Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.metaKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.offsetX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.offsetY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.pageX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.pageY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.relatedTarget πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.relatedTarget.drag_events πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.MouseEvent.screenX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.screenY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.shiftKey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MouseEvent.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.MutationObserver πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MutationObserver.MutationObserver πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.MutationObserver.disconnect πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.MutationObserver.observe πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
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 πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.MutationRecord πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.addedNodes πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.attributeName πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.attributeNamespace πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.nextSibling πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.oldValue πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.previousSibling πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.removedNodes πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.target πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.MutationRecord.type πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.NamedNodeMap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.getNamedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.getNamedItemNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.removeNamedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.removeNamedItemNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.setNamedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NamedNodeMap.setNamedItemNS πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NavigateEvent πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.NavigateEvent πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.canIntercept πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.NavigateEvent.destination πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.downloadRequest πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.formData πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.hasUAVisualTransition πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.NavigateEvent.hashChange πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.info πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.intercept πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.NavigateEvent.intercept.precommitHandler_option πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.NavigateEvent.navigationType πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.scroll πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.NavigateEvent.signal πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigateEvent.sourceElement πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.NavigateEvent.userInitiated πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.activation πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.Navigation.back πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.canGoBack πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.canGoForward πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.currentEntry πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.currententrychange_event πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.entries πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.forward πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.navigate πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
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 πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.navigateerror_event πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.navigatesuccess_event πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.reload πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.transition πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.traverseTo πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Navigation.updateCurrentEntry πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationActivation πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.NavigationActivation.entry πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.NavigationActivation.from πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.NavigationActivation.navigationType πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.NavigationCurrentEntryChangeEvent πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationCurrentEntryChangeEvent.NavigationCurrentEntryChangeEvent πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationCurrentEntryChangeEvent.from πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationCurrentEntryChangeEvent.navigationType πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.getState πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.id πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.index πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.key πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.sameDocument πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationDestination.url πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.dispose_event πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.getState πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.id πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.index πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.key πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.sameDocument πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationHistoryEntry.url πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationPrecommitController πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.NavigationPrecommitController.addHandler πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.NavigationPrecommitController.redirect πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.NavigationPreloadManager πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.NavigationPreloadManager.disable πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.NavigationPreloadManager.enable πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.NavigationPreloadManager.getState πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.NavigationPreloadManager.setHeaderValue πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.NavigationTransition πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationTransition.committed πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.NavigationTransition.finished πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationTransition.from πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationTransition.navigationType πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.NavigationTransition.to πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Navigator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.adAuctionComponents πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.appCodeName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.appName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.appVersion πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.authentication Chrome5/29/2018 Chrome Android5/31/20182
api.Navigator.bluetooth πŸ“‹Chrome Android2/1/2017 Chrome10/16/2018622
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.canShare πŸ“‹Chrome Android6/4/2019 Chrome8/20/20241904
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 πŸ“‹Chrome Android7/30/2019 Chrome3/2/2021581
api.Navigator.canShare.data_text_parameter πŸ“‹Chrome Android7/30/2019 Chrome3/2/2021581
api.Navigator.clearAppBadge πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.clipboard πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Navigator.connection πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
api.Navigator.cookieEnabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.credentials πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Navigator.deprecatedReplaceInURN πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.deprecatedRunAdAuctionEnforcesKAnonymity πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.deviceMemory πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.Navigator.doNotTrack Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.Navigator.geolocation.secure_context_required Chrome12/1/2015 Chrome Android12/2/20151
api.Navigator.getBattery πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.Navigator.getBattery.secure_context_required Chrome6/21/2022 Chrome Android6/21/2022
api.Navigator.getGamepads πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.Navigator.getGamepads.secure_context_required Chrome10/20/2020 Chrome Android10/20/2020
api.Navigator.getInstalledRelatedApps πŸ“‹Chrome Android7/27/2020 Chrome8/25/202029
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.Navigator.getUserMedia πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Navigator.gpu πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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.ink πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Navigator.javaEnabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.joinAdInterestGroup πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.keyboard πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Navigator.language πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.locks πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Navigator.login πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.Navigator.managed πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.Navigator.maxTouchPoints πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.Navigator.mediaCapabilities πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Navigator.mediaDevices πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Navigator.mediaDevices.secure_context_required Chrome4/23/2019 Chrome Android4/24/20191
api.Navigator.mediaSession πŸ“‹Chrome Android3/16/2017 Chrome3/12/2019726
api.Navigator.mimeTypes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.ml πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.Navigator.onLine πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Navigator.permissions πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Navigator.platform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.presentation πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Navigator.product πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.productSub πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.requestMIDIAccess πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 Chrome5/19/2015 Chrome Android5/27/20158
api.Navigator.requestMediaKeySystemAccess πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.scheduling πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.Navigator.sendBeacon πŸ“‹Chrome11/18/2014 Chrome Android4/15/2015148
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.serviceWorker πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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.share πŸ“‹Chrome Android9/5/2017 Chrome8/20/20242541
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 πŸ“‹Chrome Android7/30/2019 Chrome3/2/2021581
api.Navigator.share.data_text_parameter πŸ“‹Chrome Android7/30/2019 Chrome3/2/2021581
api.Navigator.storage πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.Navigator.storageBuckets πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.Navigator.updateAdInterestGroups πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.Navigator.usb πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes navigator.usb, but does not support WebUSB. See bug 41441927.
api.Navigator.userActivation πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.Navigator.userAgent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.userAgentData πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.Navigator.userAgentData.secure_context_required Chrome4/13/2021 Chrome Android4/13/2021
api.Navigator.vendor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.vendorSub πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Navigator.vibrate πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Navigator.wakeLock πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.Navigator.xr πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.NavigatorLogin πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.NavigatorLogin.setStatus πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.NavigatorManagedData πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.NavigatorManagedData.getManagedConfiguration πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.NavigatorManagedData.managedconfigurationchange_event πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.NavigatorUAData πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.NavigatorUAData.brands πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.NavigatorUAData.getHighEntropyValues πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
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 πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.NavigatorUAData.platform πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.NavigatorUAData.toJSON πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.NetworkInformation πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
api.NetworkInformation.change_event πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
Firefox for Android: On Firefox, the event handler property corresponding to the change event is ontypechange.
api.NetworkInformation.downlink πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
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.downlinkMax πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
Chrome: Only supported on ChromeOS
api.NetworkInformation.effectiveType πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
api.NetworkInformation.rtt πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
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 πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.NetworkInformation.type πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
Chrome: Only supported on ChromeOS
api.NetworkInformation.worker_support Chrome Android10/8/2014 Chrome9/5/20171063
api.Node πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.baseURI πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.childNodes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.cloneNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.compareDocumentPosition πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Internet Explorer: Only supports contains for elements
api.Node.contains πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
Internet Explorer: Only supported for HTMLElement, not all Node objects.
api.Node.firstChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.getRootNode πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Node.hasChildNodes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.insertBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.isConnected πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.Node.isDefaultNamespace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.isEqualNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.isSameNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.lastChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.lookupNamespaceURI πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.lookupPrefix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.nextSibling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.nodeName πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.nodeType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.nodeValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.normalize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.ownerDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.previousSibling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.removeChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.replaceChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.selectstart_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Node.textContent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.detach πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.filter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.nextNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.pointerBeforeReferenceNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.previousNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.referenceNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.root πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeIterator.whatToShow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeList.@@iterator πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.NodeList.entries Chrome5/25/2016 Chrome Android6/8/201614
api.NodeList.forEach πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.NodeList.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeList.keys Chrome5/25/2016 Chrome Android6/8/201614
api.NodeList.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.NodeList.values Chrome5/25/2016 Chrome Android6/8/201614
api.NotRestoredReasonDetails πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasonDetails.reason πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasonDetails.toJSON Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.children πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.id πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.name πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.reasons πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.src πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.toJSON Chrome5/14/2024 Chrome Android5/14/2024
api.NotRestoredReasons.url πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Notification πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
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 πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
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 πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Notification.badge πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Notification.body πŸ“‹Chrome2/20/2014 Chrome Android4/15/2015419
api.Notification.click_event πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.close πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.close_event πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.data πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.Notification.dir πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.error_event πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.icon πŸ“‹Chrome2/20/2014 Chrome Android4/15/2015419
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.Notification.lang πŸ“‹Chrome2/20/2014 Chrome Android4/15/2015419
api.Notification.maxActions_static πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.Notification.permission_static πŸ“‹Chrome1/14/2014 Chrome Android4/15/2015456
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 πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.Notification.requestPermission_static πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
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 Chrome12/1/2015 Chrome Android12/2/20151
api.Notification.requireInteraction πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
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 Chrome10/17/2017 Chrome Android10/24/20177
api.Notification.show_event πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
api.Notification.silent πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Notification.tag πŸ“‹Chrome6/26/2012 Chrome Android4/15/20151023
Safari: The property can be set, but has no effect.
api.Notification.timestamp πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.Notification.title πŸ“‹Chrome2/20/2014 Chrome Android4/15/2015419
api.Notification.vibrate πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Notification.worker_support Chrome4/14/2015 Chrome Android4/15/20151
api.NotificationEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.NotificationEvent.notification πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.OES_draw_buffers_indexed πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.blendEquationSeparateiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.blendEquationiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.blendFuncSeparateiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.blendFunciOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.colorMaskiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.disableiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_draw_buffers_indexed.enableiOES πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.OES_element_index_uint πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OES_fbo_render_mipmap πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.OES_standard_derivatives πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.OES_texture_float πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.OES_texture_float_linear πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
Safari on iOS: Only supported on iPadOS.WebView on iOS: Only supported on iPadOS.
api.OES_texture_half_float πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.OES_texture_half_float_linear πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.OES_vertex_array_object πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OES_vertex_array_object.bindVertexArrayOES πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OES_vertex_array_object.createVertexArrayOES πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OES_vertex_array_object.deleteVertexArrayOES πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OES_vertex_array_object.isVertexArrayOES πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.OTPCredential πŸ“‹Chrome Android7/27/2020 Chrome8/31/2021400
api.OTPCredential.code πŸ“‹Chrome Android7/27/2020 Chrome8/31/2021400
api.OVR_multiview2 πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
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 πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.Observable πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.Observable πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.catch πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.drop πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.every πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.filter πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.finally πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.find πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.first πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.flatMap πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.forEach πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.from_static πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.inspect πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.last πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.map πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.reduce πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.some πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.subscribe πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.switchMap πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.take πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.takeUntil πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Observable.toArray πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.OfflineAudioCompletionEvent πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.OfflineAudioCompletionEvent.OfflineAudioCompletionEvent πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.OfflineAudioCompletionEvent.renderedBuffer πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.OfflineAudioContext πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.OfflineAudioContext.OfflineAudioContext πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.OfflineAudioContext.OfflineAudioContext.options_parameter Chrome10/17/2017 Chrome Android10/24/20177
api.OfflineAudioContext.complete_event πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.OfflineAudioContext.length πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.OfflineAudioContext.resume πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
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 πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.OfflineAudioContext.startRendering.returns_promise Chrome4/14/2015 Chrome Android4/15/20151
api.OfflineAudioContext.suspend πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.OffscreenCanvas πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.OffscreenCanvas πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.contextlost_event πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvas.contextrestored_event πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvas.convertToBlob πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.convertToBlob.option_type_parameter_webp Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.getContext πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.getContext.2d_context Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.getContext.bitmaprenderer_context Chrome7/30/2019 Chrome Android7/30/2019
api.OffscreenCanvas.getContext.webgl2_context Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.getContext.webgl_context Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.getContext.webgpu_context πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.transferToImageBitmap πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvas.width πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.arc πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.arcTo πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.beginPath πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.bezierCurveTo πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.canvas πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.clearRect πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.clip πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.closePath πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.createConicGradient πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.createImageData πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.createLinearGradient πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.createPattern πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.createRadialGradient πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.direction πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.drawImage πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.ellipse πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.fill πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.fillRect πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.fillStyle πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.fillText πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.filter πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.font πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.fontStretch πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.fontVariantCaps πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.getContextAttributes πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.OffscreenCanvasRenderingContext2D.getImageData πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.getLineDash πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.getTransform πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.OffscreenCanvasRenderingContext2D.globalAlpha πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.globalCompositeOperation πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.imageSmoothingEnabled πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.imageSmoothingQuality πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.isContextLost πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.isPointInPath πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.isPointInStroke πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.lang πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.OffscreenCanvasRenderingContext2D.letterSpacing πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.lineCap πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.lineDashOffset πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.lineJoin πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.lineTo πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.lineWidth πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.measureText πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.miterLimit πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.moveTo πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.putImageData πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.quadraticCurveTo πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.rect πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.reset πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.resetTransform πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.restore πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.rotate πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.roundRect πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.save πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.scale πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.setLineDash πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.setTransform πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.shadowBlur πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.shadowColor πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.shadowOffsetX πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.shadowOffsetY πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.stroke πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.strokeRect πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.strokeStyle πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.strokeText πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.textAlign πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.textBaseline πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.textRendering πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OffscreenCanvasRenderingContext2D.transform πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.translate πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.OffscreenCanvasRenderingContext2D.wordSpacing πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.OrientationSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.OrientationSensor.populateMatrix πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.OrientationSensor.quaternion πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Origin πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Origin.Origin πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Origin.from_static πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Origin.isSameOrigin πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Origin.isSameSite πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Origin.opaque πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.OscillatorNode πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.OscillatorNode.OscillatorNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.OscillatorNode.detune πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.OscillatorNode.frequency πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.OscillatorNode.setPeriodicWave πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.OscillatorNode.type πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
api.OverconstrainedError πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.OverconstrainedError.OverconstrainedError πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.OverconstrainedError.constraint πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.PageRevealEvent πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PageRevealEvent.PageRevealEvent πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.PageRevealEvent.viewTransition πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.PageSwapEvent πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.PageSwapEvent.PageSwapEvent πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.PageSwapEvent.activation πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.PageSwapEvent.viewTransition πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.PageTransitionEvent πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.PageTransitionEvent.PageTransitionEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.PageTransitionEvent.persisted πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.beginPath πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.clearRect πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.clip πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.createLinearGradient πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.createPattern πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.createRadialGradient πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.drawImage πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.fill πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.fillRect πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.fillStyle πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.filter Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.getLineDash πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.getTransform πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.PaintRenderingContext2D.globalAlpha πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.globalCompositeOperation πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.imageSmoothingEnabled πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.imageSmoothingQuality πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.PaintRenderingContext2D.isPointInPath πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.isPointInStroke πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.lineCap πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.lineDashOffset πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.lineJoin πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.lineWidth πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.miterLimit πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.resetTransform πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.restore πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.rotate πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.save πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.scale πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.setLineDash πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.setTransform πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.PaintRenderingContext2D.shadowBlur πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.shadowColor πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.shadowOffsetX πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.shadowOffsetY πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.stroke πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.strokeRect πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.strokeStyle πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.transform πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintRenderingContext2D.translate πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintSize πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintSize.height πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintSize.width πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintWorkletGlobalScope πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintWorkletGlobalScope.devicePixelRatio πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PaintWorkletGlobalScope.registerPaint πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PannerNode πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.PannerNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PannerNode.coneInnerAngle πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.coneOuterAngle πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.coneOuterGain πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.distanceModel πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.maxDistance πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.orientationX πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.orientationY πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.orientationZ πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.panningModel πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.positionX πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.positionY πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.positionZ πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PannerNode.refDistance πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.rolloffFactor πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.setOrientation πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PannerNode.setPosition πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
api.PasswordCredential πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.PasswordCredential.PasswordCredential πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.PasswordCredential.iconURL πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.PasswordCredential.name πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
api.PasswordCredential.password πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Path2D πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.Path2D πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
Edge: Before Edge 79, the constructor for Path2D objects does not support invocation with a string consisting of SVG path data.
api.Path2D.addPath πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.Path2D.arc πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.arcTo πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.bezierCurveTo πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.closePath πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.ellipse πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.lineTo πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.moveTo πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.quadraticCurveTo πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.rect πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.Path2D.roundRect πŸ“‹Chrome3/1/2022 Chrome Android3/1/2022
api.PaymentAddress Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.addressLine Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.city Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.country Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.dependentLocality Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.organization Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.phone Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.postalCode Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.recipient Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.region Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.sortingCode Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentAddress.toJSON Chrome Android12/6/2016 Chrome7/25/2017231
api.PaymentManager πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentManager.enableDelegations πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PaymentManager.secure_context_required Chrome2/20/2024 Chrome Android2/20/2024
api.PaymentManager.userHint πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentMethodChangeEvent πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentMethodChangeEvent.PaymentMethodChangeEvent πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentMethodChangeEvent.methodDetails πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentMethodChangeEvent.methodName πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentRequest πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.PaymentRequest πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method Chrome10/19/2021 Chrome Android10/19/2021
api.PaymentRequest.abort πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.canMakePayment πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.id πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PaymentRequest.paymentmethodchange_event πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentRequest.securePaymentConfirmationAvailability_static πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.PaymentRequest.shippingAddress Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.shippingOption Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.shippingType Chrome Android12/6/2016 Chrome7/25/2017231
api.PaymentRequest.shippingaddresschange_event Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.shippingoptionchange_event Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequest.show πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequestEvent πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.PaymentRequestEvent πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.changePaymentMethod πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PaymentRequestEvent.changeShippingAddress πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PaymentRequestEvent.changeShippingOption πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PaymentRequestEvent.methodData πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.modifiers πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.openWindow πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.paymentOptions πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PaymentRequestEvent.paymentRequestId πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.paymentRequestOrigin πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.respondWith πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.shippingOptions πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PaymentRequestEvent.topOrigin πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestEvent.total πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.PaymentRequestUpdateEvent πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentRequestUpdateEvent.secure_context_required Chrome2/20/2024 Chrome Android2/20/2024
api.PaymentRequestUpdateEvent.updateWith πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.complete πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.details πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.methodName πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.payerEmail πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.payerName πŸ“‹Chrome Android2/1/2017 Chrome7/25/2017174
api.PaymentResponse.payerPhone πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.payerdetailchange_event πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.PaymentResponse.requestId πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PaymentResponse.retry πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.PaymentResponse.shippingAddress πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.shippingOption πŸ“‹Chrome Android9/7/2016 Chrome7/25/2017321
api.PaymentResponse.toJSON Chrome Android12/6/2016 Chrome7/25/2017231
api.Performance πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Node.js: Only available as an internal instance.
api.Performance.clearMarks πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Performance.clearMeasures πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Performance.clearResourceTimings πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.Performance.eventCounts πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.Performance.getEntries πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.Performance.getEntriesByName πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.Performance.getEntriesByType πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.Performance.interactionCount πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.Performance.mark πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.Performance.mark.markOptions_detail_devtools_parameter Chrome8/20/2024 Chrome Android8/20/2024
api.Performance.mark.markOptions_parameter Chrome10/22/2019 Chrome Android10/22/2019
api.Performance.mark.returns_performancemark Chrome10/22/2019 Chrome Android10/22/2019
api.Performance.measure πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.Performance.measure.measureOptions_detail_devtools_parameter Chrome8/20/2024 Chrome Android8/20/2024
api.Performance.measure.measureOptions_parameter Chrome9/10/2019 Chrome Android9/10/2019
api.Performance.measure.returns_performancemeasure Chrome10/22/2019 Chrome Android10/22/2019
api.Performance.measureUserAgentSpecificMemory πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.Performance.memory Chrome10/19/2010 Chrome Android6/27/2012617
api.Performance.navigation πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.Performance.now πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
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 πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.Performance.setResourceTimingBufferSize πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.Performance.timeOrigin πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
api.Performance.timing πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Node.js: Returns node specific timing object
api.Performance.toJSON πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.PerformanceElementTiming πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.element πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.id πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.identifier πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.intersectionRect πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.loadTime πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.naturalHeight πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.naturalWidth πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.paintTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceElementTiming.presentationTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceElementTiming.renderTime πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.renderTime.cross-origin Chrome2/4/2025 Chrome Android2/4/2025
api.PerformanceElementTiming.toJSON πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceElementTiming.url πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PerformanceEntry πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Node.js: Available as a part of the perf_hooks module.
api.PerformanceEntry.duration πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.PerformanceEntry.entryType πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.PerformanceEntry.name πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.PerformanceEntry.startTime πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.PerformanceEntry.toJSON πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.PerformanceEntry.worker_support Chrome10/17/2017 Chrome Android10/24/20177
Node.js: Available as a part of the perf_hooks module.
api.PerformanceEventTiming πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceEventTiming.cancelable πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceEventTiming.interactionId πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.PerformanceEventTiming.processingEnd πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceEventTiming.processingStart πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceEventTiming.target πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.PerformanceEventTiming.toJSON πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceLongAnimationFrameTiming πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.blockingDuration πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.firstUIEventTimestamp πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.paintTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceLongAnimationFrameTiming.presentationTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceLongAnimationFrameTiming.renderStart πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.scripts πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.styleAndLayoutStart πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongAnimationFrameTiming.toJSON πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceLongTaskTiming πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.PerformanceLongTaskTiming.attribution πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.PerformanceLongTaskTiming.toJSON πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.PerformanceMark πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
Node.js: Available as a part of the perf_hooks module.
api.PerformanceMark.PerformanceMark πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.PerformanceMark.detail πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.PerformanceMeasure πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
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 πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.PerformanceNavigation πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.PerformanceNavigation.redirectCount πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.PerformanceNavigation.toJSON πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
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 πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.activationStart πŸ“‹Chrome Android3/16/2017 Chrome11/29/20222084
api.PerformanceNavigationTiming.confidence πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceNavigationTiming.criticalCHRestart πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.PerformanceNavigationTiming.domComplete πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.domContentLoadedEventEnd πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.domContentLoadedEventStart πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.domInteractive πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.loadEventEnd πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.loadEventStart πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.notRestoredReasons πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.PerformanceNavigationTiming.redirectCount πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.toJSON πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.type πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.unloadEventEnd πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceNavigationTiming.unloadEventStart πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PerformanceObserver πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Node.js: Available as a part of the perf_hooks module.
api.PerformanceObserver.PerformanceObserver πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformanceObserver.PerformanceObserver.droppedEntriesCount πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.PerformanceObserver.disconnect πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformanceObserver.observe πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformanceObserver.supportedEntryTypes_static πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.PerformanceObserver.takeRecords πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceObserver.worker_support Chrome10/17/2017 Chrome Android10/24/20177
api.PerformanceObserverEntryList πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
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 πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformanceObserverEntryList.getEntriesByName πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformanceObserverEntryList.getEntriesByType πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.PerformancePaintTiming πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PerformancePaintTiming.first-contentful-paint πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PerformancePaintTiming.first-paint πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PerformancePaintTiming.paintTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformancePaintTiming.presentationTime πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformancePaintTiming.toJSON πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.PerformanceResourceTiming πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.connectStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.contentEncoding πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
api.PerformanceResourceTiming.decodedBodySize πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.PerformanceResourceTiming.deliveryType πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.PerformanceResourceTiming.deliveryType.navigational-prefetch Chrome9/12/2023 Chrome Android9/12/2023
api.PerformanceResourceTiming.domainLookupEnd πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.domainLookupStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.encodedBodySize πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.PerformanceResourceTiming.fetchStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.finalResponseHeadersStart πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.PerformanceResourceTiming.firstInterimResponseStart πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.PerformanceResourceTiming.initiatorType πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Node.js: Since v18.2.0, the value can be returned by toJSON(), but can not accessed via property getter.
api.PerformanceResourceTiming.nextHopProtocol πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.PerformanceResourceTiming.redirectEnd πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.redirectStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.renderBlockingStatus πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.PerformanceResourceTiming.requestStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.responseEnd πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.responseStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.responseStatus πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.PerformanceResourceTiming.secureConnectionStart πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceResourceTiming.serverTiming πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceResourceTiming.toJSON πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.PerformanceResourceTiming.transferSize πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.PerformanceResourceTiming.workerCacheLookupStart πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.PerformanceResourceTiming.workerRouterEvaluationStart πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.PerformanceResourceTiming.workerStart πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.PerformanceResourceTiming.worker_support Chrome5/19/2015 Chrome Android5/27/20158
api.PerformanceScriptTiming πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.executionStart πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.forcedStyleAndLayoutDuration πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.invoker πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.invokerType πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.pauseDuration πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.sourceCharPosition πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.sourceFunctionName πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.sourceURL πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.toJSON πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.window πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceScriptTiming.windowAttribution πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.PerformanceServerTiming πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceServerTiming.description πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceServerTiming.duration πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceServerTiming.name πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceServerTiming.toJSON πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.PerformanceTiming πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.connectEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.connectStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domComplete πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domContentLoadedEventEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domContentLoadedEventStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domInteractive πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domLoading πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domainLookupEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.domainLookupStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.fetchStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.loadEventEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.loadEventStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.navigationStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.redirectEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.redirectStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.requestStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.responseEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.responseStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.secureConnectionStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.toJSON πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.PerformanceTiming.unloadEventEnd πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTiming.unloadEventStart πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.PerformanceTimingConfidence πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceTimingConfidence.randomizedTriggerRate πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceTimingConfidence.toJSON πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PerformanceTimingConfidence.value πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.PeriodicSyncEvent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncEvent.PeriodicSyncEvent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncEvent.tag πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncManager πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncManager.getTags πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncManager.register πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicSyncManager.unregister πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.PeriodicWave πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.PeriodicWave.PeriodicWave πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PermissionStatus πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.PermissionStatus.change_event πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.PermissionStatus.state πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.Permissions πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Permissions.permission_accelerometer Chrome10/17/2017 Chrome Android10/24/20177
api.Permissions.permission_ambient-light-sensor Chrome10/17/2017 Chrome Android10/24/20177
api.Permissions.permission_background-sync Chrome10/17/2017 Chrome Android10/24/20177
api.Permissions.permission_camera Chrome1/23/2018 Chrome Android1/23/2018
api.Permissions.permission_clipboard-read Chrome1/23/2018 Chrome Android1/23/2018
api.Permissions.permission_clipboard-write πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.Permissions.permission_geolocation Chrome5/19/2015 Chrome Android5/27/20158
api.Permissions.permission_gyroscope Chrome5/25/2016 Chrome Android6/8/201614
api.Permissions.permission_magnetometer Chrome10/17/2017 Chrome Android10/24/20177
api.Permissions.permission_microphone Chrome1/23/2018 Chrome Android1/23/2018
api.Permissions.permission_midi πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Permissions.permission_notifications Chrome5/19/2015 Chrome Android5/27/20158
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 Chrome4/17/2018 Chrome Android4/17/2018
api.Permissions.permission_persistent-storage Chrome12/4/2018 Chrome Android12/4/2018
api.Permissions.permission_push Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome10/31/2023 Chrome Android12/5/202335
api.Permissions.permission_top-level-storage-access πŸ“‹Chrome5/2/2023 Chrome Android12/5/2023217
api.Permissions.query πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Permissions.request πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.Permissions.requestAll Chrome1/20/2016 Chrome Android1/26/20166
api.Permissions.revoke πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.PictureInPictureEvent πŸ“‹Chrome8/25/2020 Chrome Android9/2/2022738
api.PictureInPictureEvent.PictureInPictureEvent πŸ“‹Chrome8/25/2020 Chrome Android9/2/2022738
api.PictureInPictureEvent.pictureInPictureWindow πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.PictureInPictureWindow πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.PictureInPictureWindow.height πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.PictureInPictureWindow.resize_event πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.PictureInPictureWindow.width πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.Plugin πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Plugin.description πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Plugin.filename πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Plugin.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Plugin.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Plugin.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.PluginArray.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.PluginArray.namedItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: See MSDN Pointer events updates.
api.PointerEvent.PointerEvent πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: See MSDN Pointer events updates.
api.PointerEvent.PointerEvent.options_altitudeAngle_parameter Chrome10/20/2020 Chrome Android10/20/2020
api.PointerEvent.PointerEvent.options_azimuthAngle_parameter Chrome10/20/2020 Chrome Android10/20/2020
api.PointerEvent.altitudeAngle πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.PointerEvent.azimuthAngle πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.PointerEvent.getCoalescedEvents πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
Firefox for Android: The method always returns an empty array, regardless of the user's actions.
api.PointerEvent.getPredictedEvents πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.PointerEvent.height πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: Returns values in screen pixels instead of CSS document pixels.
api.PointerEvent.isPrimary πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PointerEvent.persistentDeviceId πŸ“‹Chrome8/20/2024 Chrome Android8/20/2024
api.PointerEvent.pointerId πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PointerEvent.pointerType πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: Returns an integer enumeration instead of a string.
api.PointerEvent.pointerType.fractional_coordinates Chrome1/23/2018 Chrome Android1/23/2018
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 πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: Returns 0 instead of 0.5 on hardware that doesn't support pressure.
api.PointerEvent.tangentialPressure πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PointerEvent.tiltX πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PointerEvent.tiltY πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.PointerEvent.twist πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PointerEvent.width πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
Internet Explorer: Returns values in screen pixels instead of CSS document pixels.
api.PopStateEvent πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.PopStateEvent.PopStateEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.PopStateEvent.hasUAVisualTransition πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.PopStateEvent.state πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Presentation πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Presentation.defaultRequest πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Presentation.receiver πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationAvailability πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationAvailability.change_event πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationAvailability.value πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.binaryType πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.close πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.PresentationConnection.close_event Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnection.connect_event Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnection.id πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.message_event Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.send πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.state πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnection.terminate πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.PresentationConnection.terminate_event Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnection.url πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.PresentationConnectionAvailableEvent πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnectionAvailableEvent.connection πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationConnectionCloseEvent πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnectionCloseEvent.message πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnectionCloseEvent.reason πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.PresentationConnectionList πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationConnectionList.connectionavailable_event Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationConnectionList.connections πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationReceiver πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationReceiver.connectionList πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.PresentationRequest πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationRequest.PresentationRequest πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationRequest.connectionavailable_event πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationRequest.getAvailability πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationRequest.reconnect πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.PresentationRequest.secure_context_required Chrome9/5/2017 Chrome Android9/5/2017
api.PresentationRequest.start πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.ProcessingInstruction πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProcessingInstruction.sheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProcessingInstruction.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Profiler πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Profiler.Profiler πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Profiler.sampleInterval πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Profiler.stop πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Profiler.stopped πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.ProgressEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProgressEvent.ProgressEvent πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.ProgressEvent.ProgressEvent.loaded_total_options_accept_double Chrome4/29/2025 Chrome Android4/29/2025
api.ProgressEvent.lengthComputable πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProgressEvent.loaded πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProgressEvent.total πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ProgressEvent.worker_support Chrome12/1/2015 Chrome Android12/2/20151
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 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.PromiseRejectionEvent.PromiseRejectionEvent πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.PromiseRejectionEvent.promise πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.PromiseRejectionEvent.reason πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.ProtectedAudience πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.ProtectedAudience.queryFeatureSupport πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.PublicKeyCredential πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.authenticatorAttachment πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.PublicKeyCredential.getClientCapabilities_static πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.PublicKeyCredential.getClientExtensionResults πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.isConditionalMediationAvailable_static πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable_static πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.parseCreationOptionsFromJSON_static πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.PublicKeyCredential.parseRequestOptionsFromJSON_static πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.PublicKeyCredential.rawId πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.response πŸ“‹Chrome5/29/2018 Chrome Android10/17/2018141
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.signalAllAcceptedCredentials_static πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.PublicKeyCredential.signalCurrentUserDetails_static πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.PublicKeyCredential.signalUnknownCredential_static πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.PublicKeyCredential.toJSON πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.PushEvent πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 Chrome4/14/2015 Chrome Android4/15/20151
api.PushManager.permissionState πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
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 Chrome4/14/2015 Chrome Android4/15/20151
api.PushManager.registrations Chrome4/14/2015 Chrome Android4/15/20151
api.PushManager.subscribe πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 Chrome4/14/2015 Chrome Android4/15/20151
api.PushMessageData πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.PushMessageData.json πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 Chrome4/14/2015 Chrome Android4/15/20151
api.PushSubscription.toJSON πŸ“‹Chrome4/14/2015 Chrome Android4/13/2016365
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 πŸ“‹Chrome4/14/2015 Chrome Android4/13/2016365
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.PushSubscriptionChangeEvent πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
Firefox: Before Firefox 137, The pushsubscriptionchange event is fired, but does not have the oldSubscription and newSubscription properties. See bug 1635524.Firefox for Android: Before Firefox for Android 137, The pushsubscriptionchange event is fired, but does not have the oldSubscription and newSubscription properties. See bug 1635524.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.PushSubscriptionChangeEvent.PushSubscriptionChangeEvent πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
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.PushSubscriptionChangeEvent.newSubscription πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
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.PushSubscriptionChangeEvent.oldSubscription πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
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 πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.QuotaExceededError.QuotaExceededError πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.QuotaExceededError.quota πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.QuotaExceededError.requested πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.RTCCertificate πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.RTCCertificate.expires πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.RTCCertificate.getFingerprints πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.RTCDTMFSender πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFSender.canInsertDTMF πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFSender.insertDTMF πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFSender.toneBuffer πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFSender.tonechange_event πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFToneChangeEvent πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFToneChangeEvent.RTCDTMFToneChangeEvent πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDTMFToneChangeEvent.tone πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.RTCDataChannel πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.binaryType πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.binaryType.arraybuffer_value Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.binaryType.blob_value Chrome9/17/2024 Chrome Android9/17/2024
api.RTCDataChannel.bufferedAmount πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.bufferedAmountLowThreshold πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.RTCDataChannel.bufferedamountlow_event πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
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 πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.close_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.closing_event πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCDataChannel.error_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.id πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.RTCDataChannel.label πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.maxPacketLifeTime πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCDataChannel.maxRetransmits πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.RTCDataChannel.message_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.negotiated πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.RTCDataChannel.open_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.ordered πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.RTCDataChannel.protocol πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
api.RTCDataChannel.readyState πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.reliable Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.sctp_sdp_21 Chrome4/19/2017 Chrome Android4/25/20176
api.RTCDataChannel.send πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannel.transferable πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
api.RTCDataChannelEvent πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDataChannelEvent.RTCDataChannelEvent πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCDataChannelEvent.channel πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCDtlsTransport πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCDtlsTransport.error_event Chrome1/29/2019 Chrome Android1/29/2019
api.RTCDtlsTransport.getRemoteCertificates πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCDtlsTransport.iceTransport πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCDtlsTransport.state πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCDtlsTransport.statechange_event Chrome1/29/2019 Chrome Android1/29/2019
api.RTCEncodedAudioFrame πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_audioLevel_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_captureTime_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_contributingSources_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_mimeType_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_payloadType_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_receiveTime_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_rtpTimestamp_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_sequenceNumber_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_synchronizationSource_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.data πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedAudioFrame.getMetadata πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedAudioFrame.getMetadata.return_object_property_audioLevel πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.RTCEncodedAudioFrame.getMetadata.return_object_property_captureTime πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_contributingSources πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_mimeType πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_payloadType πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_receiveTime πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_rtpTimestamp πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_sequenceNumber πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.getMetadata.return_object_property_synchronizationSource πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedAudioFrame.timestamp Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedVideoFrame πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_contributingSources_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_dependencies_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_frameId_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_height_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_mimeType_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_payloadType_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_receiveTime_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_rtpTimestamp_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_spatialIndex_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_synchronizationSource_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_temporalIndex_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_width_parameter πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.data πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedVideoFrame.getMetadata πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedVideoFrame.getMetadata.return_object_property_contributingSources πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_dependencies πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_frameId πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_height πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_mimeType πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_payloadType πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_receiveTime πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_rtpTimestamp πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_spatialIndex πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_synchronizationSource πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_temporalIndex πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.getMetadata.return_object_property_width πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
api.RTCEncodedVideoFrame.timestamp Chrome10/20/2020 Chrome Android10/20/2020
api.RTCEncodedVideoFrame.type πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCError πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.RTCError πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.errorDetail πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.httpRequestStatusCode πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.receivedAlert πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.sctpCauseCode πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.sdpLineNumber πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCError.sentAlert πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCErrorEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCErrorEvent.RTCErrorEvent πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCErrorEvent.error πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCIceCandidate.RTCIceCandidate πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.candidate πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.foundation πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.port πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.priority πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.protocol πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.relatedAddress πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.relatedPort πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.relayProtocol πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
Firefox: See bug 1886013.Firefox for Android: See bug 1886013.
api.RTCIceCandidate.sdpMLineIndex πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.toJSON πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.RTCIceCandidate.type πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCIceCandidate.url πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
Firefox: See bug 1886013.Firefox for Android: See bug 1886013.
api.RTCIceCandidate.usernameFragment πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
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 πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.gatheringState πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.gatheringstatechange_event πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.getLocalCandidates πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.getLocalParameters πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.getRemoteCandidates πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.getRemoteParameters πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.getSelectedCandidatePair πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.role πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.selectedcandidatepairchange_event πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.state πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCIceTransport.statechange_event πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCPeerConnection πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCPeerConnection.RTCPeerConnection πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.RTCPeerConnection.RTCPeerConnection.configuration_certificates_parameter πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.RTCPeerConnection.RTCPeerConnection.configuration_iceCandidatePoolSize_parameter Chrome6/5/2017 Chrome Android6/6/20171
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.credential_parameter πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.url_parameter Chrome9/1/2015 Chrome Android9/1/2015
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.urls_parameter πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.username_parameter πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.RTCPeerConnection.RTCPeerConnection.configuration_iceTransportPolicy_parameter πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCPeerConnection.RTCPeerConnection.configuration_rtcpMuxPolicy_parameter Chrome3/9/2017 Chrome Android3/16/20177
Chrome: Default for rtcpMuxPolicy is requireEdge: Default for rtcpMuxPolicy is requireOpera: Default for rtcpMuxPolicy is require
api.RTCPeerConnection.addIceCandidate πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
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 Chrome4/13/2016 Chrome Android4/13/2016
api.RTCPeerConnection.addStream Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.addTrack πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCPeerConnection.addTransceiver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCPeerConnection.addTransceiver.init_direction_parameter Chrome9/4/2018 Chrome Android9/4/2018
api.RTCPeerConnection.addTransceiver.init_sendEncodings_parameter Chrome9/4/2018 Chrome Android9/4/2018
api.RTCPeerConnection.addTransceiver.init_streams_parameter Chrome9/4/2018 Chrome Android9/4/2018
api.RTCPeerConnection.addstream_event Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.canTrickleIceCandidates πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.RTCPeerConnection.close πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCPeerConnection.connectionState πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCPeerConnection.connectionstatechange_event πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.RTCPeerConnection.createAnswer πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.createAnswer.returns_promise Chrome5/25/2016 Chrome Android6/8/201614
api.RTCPeerConnection.createDTMFSender Chrome5/21/2013 Chrome Android5/22/20131
api.RTCPeerConnection.createDataChannel πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.createOffer πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.createOffer.returns_promise Chrome5/25/2016 Chrome Android6/8/201614
api.RTCPeerConnection.currentLocalDescription πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.RTCPeerConnection.currentRemoteDescription πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.RTCPeerConnection.datachannel_event πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.RTCPeerConnection.generateCertificate_static πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.RTCPeerConnection.getConfiguration πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.RTCPeerConnection.getLocalStreams Chrome5/21/2013 Chrome Android5/22/20131
api.RTCPeerConnection.getReceivers πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCPeerConnection.getReceivers.stopped_transceivers_removed Chrome1/19/2021 Chrome Android1/19/2021
api.RTCPeerConnection.getRemoteStreams Chrome5/21/2013 Chrome Android5/22/20131
api.RTCPeerConnection.getSenders πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCPeerConnection.getSenders.stopped_transceivers_removed Chrome1/19/2021 Chrome Android1/19/2021
api.RTCPeerConnection.getStats πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.getStats.returns_promise Chrome4/19/2017 Chrome Android4/25/20176
api.RTCPeerConnection.getStats.selector_parameter Chrome5/29/2018 Chrome Android5/31/20182
api.RTCPeerConnection.getTransceivers πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCPeerConnection.getTransceivers.stopped_transceivers_removed Chrome1/19/2021 Chrome Android1/19/2021
api.RTCPeerConnection.iceConnectionState πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.RTCPeerConnection.iceGatheringState πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.RTCPeerConnection.icecandidate_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.icecandidateerror_event πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnection.iceconnectionstatechange_event πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
api.RTCPeerConnection.icegatheringstatechange_event πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCPeerConnection.localDescription πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.negotiationneeded_event πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
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 πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.RTCPeerConnection.pendingRemoteDescription πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.RTCPeerConnection.remoteDescription πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.removeStream Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.removeTrack πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCPeerConnection.removestream_event Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.restartIce πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnection.sctp πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCPeerConnection.setConfiguration πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
api.RTCPeerConnection.setLocalDescription πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
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 Chrome2/4/2020 Chrome Android2/4/2020
api.RTCPeerConnection.setLocalDescription.returns_promise Chrome4/13/2016 Chrome Android4/13/2016
api.RTCPeerConnection.setRemoteDescription πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCPeerConnection.setRemoteDescription.implicit_rollback Chrome2/4/2020 Chrome Android2/4/2020
api.RTCPeerConnection.setRemoteDescription.returns_promise Chrome4/13/2016 Chrome Android4/13/2016
api.RTCPeerConnection.signalingState πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.RTCPeerConnection.signalingstatechange_event πŸ“‹Chrome7/9/2013 Chrome Android7/10/20131
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCPeerConnectionIceErrorEvent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceErrorEvent.RTCPeerConnectionIceErrorEvent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceErrorEvent.address πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCPeerConnectionIceErrorEvent.errorCode πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceErrorEvent.errorText πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceErrorEvent.hostCandidate Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceErrorEvent.port πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCPeerConnectionIceErrorEvent.url πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.RTCPeerConnectionIceEvent πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCPeerConnectionIceEvent.RTCPeerConnectionIceEvent πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCPeerConnectionIceEvent.candidate πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.RTCRtpReceiver πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.createEncodedStreams Chrome10/20/2020 Chrome Android10/20/2020
api.RTCRtpReceiver.getCapabilities_static πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.getContributingSources πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.getContributingSources.audioLevel πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.RTCRtpReceiver.getContributingSources.audio_tracks_supported Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.getContributingSources.rtpTimestamp πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCRtpReceiver.getContributingSources.source πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.getContributingSources.timestamp πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
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 Chrome3/12/2019 Chrome Android3/12/2019
api.RTCRtpReceiver.getParameters πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.getParameters.return_object_property_codecs πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpReceiver.getParameters.return_object_property_headerExtensions πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpReceiver.getParameters.return_object_property_rtcp πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpReceiver.getStats πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.RTCRtpReceiver.getSynchronizationSources πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.RTCRtpReceiver.getSynchronizationSources.audio_tracks_supported Chrome3/12/2019 Chrome Android3/12/2019
api.RTCRtpReceiver.getSynchronizationSources.video_tracks_supported Chrome3/12/2019 Chrome Android3/12/2019
api.RTCRtpReceiver.jitterBufferTarget πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.RTCRtpReceiver.rtcpTransport Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.track πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpReceiver.transform πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpReceiver.transport πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCRtpScriptTransform πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransform.RTCRtpScriptTransform πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransformer πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransformer.options πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransformer.readable πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransformer.sendKeyFrameRequest πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpScriptTransformer.writable πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpSender πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCRtpSender.createEncodedStreams Chrome10/20/2020 Chrome Android10/20/2020
api.RTCRtpSender.dtmf πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.RTCRtpSender.getCapabilities_static πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.getParameters πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.RTCRtpSender.getParameters.return_object_property_codecs πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.RTCRtpSender.getParameters.return_object_property_encodings πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.getParameters.return_object_property_headerExtensions πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.getStats πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.RTCRtpSender.replaceTrack πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.RTCRtpSender.rtcpTransport Chrome6/4/2019 Chrome Android6/4/2019
api.RTCRtpSender.setParameters πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter.maintain-framerate-and-resolution_value πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.RTCRtpSender.setParameters.parameters_encodings_parameter πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.setParameters.parameters_encodings_parameter.active Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.setParameters.parameters_encodings_parameter.codec Chrome10/31/2023 Chrome Android10/31/2023
api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxBitrate πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxFramerate πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.RTCRtpSender.setParameters.parameters_headerExtensions_parameter πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpSender.setStreams πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCRtpSender.track πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCRtpSender.transform πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCRtpSender.transport πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
api.RTCRtpTransceiver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.currentDirection πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.currentDirection.stopped_value πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCRtpTransceiver.direction πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.direction.value_stopped πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCRtpTransceiver.getHeaderExtensionsToNegotiate πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.RTCRtpTransceiver.getNegotiatedHeaderExtensions πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.RTCRtpTransceiver.mid πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.receiver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.sender πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCRtpTransceiver.setCodecPreferences πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCRtpTransceiver.setHeaderExtensionsToNegotiate πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.RTCRtpTransceiver.stop πŸ“‹Chrome1/19/2021 Chrome Android1/19/2021
api.RTCRtpTransceiver.stopped Chrome9/4/2018 Chrome Android9/4/2018
api.RTCSctpTransport πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSctpTransport.maxChannels πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSctpTransport.maxMessageSize πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSctpTransport.state πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSctpTransport.statechange_event Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSctpTransport.transport πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.RTCSessionDescription πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCSessionDescription.RTCSessionDescription Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCSessionDescription.sdp πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCSessionDescription.toJSON πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.RTCSessionDescription.type πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.RTCStatsReport πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.@@iterator Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.entries πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.forEach πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.get πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.has πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.keys πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.size πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.RTCStatsReport.type_candidate-pair πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.availableOutgoingBitrate πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.bytesDiscardedOnSend πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_candidate-pair.bytesReceived πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.bytesSent πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.consentRequestsSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_candidate-pair.currentRoundTripTime πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.RTCStatsReport.type_candidate-pair.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_candidate-pair.lastPacketReceivedTimestamp πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.RTCStatsReport.type_candidate-pair.lastPacketSentTimestamp πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
api.RTCStatsReport.type_candidate-pair.localCandidateId πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.nominated πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.packetsDiscardedOnSend πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_candidate-pair.packetsReceived πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_candidate-pair.packetsSent πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_candidate-pair.priority Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.remoteCandidateId πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.requestsReceived πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.requestsSent πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.responsesReceived πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.responsesSent πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.state πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_candidate-pair.totalRoundTripTime πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.RTCStatsReport.type_candidate-pair.transportId πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.RTCStatsReport.type_candidate-pair.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.base64Certificate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.fingerprint πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.fingerprintAlgorithm πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_certificate.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.channels πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.RTCStatsReport.type_codec.clockRate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.mimeType πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.payloadType πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.sdpFmtpLine πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.RTCStatsReport.type_codec.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_codec.transportId πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.RTCStatsReport.type_codec.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.bytesReceived πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.bytesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.dataChannelIdentifier πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.RTCStatsReport.type_data-channel.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.label πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.messagesReceived πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.messagesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.protocol πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.state πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_data-channel.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.audioLevel πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.bytesReceived πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.codecId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.concealedSamples πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.concealmentEvents πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.fecPacketsDiscarded πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCStatsReport.type_inbound-rtp.fecPacketsReceived πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCStatsReport.type_inbound-rtp.frameHeight πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.frameWidth πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.framesDecoded πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.framesPerSecond πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.framesReceived πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.headerBytesReceived πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.insertedSamplesForDeceleration πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.jitter πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.jitterBufferDelay πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.jitterBufferEmittedCount πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.jitterBufferMinimumDelay πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_inbound-rtp.jitterBufferTargetDelay πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_inbound-rtp.keyFramesDecoded πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.kind πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.lastPacketReceivedTimestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.mid πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_inbound-rtp.nackCount πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.packetsDiscarded πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.RTCStatsReport.type_inbound-rtp.packetsLost πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.packetsReceived πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.playoutId πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_inbound-rtp.qpSum πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.remoteId πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_inbound-rtp.removedSamplesForAcceleration πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.silentConcealedSamples πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.ssrc πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.totalAudioEnergy πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.totalDecodeTime πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.totalInterFrameDelay πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.totalProcessingDelay πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCStatsReport.type_inbound-rtp.totalSamplesDuration πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.totalSamplesReceived πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_inbound-rtp.totalSquaredInterFrameDelay πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.RTCStatsReport.type_inbound-rtp.trackIdentifier πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_inbound-rtp.transportId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_inbound-rtp.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.address πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_local-candidate.candidateType πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.foundation πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.RTCStatsReport.type_local-candidate.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.port πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.priority πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.protocol πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.transportId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_local-candidate.usernameFragment πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.RTCStatsReport.type_media-playout πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.id πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.kind πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.synthesizedSamplesDuration πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.synthesizedSamplesEvents πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.timestamp πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.totalPlayoutDelay πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.totalSamplesCount πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.totalSamplesDuration πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-playout.type πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.RTCStatsReport.type_media-source πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.audioLevel πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.frames πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.RTCStatsReport.type_media-source.framesPerSecond πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.height πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.kind πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.totalAudioEnergy πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.totalSamplesDuration πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.trackIdentifier πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_media-source.width πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.active πŸ“‹Chrome9/27/2022 Chrome Android9/27/2022
api.RTCStatsReport.type_outbound-rtp.bytesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.codecId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.frameHeight πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.RTCStatsReport.type_outbound-rtp.frameWidth πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.RTCStatsReport.type_outbound-rtp.framesEncoded πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.framesPerSecond πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.RTCStatsReport.type_outbound-rtp.framesSent πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.RTCStatsReport.type_outbound-rtp.headerBytesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.keyFramesEncoded πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.kind πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.mediaSourceId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.mid πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_outbound-rtp.nackCount πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.RTCStatsReport.type_outbound-rtp.packetsSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.qpSum πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.qualityLimitationDurations πŸ“‹Chrome8/31/2021 Chrome Android8/31/2021
api.RTCStatsReport.type_outbound-rtp.qualityLimitationReason πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.remoteId πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.RTCStatsReport.type_outbound-rtp.retransmittedBytesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.retransmittedPacketsSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.rid πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.RTCStatsReport.type_outbound-rtp.scalabilityMode πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.RTCStatsReport.type_outbound-rtp.ssrc πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.targetBitrate πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.RTCStatsReport.type_outbound-rtp.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.totalEncodeTime πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.totalPacketSendDelay πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.transportId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_outbound-rtp.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection.dataChannelsClosed πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection.dataChannelsOpened πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_peer-connection.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.address πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-candidate.candidateType πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.foundation πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.RTCStatsReport.type_remote-candidate.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.port πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.priority πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.protocol πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.transportId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-candidate.usernameFragment πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
api.RTCStatsReport.type_remote-inbound-rtp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.codecId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.fractionLost πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-inbound-rtp.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.jitter πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.kind πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.localId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.packetsLost πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.roundTripTime πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.roundTripTimeMeasurements πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-inbound-rtp.ssrc πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.totalRoundTripTime πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-inbound-rtp.transportId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-inbound-rtp.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_remote-outbound-rtp πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.bytesSent πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.codecId πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.id πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.kind πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.localId πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.packetsSent πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.remoteTimestamp πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.reportsSent πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.roundTripTimeMeasurements πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_remote-outbound-rtp.ssrc πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.timestamp πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.totalRoundTripTime πŸ“‹Chrome11/15/2021 Chrome Android11/15/2021
api.RTCStatsReport.type_remote-outbound-rtp.transportId πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_remote-outbound-rtp.type πŸ“‹Chrome5/25/2021 Chrome Android5/25/2021
api.RTCStatsReport.type_transport πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.bytesReceived πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.bytesSent πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.dtlsCipher πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.dtlsRole πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCStatsReport.type_transport.dtlsState πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.iceLocalUsernameFragment πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCStatsReport.type_transport.iceRole πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCStatsReport.type_transport.iceState πŸ“‹Chrome6/21/2022 Chrome Android6/21/2022
api.RTCStatsReport.type_transport.id πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.localCertificateId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.packetsReceived πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_transport.packetsSent πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.RTCStatsReport.type_transport.remoteCertificateId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.selectedCandidatePairChanges πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.selectedCandidatePairId πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.srtpCipher πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.timestamp πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.tlsVersion πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.type_transport.type πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.RTCStatsReport.values Chrome4/19/2017 Chrome Android4/25/20176
api.RTCTrackEvent πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCTrackEvent.RTCTrackEvent πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.RTCTrackEvent.receiver πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCTrackEvent.streams πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCTrackEvent.track πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.RTCTrackEvent.transceiver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.RTCTransformEvent πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RTCTransformEvent.transformer πŸ“‹Chrome9/30/2025 Chrome Android9/30/2025
api.RadioNodeList πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.RadioNodeList.value πŸ“‹Chrome7/31/2012 Chrome Android2/27/2013211
api.Range πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Range.cloneContents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.cloneRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.collapse πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.collapse.toStart_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Optional but defaults to true.
api.Range.collapsed πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.commonAncestorContainer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.compareBoundaryPoints πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.comparePoint πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.createContextualFragment πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.createContextualFragment.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.Range.deleteContents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.detach πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: Since Chrome 37, this method does nothing. See bug 40362748.Chrome Android: Since Chrome Android 37, this method does nothing. See bug 40362748.Firefox: Since Firefox 15, this method does nothing. See bug 702948.Firefox for Android: Since Firefox for Android 15, this method does nothing. See bug 702948.Quest Browser: Since Quest Browser 5.0, this method does nothing. See bug 40362748.Opera: Since Opera 24, this method does nothing. See bug 40362748.Opera Android: Since Opera 24, this method does nothing. 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. See bug 40362748.WebView Android: Since WebView Android 37, this method does nothing. See bug 40362748.WebView on iOS: Since WebView on iOS 10, this method does nothing, see bug 148454.
api.Range.endContainer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.endOffset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.extractContents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.getBoundingClientRect πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Range.getClientRects πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Range.insertNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.intersectsNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.isPointInRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.selectNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.selectNodeContents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setEnd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setEndAfter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setEndBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setStart πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setStartAfter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.setStartBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.startContainer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.startOffset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.surroundContents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Range.toString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ReadableByteStreamController πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
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 πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableByteStreamController.close πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableByteStreamController.desiredSize πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableByteStreamController.enqueue πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableByteStreamController.error πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStream πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Node.js: Available as a part of the stream/web module.
api.ReadableStream.@@asyncIterator πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.ReadableStream.ReadableStream πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStream.cancel πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStream.getReader πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStream.locked πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStream.pipeThrough πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ReadableStream.pipeTo πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ReadableStream.tee πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Node.js: Before 18.10.0 or 16.18.0, teeing a readable byte stream is not supported.
api.ReadableStream.transferable πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ReadableStream.values πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.ReadableStreamBYOBReader πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
Node.js: Available as a part of the stream/web module.
api.ReadableStreamBYOBReader.ReadableStreamBYOBReader πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBReader.cancel πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBReader.closed πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBReader.read πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBReader.read.options_min_parameter πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.ReadableStreamBYOBReader.releaseLock πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBReader.releaseLock.reject_pending_read_request Chrome9/2/2022 Chrome Android9/2/2022
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 πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
Node.js: Available as a part of the stream/web module.
api.ReadableStreamBYOBRequest.respond πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBRequest.respondWithNewView πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamBYOBRequest.view πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.ReadableStreamDefaultController πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
Deno: ReadableStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.ReadableStreamDefaultController.close πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStreamDefaultController.desiredSize πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStreamDefaultController.enqueue πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStreamDefaultController.error πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.ReadableStreamDefaultReader πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
Deno: ReadableStreamDefaultReader is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.ReadableStreamDefaultReader.ReadableStreamDefaultReader πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.ReadableStreamDefaultReader.cancel πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStreamDefaultReader.closed πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStreamDefaultReader.read πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStreamDefaultReader.releaseLock πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.ReadableStreamDefaultReader.releaseLock.reject_pending_read_request Chrome9/2/2022 Chrome Android9/2/2022
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 πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.RelativeOrientationSensor.RelativeOrientationSensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.RemotePlayback πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.cancelWatchAvailability πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.connect_event πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.connecting_event πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.disconnect_event πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.prompt πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.state πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.RemotePlayback.watchAvailability πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
api.Report πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
Firefox: Worker support added in version 77
api.Report.body πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Report.toJSON Chrome9/4/2018 Chrome Android9/4/2018
api.Report.type πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Report.url πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportBody πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportBody.toJSON Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver.ReportingObserver πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver.disconnect πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver.observe πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver.takeRecords πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.ReportingObserver.worker_support Chrome7/27/2020 Chrome Android7/27/2020
api.Request πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 Chrome9/4/2018 Chrome Android9/4/2018
api.Request.Request.init_attributionReporting_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.Request.Request.init_browsingTopics_parameter Chrome6/11/2024 Chrome Android6/11/2024
api.Request.Request.init_keepalive_parameter πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Request.Request.init_priority_parameter πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.Request.Request.init_privateToken_parameter πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.Request.Request.init_referrer_parameter πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Request.Request.request_body_readablestream Chrome9/2/2022 Chrome Android9/2/2022
api.Request.Request.response_body_readablestream Chrome5/19/2015 Chrome Android5/27/20158
api.Request.arrayBuffer πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Request.blob πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Request.body πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Request.bodyUsed πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Request.bytes πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.Request.cache πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.Request.cache.only-if-cached Chrome1/23/2018 Chrome Android1/23/2018
api.Request.clone πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.credentials πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.credentials.default_same-origin Chrome1/29/2019 Chrome Android1/29/2019
api.Request.destination πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.Request.destination.speculationrules Chrome1/23/2024 Chrome Android1/23/2024
api.Request.formData πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.integrity πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
api.Request.isHistoryNavigation πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.Request.json πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Request.keepalive πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Request.method πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.mode πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.mode.navigate_mode Chrome3/2/2016 Chrome Android3/9/20167
api.Request.redirect πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.
api.Request.referrer πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Request.referrerPolicy πŸ“‹Chrome7/20/2016 Chrome Android7/27/20167
api.Request.signal πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.Request.targetAddressSpace πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.Request.text πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Request.url πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserver.ResizeObserver πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserver.disconnect πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserver.observe πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserver.observe.options_box_parameter Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserverEntry πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserverEntry.borderBoxSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserverEntry.devicePixelContentBoxSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.ResizeObserverEntry.target πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.ResizeObserverSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.ResizeObserverSize.blockSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.ResizeObserverSize.inlineSize πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.Response πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.Response.accept_readablestream Chrome7/20/2016 Chrome Android7/27/20167
api.Response.Response.body_parameter_optional Chrome1/21/2015 Chrome Android1/21/2015
api.Response.arrayBuffer πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.blob πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.body πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Response.body.readable_byte_stream Chrome8/15/2023 Chrome Android8/15/2023
api.Response.bodyUsed πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.bytes πŸ“‹Chrome1/14/2025 Chrome Android1/14/2025
api.Response.clone πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.error_static πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.Response.formData πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.json πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.json_static πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.Response.ok πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.redirect_static πŸ“‹Chrome7/21/2015 Chrome Android7/29/20158
api.Response.redirected πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
api.Response.status πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.statusText πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.text πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Response.type πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.Response.url πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.SVGAElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAElement.download πŸ“‹Chrome10/28/2025 Chrome Android10/28/2025
api.SVGAElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAElement.hreflang πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.SVGAElement.interestForElement Chrome10/28/2025 Chrome Android10/28/2025
api.SVGAElement.ping πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
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 πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.SVGAElement.rel πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.SVGAElement.relList πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
api.SVGAElement.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAElement.type πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.SVGAngle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.convertToSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.newValueSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.unitType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.valueAsString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAngle.valueInSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimateElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimateMotionElement πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.SVGAnimateTransformElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimatedAngle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedAngle.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedAngle.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedBoolean πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedBoolean.animVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedBoolean.baseVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedEnumeration πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedEnumeration.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedEnumeration.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedInteger πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedInteger.animVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedInteger.baseVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedLength.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedLength.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedLengthList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedLengthList.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedLengthList.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedNumber πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedNumber.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedNumber.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedNumberList πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedNumberList.animVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedNumberList.baseVal πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGAnimatedPreserveAspectRatio πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGAnimatedPreserveAspectRatio.animVal πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGAnimatedPreserveAspectRatio.baseVal πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGAnimatedRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedRect.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedRect.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedString.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedString.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedString.baseVal.enforces_trusted_types Chrome9/30/2025 Chrome Android9/30/2025
api.SVGAnimatedTransformList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedTransformList.animVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimatedTransformList.baseVal πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGAnimationElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.beginElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.beginElementAt πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.beginEvent_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.endElementAt πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.endEvent_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.getSimpleDuration πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.getStartTime πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.repeatEvent_event πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.systemLanguage πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGAnimationElement.targetElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGCircleElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGCircleElement.cx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGCircleElement.cy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGCircleElement.r πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGClipPathElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGClipPathElement.clipPathUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGClipPathElement.transform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGComponentTransferFunctionElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.amplitude πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.exponent πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.intercept πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.offset πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.slope πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.tableValues πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGComponentTransferFunctionElement.type πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGDefsElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGDescElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.attributeStyleMap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.SVGElement.autofocus πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
Firefox: Only supported on SVGGraphicsElement.Firefox for Android: Only supported on SVGGraphicsElement.
api.SVGElement.blur πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.className πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.dataset πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.SVGElement.error_event πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.SVGElement.focus πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.focus.options_preventScroll_parameter Chrome10/22/2019 Chrome Android10/22/2019
api.SVGElement.load_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.SVGElement.ownerSVGElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGElement.tabIndex πŸ“‹Chrome7/16/2014 Chrome Android7/16/2014
api.SVGElement.viewportElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGEllipseElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGEllipseElement.cx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGEllipseElement.cy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGEllipseElement.rx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGEllipseElement.ry πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGFEBlendElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.in2 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.mode πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEBlendElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.type πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.values πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEColorMatrixElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEComponentTransferElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.in2 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.k1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.k2 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.k3 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.k4 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.operator πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFECompositeElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEConvolveMatrixElement πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.bias πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.divisor πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.edgeMode πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.height πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.in1 πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.kernelMatrix πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.kernelUnitLengthX πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.kernelUnitLengthY πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.orderX πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.orderY πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.preserveAlpha πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.result πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.targetX πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.targetY πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.width πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.x πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEConvolveMatrixElement.y πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGFEDiffuseLightingElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.diffuseConstant πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.kernelUnitLengthX πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.kernelUnitLengthY πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.surfaceScale πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDiffuseLightingElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.in2 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.scale πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.xChannelSelector πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDisplacementMapElement.yChannelSelector πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDistantLightElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDistantLightElement.azimuth πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDistantLightElement.elevation πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEDropShadowElement πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.dx πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.dy πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.height πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.in1 πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.result πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.setStdDeviation πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.stdDeviationX πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.stdDeviationY πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.width πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.x πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEDropShadowElement.y πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
api.SVGFEFloodElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFloodElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFloodElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFloodElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFloodElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFloodElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFuncAElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFuncBElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFuncGElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEFuncRElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.setStdDeviation πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.stdDeviationX πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.stdDeviationY πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEGaussianBlurElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.href πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.preserveAspectRatio πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEImageElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeNodeElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMergeNodeElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.operator πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.radiusX πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.radiusY πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEMorphologyElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.dx πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.dy πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEOffsetElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEPointLightElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEPointLightElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEPointLightElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFEPointLightElement.z πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.kernelUnitLengthX πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.SVGFESpecularLightingElement.kernelUnitLengthY πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.SVGFESpecularLightingElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.specularConstant πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.specularExponent πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.surfaceScale πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpecularLightingElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.limitingConeAngle πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.pointsAtX πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.pointsAtY πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.pointsAtZ πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.specularExponent πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFESpotLightElement.z πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.in1 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETileElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.baseFrequencyX πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.baseFrequencyY πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.numOctaves πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.result πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.seed πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.stitchTiles πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.type πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFETurbulenceElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.filterUnits πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.height πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.href πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.primitiveUnits πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.width πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.x πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGFilterElement.y πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.SVGForeignObjectElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGForeignObjectElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGForeignObjectElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGForeignObjectElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGForeignObjectElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGeometryElement πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 Chrome4/29/2025 Chrome Android4/29/2025
api.SVGGeometryElement.isPointInStroke πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 Chrome4/29/2025 Chrome Android4/29/2025
api.SVGGeometryElement.pathLength πŸ“‹Chrome3/9/2017 Chrome Android3/16/20177
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGradientElement.gradientTransform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGradientElement.gradientUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGradientElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGradientElement.spreadMethod πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGraphicsElement πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGraphicsElement.getScreenCTM πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGraphicsElement.systemLanguage πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGGraphicsElement.transform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.crossOrigin πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.SVGImageElement.decode πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
api.SVGImageElement.decoding πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.SVGImageElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGImageElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.convertToSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.newValueSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.unitType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.valueAsString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLength.valueInSpecifiedUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.appendItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.clear πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.getItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.initialize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.insertItemBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.length πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.SVGLengthList.numberOfItems πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.removeItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLengthList.replaceItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLineElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLineElement.x1 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLineElement.x2 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLineElement.y1 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLineElement.y2 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLinearGradientElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLinearGradientElement.x1 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLinearGradientElement.x2 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLinearGradientElement.y1 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGLinearGradientElement.y2 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMPathElement πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.SVGMPathElement.href πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.SVGMarkerElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.markerHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.markerUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.markerWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.orientAngle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.orientType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.refX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.refY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.setOrientToAngle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.setOrientToAuto πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMarkerElement.viewBox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.maskContentUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.maskUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMaskElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGMetadataElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGNumber πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGNumber.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGNumberList πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.appendItem πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.clear πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.getItem πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.initialize πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.insertItemBefore πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.length πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.SVGNumberList.numberOfItems πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.removeItem πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGNumberList.replaceItem πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.SVGPathElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPathElement.getPointAtLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPathElement.getTotalLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPathElement.pathLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.patternContentUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.patternTransform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.patternUnits πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.viewBox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPatternElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPoint πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPoint.matrixTransform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPoint.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPoint.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.appendItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.clear πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.getItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.initialize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.insertItemBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.length πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.SVGPointList.numberOfItems πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.removeItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPointList.replaceItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolygonElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolygonElement.animatedPoints πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolygonElement.points πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolylineElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolylineElement.animatedPoints πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPolylineElement.points πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPreserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPreserveAspectRatio.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGPreserveAspectRatio.meetOrSlice πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement.cx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement.cy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement.fr πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.SVGRadialGradientElement.fx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement.fy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRadialGradientElement.r πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRect.height Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRect.width Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRect.x Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRect.y Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.rx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.ry πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGRectElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.animationsPaused πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.checkEnclosure πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.checkIntersection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGAngle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGMatrix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGNumber πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGPoint πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGRect πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGTransform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.createSVGTransformFromMatrix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.currentScale πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.currentTranslate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.deselectAll πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.forceRedraw πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.getCurrentTime πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.getElementById πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.SVGSVGElement.getEnclosureList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.getIntersectionList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.pauseAnimations πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.setCurrentTime πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.suspendRedraw πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.unpauseAnimations πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.unsuspendRedraw πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.unsuspendRedrawAll πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.viewBox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSVGElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGScriptElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGScriptElement.async Chrome10/28/2025 Chrome Android10/28/2025
api.SVGScriptElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGScriptElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSetElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.SVGStopElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStopElement.offset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.clear πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.getItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.initialize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.insertItemBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.length πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.SVGStringList.numberOfItems πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.removeItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStringList.replaceItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStyleElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStyleElement.disabled πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.SVGStyleElement.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStyleElement.sheet πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.SVGStyleElement.title πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGStyleElement.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSwitchElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSymbolElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSymbolElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGSymbolElement.viewBox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTSpanElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getCharNumAtPosition πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getComputedTextLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getEndPositionOfChar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getExtentOfChar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getNumberOfChars πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getRotationOfChar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getStartPositionOfChar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.getSubStringLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.lengthAdjust πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.selectSubString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextContentElement.textLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPathElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPathElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPathElement.method πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPathElement.spacing πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPathElement.startOffset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement.dx πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement.dy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement.rotate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTextPositioningElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTitleElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.angle πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.matrix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setMatrix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setRotate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setScale πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setSkewX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setSkewY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.setTranslate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransform.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.appendItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.clear πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.consolidate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.createSVGTransformFromMatrix πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.getItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.initialize πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.insertItemBefore πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.length πŸ“‹Chrome5/20/2014 Chrome Android5/20/2014
api.SVGTransformList.numberOfItems πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.removeItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGTransformList.replaceItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUnitTypes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement.x πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGUseElement.y πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGViewElement πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGViewElement.preserveAspectRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SVGViewElement.viewBox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Sanitizer πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
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 πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.allowAttribute πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.allowElement πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.get πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.removeAttribute πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.removeElement πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.removeUnsafe πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.replaceElementWithChildren πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.setComments πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Sanitizer.setDataAttributes πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.Scheduler πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Scheduler.postTask πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Scheduler.yield πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Scheduling πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.Scheduling.isInputPending πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.Screen πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Screen.availHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Edge: Always reflects the main screen.
api.Screen.availLeft Chrome12/11/2008 Chrome Android6/27/20121294
api.Screen.availLeft.relative-multi-screen Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
api.Screen.availTop.relative-multi-screen Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Edge: Always reflects the main screen.
api.Screen.change_event πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.Screen.colorDepth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Screen.isExtended πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.Screen.orientation πŸ“‹Chrome10/7/2014 Chrome Android11/12/201436
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.ScreenOrientation πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.ScreenOrientation.angle πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.ScreenOrientation.change_event πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.ScreenOrientation.lock πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.ScreenOrientation.unlock πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 Chrome1/10/2013 Chrome Android2/27/201348
api.ScriptProcessorNode.audioprocess_event Chrome1/10/2013 Chrome Android2/27/201348
api.ScriptProcessorNode.bufferSize πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.ScrollTimeline πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ScrollTimeline.ScrollTimeline πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ScrollTimeline.axis πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ScrollTimeline.source πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.SecurityPolicyViolationEvent πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.blockedURI πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.columnNumber πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.disposition πŸ“‹Chrome1/25/2017 Chrome Android2/1/20177
api.SecurityPolicyViolationEvent.documentURI πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.effectiveDirective πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.lineNumber πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.originalPolicy πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.referrer πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.sample πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.SecurityPolicyViolationEvent.sourceFile πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.statusCode πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.violatedDirective πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SecurityPolicyViolationEvent.worker_support Chrome1/25/2017 Chrome Android2/1/20177
api.Selection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.addRange πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.anchorNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.anchorOffset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.collapse πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.collapse.accepts_nodes_in_shadow_trees Chrome5/27/2025 Chrome Android5/27/2025
api.Selection.collapse.node_parameter_nullable Chrome Android11/12/2014 Chrome11/18/20146
api.Selection.collapse.offset_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.collapseToEnd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.collapseToStart πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.containsNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.deleteFromDocument πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.direction πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.Selection.empty πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.extend πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.extend.accepts_nodes_in_shadow_trees Chrome5/27/2025 Chrome Android5/27/2025
api.Selection.extend.offset_parameter_optional Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.focusNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.focusOffset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.getComposedRanges πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.Selection.getRangeAt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.isCollapsed πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.modify πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.rangeCount πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.removeAllRanges πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.removeRange πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.Selection.selectAllChildren πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.setBaseAndExtent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.setBaseAndExtent.accepts_nodes_in_shadow_trees Chrome5/27/2025 Chrome Android5/27/2025
api.Selection.setPosition πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.toString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Selection.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Sensor πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.activate_event πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.activated πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.error_event πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.hasReading πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.reading_event πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.start πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.stop πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.Sensor.timestamp πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.SensorErrorEvent πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.SensorErrorEvent.SensorErrorEvent πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.SensorErrorEvent.error πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.ServiceWorker πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorker.ecmascript_modules Chrome5/25/2021 Chrome Android5/25/2021
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorker.postMessage πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorker.scriptURL πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorker.state πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorker.statechange_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.controller πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.controllerchange_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.getRegistration πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.getRegistrations πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
api.ServiceWorkerContainer.message_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.messageerror_event πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.register πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerContainer.register.enforces_trusted_types Chrome9/2/2025 Chrome Android9/2/2025
api.ServiceWorkerContainer.startMessages πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerGlobalScope πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerGlobalScope.abortpayment_event Chrome10/16/2018 Chrome Android10/17/20181
api.ServiceWorkerGlobalScope.activate_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerGlobalScope.backgroundfetchabort_event πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerGlobalScope.backgroundfetchclick_event πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerGlobalScope.backgroundfetchfail_event πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerGlobalScope.backgroundfetchsuccess_event πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerGlobalScope.canmakepayment_event πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.ServiceWorkerGlobalScope.clients πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerGlobalScope.cookieStore πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ServiceWorkerGlobalScope.cookiechange_event πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ServiceWorkerGlobalScope.fetch_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerGlobalScope.install_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerGlobalScope.messageerror_event πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
Safari: Notifications are supported on macOS Ventura and later.
api.ServiceWorkerGlobalScope.notificationclose_event πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
Safari: Notifications are supported on macOS Ventura and later.
api.ServiceWorkerGlobalScope.paymentrequest_event πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.ServiceWorkerGlobalScope.periodicsync_event πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.ServiceWorkerGlobalScope.push_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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.pushsubscriptionchange_event πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
Firefox: The event does not have the oldSubscription and newSubscription properties. See bug 1497429.Firefox for Android: The event does not have the oldSubscription and newSubscription properties. See bug 1497429.Safari: Notifications are supported on macOS Ventura and later.
api.ServiceWorkerGlobalScope.registration πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.ServiceWorkerGlobalScope.serviceWorker πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.ServiceWorkerGlobalScope.skipWaiting πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.ServiceWorkerGlobalScope.sync_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.ServiceWorkerRegistration πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.active πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.backgroundFetch πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.ServiceWorkerRegistration.cookies πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.ServiceWorkerRegistration.getNotifications πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.navigationPreload πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.ServiceWorkerRegistration.paymentManager πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
api.ServiceWorkerRegistration.periodicSync πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.ServiceWorkerRegistration.pushManager πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.showNotification πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
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 Chrome1/20/2016 Chrome Android1/26/20166
api.ServiceWorkerRegistration.showNotification.options_badge_parameter Chrome8/31/2016 Chrome Android9/7/20167
api.ServiceWorkerRegistration.showNotification.options_data_parameter Chrome7/21/2015 Chrome Android7/29/20158
api.ServiceWorkerRegistration.showNotification.options_image_parameter Chrome1/25/2017 Chrome Android2/1/20177
api.ServiceWorkerRegistration.showNotification.options_renotify_parameter Chrome4/13/2016 Chrome Android4/13/2016
api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter Chrome12/1/2015 Chrome Android12/2/20151
api.ServiceWorkerRegistration.sync πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.ServiceWorkerRegistration.unregister πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.update πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
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 πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.ServiceWorkerRegistration.updatefound_event πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ServiceWorkerRegistration.waiting πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ShadowRoot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.activeElement πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.adoptedStyleSheets πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
api.ShadowRoot.clonable πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.ShadowRoot.customElementRegistry πŸ“‹Chrome3/10/2026 Chrome Android3/10/2026
api.ShadowRoot.delegatesFocus πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.elementFromPoint Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome8/31/2016 Chrome Android9/7/20167
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 πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.ShadowRoot.getHTML πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes Chrome6/24/2025 Chrome Android6/24/2025
api.ShadowRoot.getSelection Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.host πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.innerHTML πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.innerHTML.enforces_trusted_types πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes Chrome6/24/2025 Chrome Android6/24/2025
api.ShadowRoot.mode πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.ShadowRoot.pictureInPictureElement πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
api.ShadowRoot.referenceTarget Chrome2/4/2025 Chrome Android2/4/2025
api.ShadowRoot.serializable πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.ShadowRoot.setHTMLUnsafe πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.ShadowRoot.slotAssignment πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.ShadowRoot.styleSheets πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.SharedStorage πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.append πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.batchUpdate πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorage.clear πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.createWorklet πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.delete πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.get πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.run πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.selectURL πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.set πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorage.worklet πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageAppendMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageAppendMethod.SharedStorageAppendMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageClearMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageClearMethod.SharedStorageClearMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageDeleteMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageDeleteMethod.SharedStorageDeleteMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageModifierMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageSetMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageSetMethod.SharedStorageSetMethod πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageWorklet πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageWorklet.run πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageWorklet.selectURL πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageWorkletGlobalScope πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageWorkletGlobalScope.interestGroups πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
api.SharedStorageWorkletGlobalScope.register πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SharedStorageWorkletGlobalScope.sharedStorage πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.SnapEvent πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.SnapEvent.SnapEvent πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.SnapEvent.snapTargetBlock πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.SnapEvent.snapTargetInline πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.SourceBuffer πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.abort πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.abort_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.appendBuffer πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.appendWindowEnd πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.appendWindowStart πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.audioTracks πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
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 Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.changeType πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.changeType.worker_support Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.error_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.mode πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.remove πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.timestampOffset πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.update_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.updateend_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.updatestart_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.updating πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBuffer.videoTracks πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
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 Chrome11/29/2022 Chrome Android11/29/2022
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 πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
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 πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBufferList.length πŸ“‹Chrome11/6/2012 Chrome Android2/26/2014477
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SourceBufferList.removesourcebuffer_event πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
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 Chrome11/29/2022 Chrome Android11/29/2022
api.SpeechGrammar πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.SpeechGrammar.SpeechGrammar Chrome2/21/2013 Chrome Android2/27/20136
api.SpeechGrammar.src πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.SpeechGrammar.weight πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.SpeechGrammarList πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechGrammarList.SpeechGrammarList πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechGrammarList.addFromString πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechGrammarList.addFromURI πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechGrammarList.item πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechGrammarList.length πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
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 πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechRecognition.abort πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.audioend_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.audiostart_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.end_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.error_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.grammars πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.interimResults πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.lang πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.maxAlternatives πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.nomatch_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.result_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.soundend_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.soundstart_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.speechend_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.speechstart_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.start πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.start_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognition.stop πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionAlternative πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionAlternative.confidence πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionAlternative.transcript πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionErrorEvent πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechRecognitionErrorEvent.SpeechRecognitionErrorEvent πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechRecognitionErrorEvent.error πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.SpeechRecognitionErrorEvent.message πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.SpeechRecognitionEvent πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechRecognitionEvent.SpeechRecognitionEvent πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.SpeechRecognitionEvent.resultIndex πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionEvent.results πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResult πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResult.isFinal πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResult.item πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResult.length πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResultList πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResultList.item πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechRecognitionResultList.length πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.cancel πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.getVoices πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.pause πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.pending πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.resume πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.speak πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.speaking πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesis.voiceschanged_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisErrorEvent πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.SpeechSynthesisErrorEvent.error πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisEvent πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisEvent.SpeechSynthesisEvent πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.SpeechSynthesisEvent.charIndex πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisEvent.charLength πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.SpeechSynthesisEvent.elapsedTime πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisEvent.elapsedTime.milliseconds Chrome2/20/2014 Chrome Android2/26/20146
Firefox: Windows and macOS only.
api.SpeechSynthesisEvent.name πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisEvent.utterance πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.SpeechSynthesisUtterance πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.boundary_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.error_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.lang πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.mark_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.pause_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.pitch πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.rate πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.resume_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.start_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.text πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.voice πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisUtterance.volume πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisVoice πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisVoice.lang πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisVoice.localService πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisVoice.name πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.SpeechSynthesisVoice.voiceURI πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.StaticRange πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
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 πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.StaticRange.collapsed πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.StaticRange.endContainer πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.StaticRange.endOffset πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.StaticRange.startContainer πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.StaticRange.startOffset πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.StereoPannerNode πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.StereoPannerNode.StereoPannerNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.StereoPannerNode.pan πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.Storage πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.clear πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.getItem πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.key πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.length πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.removeItem πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Storage.setItem πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.StorageAccessHandle πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.BroadcastChannel πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.caches πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.createObjectURL πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.estimate πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.getDirectory πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.indexedDB πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.localStorage πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.locks πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.revokeObjectURL πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageAccessHandle.sessionStorage πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.StorageBucket πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.caches πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.estimate πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.expires πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.getDirectory πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.indexedDB πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.name πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.persist πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.persisted πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucket.setExpires πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucketManager πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucketManager.delete πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucketManager.keys πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageBucketManager.open πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.StorageEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StorageEvent.StorageEvent Chrome2/8/2012 Chrome Android6/27/2012140
api.StorageEvent.initStorageEvent πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.StorageEvent.key πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StorageEvent.newValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StorageEvent.oldValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StorageEvent.storageArea πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.StorageEvent.url πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.StorageManager πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.StorageManager.estimate πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.StorageManager.estimate.usageDetails Chrome9/5/2017 Chrome Android9/5/2017
api.StorageManager.getDirectory πŸ“‹Chrome10/20/2020 Chrome Android1/10/2023812
api.StorageManager.persist πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.StorageManager.persisted πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.StyleMedia Chrome9/2/2010 Chrome Android6/27/2012664
api.StyleMedia.matchMedium Chrome9/2/2010 Chrome Android6/27/2012664
api.StyleMedia.type Chrome9/2/2010 Chrome Android6/27/2012664
api.StylePropertyMap πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMap.append πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMap.clear πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMap.delete πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMap.set πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.@@iterator Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.entries Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.forEach Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.get πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.getAll πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.has πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.keys Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.size πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
api.StylePropertyMapReadOnly.values Chrome4/17/2018 Chrome Android4/17/2018
api.StyleSheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.ownerNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.parentStyleSheet πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.title πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheet.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheetList πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheetList.item πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.StyleSheetList.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.SubmitEvent πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.SubmitEvent.SubmitEvent πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.SubmitEvent.submitter πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
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 πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.active πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.addTeardown πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.complete πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.error πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.next πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Subscriber.signal πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.SubtleCrypto πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Node.js: Available as a part of the crypto module.
api.SubtleCrypto.decrypt πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
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 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.SubtleCrypto.deriveKey πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_pbkdf2 πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.SubtleCrypto.deriveKey.x25519 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.SubtleCrypto.digest πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.SubtleCrypto.exportKey.x25519 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.SubtleCrypto.generateKey πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.SubtleCrypto.generateKey.x25519 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.SubtleCrypto.importKey πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Deno: P-384 supported. Not supported: P-256, P-521.
api.SubtleCrypto.importKey.ECDH.compressed_elliptic_curve_points πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.SubtleCrypto.importKey.ECDSA πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Deno: P-384 supported. Not supported: P-256, P-521.
api.SubtleCrypto.importKey.ECDSA.compressed_elliptic_curve_points πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
api.SubtleCrypto.importKey.ed25519 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.SubtleCrypto.importKey.x25519 πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
api.SubtleCrypto.secure_context_required Chrome7/25/2017 Chrome Android8/1/20177
api.SubtleCrypto.sign πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA
api.SubtleCrypto.sign.ed25519 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH
api.SubtleCrypto.verify πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome5/27/2025 Chrome Android5/27/2025
api.SubtleCrypto.worker_support Chrome8/26/2014 Chrome Android9/3/20148
api.SubtleCrypto.wrapKey πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of Promise
api.SyncEvent πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncEvent.SyncEvent πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncEvent.lastChance πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncEvent.tag πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncManager πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncManager.getTags πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncManager.register πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.SyncManager.worker_support Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskAttributionTiming.containerId πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskAttributionTiming.containerName πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskAttributionTiming.containerSrc πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskAttributionTiming.containerType πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskAttributionTiming.toJSON πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
api.TaskController πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskController.TaskController πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskController.setPriority πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskPriorityChangeEvent πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskPriorityChangeEvent.TaskPriorityChangeEvent πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskPriorityChangeEvent.previousPriority πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskSignal πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskSignal.any_static πŸ“‹Chrome8/15/2023 Chrome Android8/15/2023
api.TaskSignal.priority πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.TaskSignal.prioritychange_event πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.Text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Text.Text πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.Text.assignedSlot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
api.Text.splitText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TextDecoder πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.
api.TextDecoder.decode πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.
api.TextDecoder.fatal πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.TextDecoder.ignoreBOM πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.TextDecoder.worker_support Chrome10/7/2014 Chrome Android10/8/20141
api.TextDecoderStream πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
Node.js: Available as a part of the stream/web module.
api.TextDecoderStream.TextDecoderStream πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextDecoderStream.encoding πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextDecoderStream.fatal πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextDecoderStream.ignoreBOM πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextDecoderStream.readable πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextDecoderStream.writable πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextEncoder πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Node.js: Available as a part of the util module.
api.TextEncoder.TextEncoder πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.TextEncoder.encode πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.TextEncoder.encodeInto πŸ“‹Chrome4/23/2019 Chrome Android4/24/20191
api.TextEncoder.encoding πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.TextEncoder.worker_support Chrome10/7/2014 Chrome Android10/8/20141
api.TextEncoderStream πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
Node.js: Available as a part of the stream/web module.
api.TextEncoderStream.TextEncoderStream πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextEncoderStream.encoding πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextEncoderStream.readable πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextEncoderStream.writable πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.TextEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TextEvent.data πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TextEvent.initTextEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TextFormat πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormat.TextFormat πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormat.rangeEnd πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormat.rangeStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormat.underlineStyle πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormat.underlineThickness πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormatUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormatUpdateEvent.TextFormatUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextFormatUpdateEvent.getTextFormats πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextMetrics πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TextMetrics.actualBoundingBoxAscent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.actualBoundingBoxDescent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.actualBoundingBoxLeft πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.actualBoundingBoxRight πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.alphabeticBaseline πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.TextMetrics.emHeightAscent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.emHeightDescent πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
api.TextMetrics.fontBoundingBoxAscent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.TextMetrics.fontBoundingBoxDescent πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.TextMetrics.hangingBaseline πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.TextMetrics.ideographicBaseline πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
api.TextMetrics.width πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TextTrack πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Firefox: Firefox versions before Firefox 50 didn't display captions when playing media without one or more video tracks being played.
api.TextTrack.activeCues πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrack.cuechange_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrack.cues πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.TextTrack.kind πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrack.label πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrack.language πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrack.mode πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.endTime πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.enter_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.exit_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.id πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.pauseOnExit πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.startTime πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCue.track πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCueList πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCueList.getCueById πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackCueList.length πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackList πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackList.addtrack_event πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackList.change_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.TextTrackList.getTrackById πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.TextTrackList.length πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TextTrackList.removetrack_event πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.TextUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.TextUpdateEvent πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.selectionEnd πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.selectionStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.text πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.updateRangeEnd πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TextUpdateEvent.updateRangeStart πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
api.TimeRanges πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.TimeRanges.end πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.TimeRanges.length πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.TimeRanges.start πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
api.ToggleEvent πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ToggleEvent.ToggleEvent πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ToggleEvent.newState πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ToggleEvent.oldState πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
api.ToggleEvent.source πŸ“‹Chrome9/2/2025 Chrome Android9/2/2025
api.Touch πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
Firefox: This interface is only exposed if a touch input device is detected.
api.Touch.clientX πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.TouchEvent πŸ“‹Chrome1/20/2016 Chrome Android1/26/20166
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 πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.changedTouches πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.ctrlKey πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.metaKey πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.shiftKey πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.targetTouches πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchEvent.touches πŸ“‹Chrome9/25/2012 Chrome Android2/27/2013155
Firefox: Removed in bug 888304 due to web compatibility issues.
api.TouchList πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
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 πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
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 πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
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 πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TrackEvent.TrackEvent πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TrackEvent.track πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.TransformStream πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
Node.js: Available as a part of the stream/web module.
api.TransformStream.TransformStream πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStream.readable πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStream.transferable πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.TransformStream.writable πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStreamDefaultController πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
Deno: TransformStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.TransformStreamDefaultController.desiredSize πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStreamDefaultController.enqueue πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStreamDefaultController.error πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransformStreamDefaultController.terminate πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
api.TransitionEvent πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.TransitionEvent.TransitionEvent πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.TransitionEvent.elapsedTime πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TransitionEvent.propertyName πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TransitionEvent.pseudoElement πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.TreeWalker πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.currentNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.filter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.firstChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.lastChild πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.nextNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.nextSibling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.parentNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.previousNode πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.previousSibling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.root πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TreeWalker.whatToShow πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.TrustedHTML πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedHTML.toJSON πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.TrustedHTML.toString πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedScript πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedScript.toJSON πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.TrustedScript.toString πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedScriptURL πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedScriptURL.toJSON πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.TrustedScriptURL.toString πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicy πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicy.createHTML πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicy.createScript πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicy.createScriptURL πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicy.name πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.createPolicy πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.defaultPolicy πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.emptyHTML πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.emptyScript πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.getAttributeType πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.getPropertyType πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.isHTML πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.isScript πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.TrustedTypePolicyFactory.isScriptURL πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.UIEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.UIEvent.UIEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.UIEvent.detail πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.UIEvent.sourceCapabilities πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.UIEvent.view πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.UIEvent.which πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
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 πŸ“‹Chrome12/5/2023 Chrome Android12/5/2023
api.URL.createObjectURL_static πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.host πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.hostname πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.href πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.origin πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.URL.password πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.pathname πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.protocol πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URL.revokeObjectURL_static πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
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 πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
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 πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
Node.js: An object matching the URLSearchParams interface is returned, but it contains no data.
api.URL.toJSON πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.URL.toString πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
api.URL.username πŸ“‹Chrome1/14/2014 Chrome Android1/15/20141
api.URLPattern πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.URLPattern πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.URLPattern.ignoreCase_option πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.URLPattern.exec πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.hasRegExpGroups πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.URLPattern.hash πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.hostname πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.password πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.pathname πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.port πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.protocol πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.search πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.test πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLPattern.username πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.URLSearchParams πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.URLSearchParams πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.URLSearchParams.USVString Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.URLSearchParams.record Chrome9/5/2017 Chrome Android9/5/2017
api.URLSearchParams.URLSearchParams.sequence Chrome4/19/2017 Chrome Android4/25/20176
api.URLSearchParams.append πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.delete πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 Chrome9/12/2023 Chrome Android9/12/2023
api.URLSearchParams.entries πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.forEach πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.get πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.getAll πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.has πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.has.value_parameter Chrome9/12/2023 Chrome Android9/12/2023
api.URLSearchParams.keys πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.set πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.size πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
api.URLSearchParams.sort πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.URLSearchParams.toString πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.URLSearchParams.values πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.USB πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USB.connect_event πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USB.disconnect_event πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USB.getDevices πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USB.requestDevice πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USB.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBAlternateInterface.USBAlternateInterface Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.alternateSetting πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.endpoints πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.interfaceClass πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.interfaceName πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.interfaceProtocol πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.interfaceSubclass πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBAlternateInterface.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBConfiguration.USBConfiguration πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConfiguration.configurationName πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConfiguration.configurationValue πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConfiguration.interfaces πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConfiguration.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBConnectionEvent.USBConnectionEvent πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConnectionEvent.device πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBConnectionEvent.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBDevice.claimInterface πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.clearHalt πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.close πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.configuration πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.configurations πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.controlTransferIn πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.controlTransferOut πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceClass πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceProtocol πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceSubclass πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceVersionMajor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceVersionMinor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.deviceVersionSubminor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.forget πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
api.USBDevice.isochronousTransferIn πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.isochronousTransferOut πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.manufacturerName πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.open πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.opened πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.productId πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.productName πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.releaseInterface πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.reset πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.selectAlternateInterface πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.selectConfiguration πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.serialNumber πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.transferIn πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.transferOut πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.usbVersionMajor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.usbVersionMinor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.usbVersionSubminor πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.vendorId πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBDevice.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBEndpoint.USBEndpoint Chrome9/5/2017 Chrome Android9/5/2017
api.USBEndpoint.direction πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBEndpoint.endpointNumber πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBEndpoint.packetSize πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBEndpoint.type πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBEndpoint.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBInTransferResult.USBInTransferResult Chrome9/5/2017 Chrome Android9/5/2017
api.USBInTransferResult.data πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInTransferResult.status πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInTransferResult.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBInterface.USBInterface Chrome9/5/2017 Chrome Android9/5/2017
api.USBInterface.alternate πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInterface.alternates πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInterface.claimed πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInterface.interfaceNumber πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBInterface.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBIsochronousInTransferPacket.USBIsochronousInTransferPacket Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferPacket.data πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferPacket.status πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferPacket.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBIsochronousInTransferResult.USBIsochronousInTransferResult Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferResult.data πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferResult.packets πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousInTransferResult.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBIsochronousOutTransferPacket.USBIsochronousOutTransferPacket Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousOutTransferPacket.bytesWritten πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousOutTransferPacket.status πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousOutTransferPacket.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBIsochronousOutTransferResult.USBIsochronousOutTransferResult Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousOutTransferResult.packets πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBIsochronousOutTransferResult.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927.
api.USBOutTransferResult.USBOutTransferResult Chrome9/5/2017 Chrome Android9/5/2017
api.USBOutTransferResult.bytesWritten πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBOutTransferResult.status πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.USBOutTransferResult.worker_support Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.UserActivation.hasBeenActive πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.UserActivation.isActive πŸ“‹Chrome1/29/2019 Chrome Android1/29/2019
api.VTTCue πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.VTTCue πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.VTTCue.align πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.getCueAsHTML πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.line πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.position πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.size πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.snapToLines πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.text πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.VTTCue.text.all_html_character_references Chrome Android12/5/2017 Chrome12/6/20171
api.VTTCue.vertical πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
api.ValidityState πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.badInput πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.ValidityState.customError πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.patternMismatch πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.rangeOverflow πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.rangeUnderflow πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.stepMismatch πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.tooLong πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.ValidityState.typeMismatch πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.valid πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.ValidityState.valueMissing πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.VideoColorSpace πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.VideoColorSpace πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.fullRange πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.matrix πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.primaries πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.toJSON πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoColorSpace.transfer πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.VideoDecoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.configure πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.configure.flip_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoDecoder.configure.rotation_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoDecoder.decode πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.decodeQueueSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.dequeue_event πŸ“‹Chrome9/27/2022 Chrome Android9/27/2022
api.VideoDecoder.flush πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.isConfigSupported_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.isConfigSupported_static.flip_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoDecoder.isConfigSupported_static.rotation_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoDecoder.reset πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoDecoder.state πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.VideoEncoder πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.configure πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.dequeue_event πŸ“‹Chrome9/27/2022 Chrome Android9/27/2022
api.VideoEncoder.encode πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.encodeQueueSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.flush πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.isConfigSupported_static πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.reset πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoEncoder.state πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.VideoFrame πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.VideoFrame.flip_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoFrame.VideoFrame.rotation_option πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoFrame.allocationSize πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.clone πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.close πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.codedHeight πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.codedRect πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.codedWidth πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.colorSpace πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.copyTo πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.displayHeight πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.displayWidth πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.duration πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.flip πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoFrame.format πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.metadata πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.VideoFrame.rotation πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VideoFrame.timestamp πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoFrame.visibleRect πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VideoPlaybackQuality πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.corruptedVideoFrames πŸ“‹Chrome2/4/2020 Chrome Android2/4/2020
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.creationTime πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.droppedVideoFrames πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.totalVideoFrames πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Internet Explorer: Only works on Windows 8+.
api.VideoTrack πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.id πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.kind πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.label πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.language πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.selected πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrack.sourceBuffer πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.addtrack_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.change_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.getTrackById πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.length πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.removetrack_event πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.VideoTrackList.selectedIndex πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.ViewTimeline πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ViewTimeline.ViewTimeline πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ViewTimeline.endOffset πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ViewTimeline.startOffset πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ViewTimeline.subject πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.ViewTransition πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.ViewTransition.finished πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.ViewTransition.ready πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.ViewTransition.skipTransition πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.ViewTransition.types πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransition.updateCallbackDone πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.ViewTransition.waitUntil πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.ViewTransitionTypeSet πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.@@iterator Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.add Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.clear Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.delete Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.entries Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.forEach Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.has Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.keys Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.size Chrome5/14/2024 Chrome Android5/14/2024
api.ViewTransitionTypeSet.values Chrome5/14/2024 Chrome Android5/14/2024
api.Viewport πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.Viewport.segments πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.VirtualKeyboard πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VirtualKeyboard.boundingRect πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VirtualKeyboard.geometrychange_event πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VirtualKeyboard.hide πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VirtualKeyboard.overlaysContent πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VirtualKeyboard.show πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.VisibilityStateEntry πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.VisibilityStateEntry.duration πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.VisibilityStateEntry.entryType πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.VisibilityStateEntry.name πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.VisibilityStateEntry.startTime πŸ“‹Chrome7/18/2023 Chrome Android7/21/20233
api.VisualViewport πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.height πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.offsetLeft πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.offsetTop πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.pageLeft πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.pageTop πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.resize_event πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.VisualViewport.scroll_event πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.WEBGL_color_buffer_float πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.WEBGL_compressed_texture_astc πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.WEBGL_compressed_texture_astc.getSupportedProfiles πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.WEBGL_compressed_texture_etc πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.WEBGL_compressed_texture_etc1 πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.WEBGL_compressed_texture_pvrtc πŸ“‹Chrome Android7/10/2013 Chrome4/16/20243933
Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only.
api.WEBGL_compressed_texture_s3tc_srgb πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.WEBGL_debug_renderer_info πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
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 πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.WEBGL_debug_shaders.getTranslatedShaderSource πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.WEBGL_depth_texture πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WEBGL_lose_context πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WEBGL_lose_context.loseContext πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WEBGL_lose_context.restoreContext πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WEBGL_multi_draw πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.WEBGL_multi_draw.multiDrawArraysInstancedWEBGL πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.WEBGL_multi_draw.multiDrawArraysWEBGL πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.WEBGL_multi_draw.multiDrawElementsInstancedWEBGL πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.WEBGL_multi_draw.multiDrawElementsWEBGL πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
api.WGSLLanguageFeatures πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
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 πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
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 πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/18/2023 Chrome Android1/23/2024189
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
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 πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
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 πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.WaveShaperNode.WaveShaperNode πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.WaveShaperNode.curve πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.WaveShaperNode.oversample πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.WebGL2RenderingContext πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.activeTexture πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.attachShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.beginQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.beginTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindAttribLocation πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindBuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindBufferBase πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindBufferRange πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindRenderbuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindSampler πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindTexture πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bindVertexArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blendColor πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blendEquation πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blendEquationSeparate πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blendFunc πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blendFuncSeparate πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.blitFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bufferData πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bufferData.srcData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.bufferSubData πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.bufferSubData.srcData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.canvas πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.checkFramebufferStatus πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clear πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearBufferfi πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearBufferfv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearBufferfv.values_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.clearBufferiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearBufferiv.values_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.clearBufferuiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearBufferuiv.values_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.clearColor πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearDepth πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clearStencil πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.clientWaitSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.colorMask πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.compileShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.compressedTexImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.compressedTexImage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.compressedTexImage3D.pixels_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.compressedTexSubImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.compressedTexSubImage2D.srcData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.compressedTexSubImage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.copyBufferSubData πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.copyTexImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.copyTexSubImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.copyTexSubImage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createBuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createRenderbuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createSampler πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createTexture πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.createVertexArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.cullFace πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteBuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteRenderbuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteSampler πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteTexture πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.deleteVertexArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.depthFunc πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.depthMask πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.depthRange πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.detachShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.disable πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.disableVertexAttribArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawArrays πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawArraysInstanced πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawBuffers πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawElements πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawElementsInstanced πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawRangeElements πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawingBufferColorSpace πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality.
api.WebGL2RenderingContext.drawingBufferFormat πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.WebGL2RenderingContext.drawingBufferHeight πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.drawingBufferStorage πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.WebGL2RenderingContext.drawingBufferWidth πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.enable πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.enableVertexAttribArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.endQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.endTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.fenceSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.finish πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.flush πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.framebufferRenderbuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.framebufferTexture2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.framebufferTextureLayer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.frontFace πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.generateMipmap πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getActiveAttrib πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getActiveUniform πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getActiveUniformBlockName πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getActiveUniformBlockParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getActiveUniforms πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getAttachedShaders πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getAttribLocation πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getBufferParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getBufferSubData πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getBufferSubData.dstData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.getContextAttributes πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getError πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getExtension πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getFragDataLocation πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getFramebufferAttachmentParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getIndexedParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getInternalformatParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getProgramInfoLog πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getProgramParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getQueryParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getRenderbufferParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getSamplerParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getShaderInfoLog πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getShaderParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getShaderPrecisionFormat πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getShaderSource πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getSupportedExtensions πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getSyncParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getTexParameter πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getTransformFeedbackVarying πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getUniform πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getUniformBlockIndex πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getUniformIndices πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getUniformLocation πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getVertexAttrib πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.getVertexAttribOffset πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.hint πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.invalidateFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.invalidateSubFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isBuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isContextLost πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isEnabled πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isFramebuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isRenderbuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isSampler πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isShader πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isTexture πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.isVertexArray πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.lineWidth πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.linkProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.makeXRCompatible πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.WebGL2RenderingContext.pauseTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.pixelStorei πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.polygonOffset πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.readBuffer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.readPixels πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.readPixels.pixels_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.renderbufferStorage πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.renderbufferStorageMultisample πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.resumeTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.sampleCoverage πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.samplerParameterf πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.samplerParameteri πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.scissor πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.shaderSource πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilFunc πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilFuncSeparate πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilMask πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilMaskSeparate πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilOp πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.stencilOpSeparate πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGL2RenderingContext.texImage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texImage3D.srcData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.texParameterf πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texParameteri πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texStorage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texStorage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texSubImage2D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGL2RenderingContext.texSubImage3D πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.texSubImage3D.srcData_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.transformFeedbackVaryings πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1i πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1iv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1ui πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform1uiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2i πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2iv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2ui πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform2uiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3i πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3iv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3ui πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform3uiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4i πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4iv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4ui πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniform4uiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformBlockBinding πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix2fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix2fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix2x3fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix2x3fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix2x4fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix2x4fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix3fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix3fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix3x2fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix3x2fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix3x4fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix3x4fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix4fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix4fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix4x2fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix4x2fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.uniformMatrix4x3fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.uniformMatrix4x3fv.data_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.unpackColorSpace πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
api.WebGL2RenderingContext.useProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.validateProgram πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib1f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib1fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttrib2f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib2fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttrib3f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib3fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttrib4f πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib4fv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttribDivisor πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribI4i πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribI4iv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribI4iv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttribI4ui πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribI4uiv πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribI4uiv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGL2RenderingContext.vertexAttribIPointer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.vertexAttribPointer πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.viewport πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGL2RenderingContext.waitSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLActiveInfo πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLActiveInfo.name πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLActiveInfo.size πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLActiveInfo.type πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLBuffer πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLContextEvent πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLContextEvent.WebGLContextEvent πŸ“‹Chrome2/8/2012 Chrome Android2/27/2013385
api.WebGLContextEvent.statusMessage πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLFramebuffer πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLObject πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.WebGLProgram πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLQuery πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLRenderbuffer πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLRenderingContext πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
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 πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.attachShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bindAttribLocation πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bindBuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bindFramebuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bindRenderbuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bindTexture πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.blendColor πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.blendEquation πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.blendEquationSeparate πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.blendFunc πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.blendFuncSeparate πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bufferData πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.bufferSubData πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.canvas πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.checkFramebufferStatus πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.clear πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.clearColor πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.clearDepth πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.clearStencil πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.colorMask πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.compileShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.compressedTexImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGLRenderingContext.compressedTexSubImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.copyTexImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.copyTexSubImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createBuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createFramebuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createRenderbuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.createTexture πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.cullFace πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteBuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteFramebuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteRenderbuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.deleteTexture πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.depthFunc πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.depthMask πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.depthRange πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.detachShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.disable πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.disableVertexAttribArray πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.drawArrays πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.drawElements πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.drawingBufferColorSpace πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality.
api.WebGLRenderingContext.drawingBufferFormat πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.WebGLRenderingContext.drawingBufferHeight πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.drawingBufferStorage πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.WebGLRenderingContext.drawingBufferWidth πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.enable πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.enableVertexAttribArray πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.finish πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.flush πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.framebufferRenderbuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.framebufferTexture2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.frontFace πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.generateMipmap πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getActiveAttrib πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getActiveUniform πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getAttachedShaders πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getAttribLocation πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getBufferParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getContextAttributes πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getError πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getExtension πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getFramebufferAttachmentParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getProgramInfoLog πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getProgramParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getRenderbufferParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getShaderInfoLog πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getShaderParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getShaderPrecisionFormat πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getShaderSource πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getSupportedExtensions πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getTexParameter πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getUniform πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getUniformLocation πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getVertexAttrib πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.getVertexAttribOffset πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.hint πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isBuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isContextLost πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isEnabled πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isFramebuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isRenderbuffer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isShader πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.isTexture πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.lineWidth πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.linkProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.makeXRCompatible πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.WebGLRenderingContext.pixelStorei πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.polygonOffset πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.readPixels πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.renderbufferStorage πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.sampleCoverage πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.scissor πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.shaderSource πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilFunc πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilFuncSeparate πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilMask πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilMaskSeparate πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilOp πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.stencilOpSeparate πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.texImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGLRenderingContext.texParameterf πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.texParameteri πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.texSubImage2D πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGLRenderingContext.uniform1f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform1fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform1i πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform1iv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform2f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform2fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform2i πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform2iv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform3f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform3fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform3i πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform3iv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform4f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform4fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform4i πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniform4iv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniformMatrix2fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniformMatrix3fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.uniformMatrix4fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.unpackColorSpace πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
api.WebGLRenderingContext.useProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.validateProgram πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib1f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib1fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGLRenderingContext.vertexAttrib2f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib2fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGLRenderingContext.vertexAttrib3f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib3fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGLRenderingContext.vertexAttrib4f πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib4fv πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer Chrome7/25/2017 Chrome Android8/1/20177
api.WebGLRenderingContext.vertexAttribPointer πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLRenderingContext.viewport πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLSampler πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLShader πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLShaderPrecisionFormat πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLShaderPrecisionFormat.precision πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLShaderPrecisionFormat.rangeMax πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLShaderPrecisionFormat.rangeMin πŸ“‹Chrome2/3/2011 Chrome Android2/27/2013755
api.WebGLSync πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLTexture πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLTransformFeedback πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLUniformLocation πŸ“‹Chrome3/8/2011 Chrome Android2/27/2013722
api.WebGLVertexArrayObject πŸ“‹Chrome1/25/2017 Chrome Android4/25/201790
api.WebGLVertexArrayObjectOES πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.WebSocket πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.WebSocket.url_parameter_http_https_relative Chrome5/14/2024 Chrome Android5/14/2024
api.WebSocket.binaryType πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.WebSocket.bufferedAmount πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.close πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.close_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.error_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.extensions πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
api.WebSocket.message_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.open_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.protocol πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
api.WebSocket.protocol_rfc_6455 Chrome12/13/2011 Chrome Android6/27/2012197
api.WebSocket.readyState πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocket.send πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.WebSocket.worker_support Chrome5/25/2010 Chrome Android6/27/2012764
api.WebSocketError Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketError.WebSocketError Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketError.closeCode Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketError.reason Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream.WebSocketStream Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream.close Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream.closed Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream.opened Chrome4/16/2024 Chrome Android4/16/2024
api.WebSocketStream.url Chrome4/16/2024 Chrome Android4/16/2024
api.WebTransport πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.WebTransport πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.WebTransport.options_serverCertificateHashes_parameter πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.WebTransport.byob_readers Chrome1/10/2023 Chrome Android1/10/2023
api.WebTransport.close πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.closed πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.createBidirectionalStream πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.createUnidirectionalStream πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
Firefox: Returns a WritableStream instead of a WebTransportSendStream.Firefox for Android: Returns a WritableStream instead of a WebTransportSendStream.
api.WebTransport.createUnidirectionalStream.byob_readers Chrome1/10/2023 Chrome Android1/10/2023
api.WebTransport.datagrams πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.incomingBidirectionalStreams πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.incomingUnidirectionalStreams πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransport.protocol πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
api.WebTransport.ready πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportBidirectionalStream πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportBidirectionalStream.readable πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportBidirectionalStream.writable πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.byob_readers Chrome1/10/2023 Chrome Android1/10/2023
api.WebTransportDatagramDuplexStream.incomingHighWaterMark πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.incomingMaxAge πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.maxDatagramSize πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.outgoingHighWaterMark πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.outgoingMaxAge πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.readable πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportDatagramDuplexStream.writable Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportError πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportError.WebTransportError πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportError.source πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WebTransportError.streamErrorCode πŸ“‹Chrome1/4/2022 Chrome Android1/4/2022
api.WheelEvent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.WheelEvent.WheelEvent πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WheelEvent.deltaMode πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
api.WheelEvent.deltaX πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double.
api.WheelEvent.deltaY πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double.
api.WheelEvent.deltaZ πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
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 Chrome11/12/2013 Chrome Android11/14/20132
api.WheelEvent.wheelDelta Chrome12/11/2008 Chrome Android6/27/20121294
api.WheelEvent.wheelDeltaX Chrome12/11/2008 Chrome Android6/27/20121294
api.WheelEvent.wheelDeltaY Chrome12/11/2008 Chrome Android6/27/20121294
api.Window πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: The Window interface is not implemented, but some methods, and properties are available in the global scope.
api.Window.DOMContentLoaded_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.afterprint_event πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.Window.alert πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Android3/16/2017 Chrome1/23/2018313
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 πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
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 πŸ“‹Chrome Android12/5/2017 Chrome12/6/20171
api.Window.beforeunload_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.beforeunload_event.event_returnvalue_activation Chrome10/31/2023 Chrome Android10/31/2023
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 Chrome5/25/2016 Chrome Android6/8/201614
api.Window.beforeunload_event.preventdefault_activation Chrome10/31/2023 Chrome Android10/31/2023
api.Window.beforeunload_event.return_string_activation Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.blur πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.blur_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.Window.cancelIdleCallback πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Window.captureEvents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.close πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.confirm πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.Window.crashReport πŸ“‹Chrome2/10/2026 Chrome Android2/10/2026
api.Window.credentialless πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
api.Window.customElements πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
api.Window.devicePixelRatio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.Window.deviceorientation_event πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
api.Window.deviceorientationabsolute_event πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.Window.document πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.error_event πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
api.Window.event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.external πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Window.fetchLater πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
api.Window.find Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.focus πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: Starting in Chrome 66, opening a popup in fullscreen mode and calling this function will end fullscreen mode.
api.Window.focus_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.frames πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.gamepadconnected_event πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
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 πŸ“‹Chrome12/2/2025 Chrome Android12/2/2025
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome4/27/2011 Chrome Android6/27/2012427
api.Window.getScreenDetails πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
api.Window.getSelection πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.hashchange_event πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
Chrome: A regular Event object is fired, rather than a HashChangeEvent object.
api.Window.history πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.innerHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.Window.length πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.load_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.localStorage πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Deno: The key used for the Web Storage bucket is based on various factors. See the Deno manual.
api.Window.location πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.matchMedia πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.Window.menubar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.message_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Window.messageerror_event πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
api.Window.moveBy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.moveTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.moveTo.relative-multi-screen Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
api.Window.navigator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.offline_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.Window.online_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.Window.open πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome5/14/2024 Chrome Android5/14/2024
api.Window.open.features_parameter_popup Chrome2/1/2022 Chrome Android2/1/2022
api.Window.open.once_per_event Chrome11/6/2012 Chrome Android2/27/2013113
api.Window.open.relative-multi-screen Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.originAgentCluster πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.Window.outerHeight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.outerWidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.pagehide_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.Window.pagereveal_event πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
api.Window.pageshow_event πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
api.Window.pageswap_event πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
api.Window.parent πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.personalbar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.popstate_event πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 Chrome3/29/2022 Chrome Android3/29/2022
api.Window.postMessage.options_includeUserActivation_parameter Chrome1/29/2019 Chrome Android1/29/2019
api.Window.postMessage.transfer_parameter Chrome1/25/2010 Chrome Android6/27/2012884
api.Window.print πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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.rejectionhandled_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.Window.releaseEvents πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.requestAnimationFrame πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
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 Chrome8/2/2011 Chrome Android6/27/2012330
api.Window.requestIdleCallback πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.Window.resizeBy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome8/2/2011 Chrome Android6/27/2012330
api.Window.screen πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.screenLeft πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.screenLeft.relative-multi-screen Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.screenTop.relative-multi-screen Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome3/29/2022 Chrome Android3/29/2022
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scroll.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
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 Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scroll.options_top_parameter Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scrollBy πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scrollBy.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
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 Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scrollBy.options_top_parameter Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scrollTo πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scrollTo.options_behavior_parameter Chrome9/5/2017 Chrome Android9/5/2017
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 Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scrollTo.options_top_parameter Chrome3/3/2015 Chrome Android3/11/20158
api.Window.scrollX πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scrollX.subpixel_precision Chrome1/21/2015 Chrome Android1/21/2015
api.Window.scrollY πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scrollY.subpixel_precision Chrome1/21/2015 Chrome Android1/21/2015
api.Window.scrollbars πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.scrollsnapchange_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Window.scrollsnapchanging_event πŸ“‹Chrome9/17/2024 Chrome Android9/17/2024
api.Window.self πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.sessionStorage πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.Window.sharedStorage πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
api.Window.showDirectoryPicker πŸ“‹Chrome10/20/2020 Chrome Android1/14/20251547
api.Window.showOpenFilePicker πŸ“‹Chrome10/20/2020 Chrome Android1/14/20251547
api.Window.showSaveFilePicker πŸ“‹Chrome10/20/2020 Chrome Android1/14/20251547
api.Window.speechSynthesis πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
api.Window.status πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.statusbar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.stop πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.storage_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.styleMedia Chrome9/2/2010 Chrome Android6/27/2012664
api.Window.toolbar πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.top πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Starting in Firefox 6, this property is read only, as defined by the standard.
api.Window.unhandledrejection_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.Window.viewport πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.Window.visualViewport πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
api.Window.window πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.WindowClient πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.WindowClient.focus πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.WindowClient.focused πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.WindowClient.navigate πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
Safari: This method exists, but always throws NotSupportedError.Safari on iOS: This method exists, but always throws NotSupportedError.
api.WindowClient.visibilityState πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
api.Worker πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Node.js: Takes entirely different options parameters.
api.Worker.Worker.ecmascript_modules Chrome2/4/2020 Chrome Android2/4/2020
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 Chrome1/4/2022 Chrome Android1/4/2022
api.Worker.Worker.options_name_parameter Chrome10/16/2018 Chrome Android10/17/20181
api.Worker.Worker.options_type_parameter Chrome2/4/2020 Chrome Android2/4/2020
Deno: Only supports module
api.Worker.error_event πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Node.js: Supports the event, but only via Node EventEmitter.
api.Worker.message_event πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Node.js: Supports the event, but only via Node EventEmitter.
api.Worker.postMessage πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
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 Chrome1/29/2019 Chrome Android1/29/2019
api.Worker.terminate πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Returns a Promise.Node.js: Takes an optional callback parameter to be executed when the worker has terminated.
api.Worker.worker_support Chrome9/4/2018 Chrome Android9/4/2018
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.error_event πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.fonts πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.WorkerGlobalScope.importScripts πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.importScripts.enforces_trusted_types πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
api.WorkerGlobalScope.importScripts.mime_checks Chrome12/4/2018 Chrome Android12/4/2018
api.WorkerGlobalScope.languagechange_event πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.location πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.navigator πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.rejectionhandled_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.WorkerGlobalScope.securitypolicyviolation_event πŸ“‹Chrome3/3/2015 Chrome Android3/11/20158
api.WorkerGlobalScope.self πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerGlobalScope.unhandledrejection_event πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
api.WorkerLocation πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.hash πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.host πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.hostname πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.href πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.origin πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
api.WorkerLocation.pathname πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.port πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.protocol πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.search πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerLocation.toString πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.appCodeName πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.appName πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.appVersion πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.connection πŸ“‹Chrome Android10/8/2014 Chrome9/5/20171063
api.WorkerNavigator.deviceMemory πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
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 πŸ“‹Chrome5/2/2023 Chrome Android1/23/2024266
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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.language πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
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 πŸ“‹Chrome9/4/2018 Chrome Android9/4/2018
api.WorkerNavigator.mediaCapabilities πŸ“‹Chrome7/30/2019 Chrome Android7/30/2019
api.WorkerNavigator.ml πŸ“‹Chrome4/4/2023 Chrome Android4/4/2023
api.WorkerNavigator.onLine πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
api.WorkerNavigator.platform πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.storage πŸ“‹Chrome12/1/2016 Chrome Android12/6/20165
api.WorkerNavigator.storageBuckets πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
api.WorkerNavigator.usb πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.WorkerNavigator.userAgentData πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.Worklet πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.Worklet.addModule πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.Worklet.ecmascript_modules Chrome2/4/2020 Chrome Android2/4/2020
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 πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
api.WritableStream πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
Node.js: Available as a part of the stream/web module.
api.WritableStream.WritableStream πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStream.abort πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStream.close πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.WritableStream.getWriter πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStream.locked πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStream.transferable πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.WritableStreamDefaultController πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
Node.js: Available as a part of the stream/web module.
api.WritableStreamDefaultController.error πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultController.signal πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
api.WritableStreamDefaultWriter πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
Node.js: Available as a part of the stream/web module.
api.WritableStreamDefaultWriter.WritableStreamDefaultWriter πŸ“‹Chrome10/22/2019 Chrome Android10/22/2019
api.WritableStreamDefaultWriter.abort πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.close πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.closed πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.desiredSize πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.ready πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.releaseLock πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.WritableStreamDefaultWriter.write πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.XMLDocument πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Implemented via ActiveXObject('Microsoft.XMLHTTP')
api.XMLHttpRequest.XMLHttpRequest πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.abort πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.abort_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.error_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.getAllResponseHeaders πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome7/25/2017 Chrome Android8/1/20177
api.XMLHttpRequest.getResponseHeader πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.loadend_event πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.XMLHttpRequest.loadstart_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.open πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Implemented via ActiveXObject
api.XMLHttpRequest.progress_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.readyState πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.readystatechange_event πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.response πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
api.XMLHttpRequest.responseText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Before Internet Explorer 10, the value of XMLHttpRequest.responseText could be read only once the request was complete.
api.XMLHttpRequest.responseType πŸ“‹Chrome11/12/2013 Chrome Android11/14/20132
api.XMLHttpRequest.responseType.arraybuffer_value Chrome11/12/2013 Chrome Android11/14/20132
api.XMLHttpRequest.responseType.blob_value Chrome11/12/2013 Chrome Android11/14/20132
api.XMLHttpRequest.responseType.document_value Chrome11/12/2013 Chrome Android11/14/20132
api.XMLHttpRequest.responseType.json_value Chrome11/12/2013 Chrome Android11/14/20132
api.XMLHttpRequest.responseURL πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
api.XMLHttpRequest.responseXML πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.send.body_ArrayBufferView_type Chrome9/25/2012 Chrome Android2/27/2013155
api.XMLHttpRequest.send.body_ArrayBuffer_type Chrome2/3/2011 Chrome Android6/27/2012510
api.XMLHttpRequest.send.body_Blob_type Chrome9/25/2012 Chrome Android2/27/2013155
api.XMLHttpRequest.send.body_FormData_type Chrome9/2/2010 Chrome Android6/27/2012664
api.XMLHttpRequest.send.body_URLSearchParams_type Chrome6/5/2017 Chrome Android6/6/20171
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 πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.XMLHttpRequest.setPrivateToken πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.XMLHttpRequest.setRequestHeader πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequest.status πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject()
api.XMLHttpRequest.statusText πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject()
api.XMLHttpRequest.timeout πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.XMLHttpRequest.timeout_event πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.XMLHttpRequest.upload πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequest.withCredentials πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
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 Chrome1/25/2010 Chrome Android6/27/2012884
api.XMLHttpRequestEventTarget πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLHttpRequestUpload πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.abort_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.error_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.load_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.loadend_event πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
api.XMLHttpRequestUpload.loadstart_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.progress_event πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.XMLHttpRequestUpload.timeout_event πŸ“‹Chrome8/20/2013 Chrome Android8/21/20131
api.XMLSerializer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLSerializer.XMLSerializer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XMLSerializer.serializeToString πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathEvaluator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathEvaluator.XPathEvaluator πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathEvaluator.createExpression πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathEvaluator.createNSResolver πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathEvaluator.evaluate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathExpression πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathExpression.evaluate πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.booleanValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.invalidIteratorState πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.iterateNext πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.numberValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.resultType πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.singleNodeValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.snapshotItem πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.snapshotLength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XPathResult.stringValue πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XRAnchor πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchor.anchorSpace πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchor.delete πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.@@iterator Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.entries Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.forEach Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.has Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.keys Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.size Chrome8/25/2020 Chrome Android8/25/2020
api.XRAnchorSet.values Chrome8/25/2020 Chrome Android8/25/2020
api.XRBoundedReferenceSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRBoundedReferenceSpace.boundsGeometry πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRCPUDepthInformation πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRCPUDepthInformation.data πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRCPUDepthInformation.getDepthInMeters πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRCamera πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.XRCamera.height πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.XRCamera.width πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.XRDepthInformation πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRDepthInformation.height πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRDepthInformation.normDepthBufferFromNormView πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRDepthInformation.projectionMatrix πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRDepthInformation.rawValueToMeters πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRDepthInformation.transform πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRDepthInformation.width πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRFrame πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRFrame.createAnchor πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRFrame.fillJointRadii πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRFrame.fillPoses πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRFrame.getDepthInformation πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRFrame.getHitTestResults πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRFrame.getHitTestResultsForTransientInput πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRFrame.getJointPose πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRFrame.getLightEstimate πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRFrame.getPose πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRFrame.getViewerPose πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRFrame.session πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRFrame.trackedAnchors πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRHand πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.@@iterator Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.entries Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.forEach Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.get Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.keys Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.size Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHand.values Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRHitTestResult πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRHitTestResult.createAnchor πŸ“‹Chrome8/25/2020 Chrome Android8/25/2020
api.XRHitTestResult.getPose πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRHitTestSource πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRHitTestSource.cancel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRInputSource πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.gamepad πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.gripSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.hand πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRInputSource.handedness πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.profiles πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.targetRayMode πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSource.targetRaySpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.@@iterator Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.entries Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.forEach Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.keys Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.length πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceArray.values Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceEvent.XRInputSourceEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceEvent.frame πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourceEvent.inputSource πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourcesChangeEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourcesChangeEvent.XRInputSourcesChangeEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourcesChangeEvent.added πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourcesChangeEvent.removed πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRInputSourcesChangeEvent.session πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRJointPose πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRJointPose.radius πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRJointSpace πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRJointSpace.jointName πŸ“‹Chrome11/12/2024 Chrome Android11/12/2024
Edge: Hololens 2 only.
api.XRLayer πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.XRLightEstimate πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightEstimate.primaryLightDirection πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightEstimate.primaryLightIntensity πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightEstimate.sphericalHarmonicsCoefficients πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightProbe πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightProbe.probeSpace πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRLightProbe.reflectionchange_event πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRPose πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRPose.emulatedPosition πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRPose.transform πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRay πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRRay.XRRay πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRRay.direction πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRRay.matrix πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRRay.origin πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRReferenceSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpace.getOffsetReferenceSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpace.reset_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpaceEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpaceEvent.XRReferenceSpaceEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpaceEvent.referenceSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRReferenceSpaceEvent.transform πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRenderState πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRenderState.baseLayer πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRenderState.depthFar πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRenderState.depthNear πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRenderState.inlineVerticalFieldOfView πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform.XRRigidTransform πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform.inverse πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform.matrix πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform.orientation πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRRigidTransform.position πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.cancelAnimationFrame πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.depthActive πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRSession.depthDataFormat πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRSession.depthType πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRSession.depthUsage πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRSession.domOverlayState πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.XRSession.enabledFeatures πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
api.XRSession.end πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.end_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.environmentBlendMode πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRSession.inputSources πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.inputsourceschange_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.interactionMode πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
api.XRSession.pauseDepthSensing πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRSession.preferredReflectionFormat πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRSession.renderState πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.requestAnimationFrame πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.requestHitTestSource πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRSession.requestHitTestSourceForTransientInput πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRSession.requestLightProbe πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRSession.requestReferenceSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.resumeDepthSensing πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
api.XRSession.select_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.selectend_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.selectstart_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.squeeze_event πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.XRSession.squeezeend_event πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.XRSession.squeezestart_event πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.XRSession.updateRenderState πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.visibilityState πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSession.visibilitychange_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSessionEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSessionEvent.XRSessionEvent πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSessionEvent.session πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSpace πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSystem πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSystem.devicechange_event πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSystem.isSessionSupported πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRSystem.requestSession πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRTransientInputHitTestResult πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRTransientInputHitTestResult.inputSource πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRTransientInputHitTestResult.results πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRTransientInputHitTestSource πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRTransientInputHitTestSource.cancel πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
api.XRView πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRView.camera πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.XRView.eye πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRView.index πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRView.isFirstPersonObserver πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
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 πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRView.recommendedViewportScale πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRView.requestViewportScale πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRView.transform πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewerPose πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewerPose.views πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewport πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewport.height πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewport.width πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewport.x πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRViewport.y πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRVisibilityMaskChangeEvent πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.XRVisibilityMaskChangeEvent πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.eye πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.index πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.indices πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.session πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRVisibilityMaskChangeEvent.vertices πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
api.XRWebGLBinding πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.XRWebGLBinding.XRWebGLBinding πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
api.XRWebGLBinding.getCameraImage πŸ“‹Chrome10/25/2022 Chrome Android10/25/2022
api.XRWebGLBinding.getDepthInformation πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRWebGLBinding.getReflectionCubeMap πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRWebGLDepthInformation πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRWebGLDepthInformation.texture πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
api.XRWebGLLayer πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.XRWebGLLayer πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.antialias πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.framebuffer πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.framebufferHeight πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.framebufferWidth πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.getNativeFramebufferScaleFactor_static πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.getViewport πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XRWebGLLayer.ignoreDepthValues πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
api.XSLTProcessor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.XSLTProcessor πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.clearParameters πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.getParameter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.removeParameter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.reset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.XSLTProcessor.setParameter πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.atob.worker_support Chrome10/1/2013 Chrome Android10/2/20131
api.btoa πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
api.btoa.worker_support Chrome10/1/2013 Chrome Android10/2/20131
api.caches πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
api.caches.secure_context_required Chrome3/6/2018 Chrome Android3/6/2018
api.caches.worker_support Chrome1/21/2015 Chrome Android1/21/2015
api.clearInterval πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome9/15/2009 Chrome Android6/27/20121016
api.clearTimeout πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Chrome9/15/2009 Chrome Android6/27/20121016
api.console πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Throws error when assertion fails.
api.console.clear_static πŸ“‹Chrome2/21/2013 Chrome Android2/27/20136
api.console.countReset_static πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
api.console.count_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.debug_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Since Node.js 8.10.0, this method is an alias for console.log.
api.console.dir_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.dirxml_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Node.js: Does not use Logger to log data.
api.console.error_static πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.console.groupCollapsed_static πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Node.js: Alias for console.group
api.console.groupEnd_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.group_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.info_static πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: Alias for console.log
api.console.log_static πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
api.console.profileEnd_static Chrome5/25/2010 Chrome Android6/27/2012764
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 Chrome5/25/2010 Chrome Android6/27/2012764
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 Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/21/2013 Chrome Android5/22/20131
api.console.timeEnd_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.timeLog_static πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.console.timeStamp_static Chrome10/25/2011 Chrome Android6/27/2012246
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 Chrome3/4/2025 Chrome Android3/4/2025
api.console.timeStamp_static.data_parameter Chrome9/30/2025 Chrome Android9/30/2025
api.console.timeStamp_static.end_parameter Chrome3/4/2025 Chrome Android3/4/2025
api.console.timeStamp_static.label_parameter Chrome10/25/2011 Chrome Android6/27/2012246
api.console.timeStamp_static.start_parameter Chrome3/4/2025 Chrome Android3/4/2025
api.console.timeStamp_static.trackGroup_parameter Chrome3/4/2025 Chrome Android3/4/2025
api.console.timeStamp_static.trackName_parameter Chrome3/4/2025 Chrome Android3/4/2025
api.console.time_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.trace_static πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
api.console.warn_static πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Node.js: Alias for console.error
api.console.worker_support Chrome11/12/2013 Chrome Android11/14/20132
api.createImageBitmap πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
api.createImageBitmap.options_colorSpaceConversion_parameter Chrome4/19/2017 Chrome Android4/25/20176
api.createImageBitmap.options_imageOrientation_parameter Chrome7/20/2016 Chrome Android7/27/20167
api.createImageBitmap.options_imageOrientation_parameter.from-image Chrome4/4/2023 Chrome Android4/4/2023
api.createImageBitmap.options_premultiplyAlpha_parameter Chrome7/20/2016 Chrome Android7/27/20167
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 Chrome10/12/2016 Chrome Android10/19/20167
api.createImageBitmap.options_resizeQuality_parameter Chrome10/12/2016 Chrome Android10/19/20167
api.createImageBitmap.options_resizeWidth_parameter Chrome10/12/2016 Chrome Android10/19/20167
api.createImageBitmap.svgimageelement_as_source_image Chrome6/5/2017 Chrome Android6/6/20171
api.crossOriginIsolated πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
api.crypto πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
Node.js: Available as a part of the crypto module.
api.crypto.worker_support Chrome8/26/2014 Chrome Android9/3/20148
api.fetch πŸ“‹Chrome4/14/2015 Chrome Android4/15/20151
Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.
api.fetch.blob_data_support Chrome1/20/2016 Chrome Android1/26/20166
api.fetch.body_readablestream πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
api.fetch.init_attributionReporting_parameter πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
api.fetch.init_browsingTopics_parameter Chrome6/11/2024 Chrome Android6/11/2024
api.fetch.init_keepalive_parameter Chrome4/17/2018 Chrome Android4/17/2018
api.fetch.init_priority_parameter Chrome4/26/2022 Chrome Android4/26/2022
api.fetch.init_privateToken_parameter πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
api.fetch.init_referrerPolicy_parameter Chrome7/20/2016 Chrome Android7/27/20167
api.fetch.init_signal_parameter Chrome4/17/2018 Chrome Android4/17/2018
api.indexedDB πŸ“‹Chrome1/10/2013 Chrome Android2/27/201348
api.indexedDB.worker_support Chrome1/10/2013 Chrome Android2/27/201348
api.isSecureContext πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
api.isSecureContext.worker_support Chrome12/1/2016 Chrome Android12/6/20165
api.origin πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
api.performance πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Node.js: Available as a part of the perf_hooks module.
api.performance.worker_support Chrome10/1/2013 Chrome Android10/2/20131
Node.js: Available as a part of the perf_hooks module.
api.queueMicrotask πŸ“‹Chrome12/4/2018 Chrome Android12/4/2018
api.reportError πŸ“‹Chrome10/19/2021 Chrome Android10/19/2021
api.scheduler πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
api.setInterval πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.setInterval.supports_parameters_for_callback Chrome12/11/2008 Chrome Android6/27/20121294
api.setInterval.worker_support Chrome9/15/2009 Chrome Android6/27/20121016
api.setTimeout πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
api.setTimeout.supports_parameters_for_callback Chrome12/11/2008 Chrome Android6/27/20121294
api.setTimeout.worker_support Chrome9/15/2009 Chrome Android6/27/20121016
api.structuredClone πŸ“‹Chrome2/1/2022 Chrome Android2/1/2022
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 πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020

HTML Data

API First Browser Date Last Browser Date Days Notes
html.elements.a πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Starting with Firefox 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816).Firefox for Android: Starting with Firefox for Android 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816).
html.elements.a.attributionsrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
html.elements.a.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.coords πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.
html.elements.a.download πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
Chrome: Starting in Chrome 65, cross-origin downloads are not supported on the <a> element.Chrome Android: Starting in Chrome Android 65, cross-origin downloads are not supported on the <a> element.Edge: Starting in Edge 79, cross-origin downloads are not supported on the <a> element.Edge: Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (bug 7160092).Edge: Edge 17 or older didn't follow the attributes' value to determine filename (bug 7260192).Firefox for Android: The attribute's filename value only affects the suggested file name for the blob: and data: URI schemes. Other schemes ignore the suggested filename. See bug 1845642.Quest Browser: Starting in Quest Browser 5.0, cross-origin downloads are not supported on the <a> element.Opera: Starting in Opera 52, cross-origin downloads are not supported on the <a> element.Opera Android: Starting in Opera Android 47, cross-origin downloads are not supported on the <a> element.Samsung Internet: Starting in Samsung Internet 9.0, cross-origin downloads are not supported on the <a> element.WebView Android: Starting in WebView Android 65, cross-origin downloads are not supported on the <a> element.
html.elements.a.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.href.href_top Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.hreflang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.hreftranslate Chrome4/7/2020 Chrome Android4/7/2020
html.elements.a.implicit_noopener Chrome1/19/2021 Chrome Android1/19/2021
html.elements.a.interestfor Chrome10/28/2025 Chrome Android10/28/2025
html.elements.a.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.ping πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
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.
html.elements.a.referrerpolicy πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
html.elements.a.referrerpolicy.no-referrer-when-downgrade Chrome5/25/2016 Chrome Android6/8/201614
html.elements.a.referrerpolicy.origin-when-cross-origin Chrome5/25/2016 Chrome Android6/8/201614
html.elements.a.referrerpolicy.unsafe-url Chrome5/25/2016 Chrome Android6/8/201614
html.elements.a.rel πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.rel.noopener πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window.
html.elements.a.rel.noreferrer πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.)
html.elements.a.rev πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.shape πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.
html.elements.a.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.a.target.unfencedTop Chrome6/11/2024 Chrome Android6/11/2024
html.elements.a.text_fragments Chrome2/4/2020 Chrome Android2/4/2020
html.elements.a.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.abbr πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.acronym πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.address πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.attributionsrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
html.elements.area.coords πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.download πŸ“‹Chrome10/12/2016 Chrome Android10/19/20167
html.elements.area.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.implicit_noopener Chrome1/19/2021 Chrome Android1/19/2021
html.elements.area.interestfor Chrome10/28/2025 Chrome Android10/28/2025
html.elements.area.nohref πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.ping πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
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.
html.elements.area.referrerpolicy πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
html.elements.area.referrerpolicy.no-referrer-when-downgrade Chrome5/25/2016 Chrome Android6/8/201614
html.elements.area.referrerpolicy.origin-when-cross-origin Chrome5/25/2016 Chrome Android6/8/201614
html.elements.area.referrerpolicy.unsafe-url Chrome5/25/2016 Chrome Android6/8/201614
html.elements.area.rel πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
html.elements.area.rel.noopener πŸ“‹Chrome3/2/2016 Chrome Android3/9/20167
Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window.
html.elements.area.rel.noreferrer πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.)
html.elements.area.shape πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.area.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.article πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.aside πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.audio πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Firefox: For Firefox to play audio, the server must serve the file using the correct MIME type.Firefox for Android: For Firefox for Android to play audio, the server must serve the file using the correct MIME type.
html.elements.audio.controls πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.audio.controlslist πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
html.elements.audio.crossorigin πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.
html.elements.audio.disableremoteplayback πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
html.elements.audio.loop πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.audio.muted πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
html.elements.audio.preload πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera 51.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in Chrome 64.
html.elements.audio.src πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.b πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.base πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Internet Explorer: Before Internet Explorer 7, <base> can be positioned anywhere in the document and the nearest value of <base> is used.
html.elements.base.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.base.href.forbid_data_javascript_urls Chrome4/19/2017 Chrome Android4/25/20176
html.elements.base.href.relative_url Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.base.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.bdi πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
html.elements.bdo πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
html.elements.big πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.blockquote πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.blockquote.cite Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.alink Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.background Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.bottommargin Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only.
html.elements.body.leftmargin Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only.
html.elements.body.link Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.rightmargin Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only.
html.elements.body.text Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.body.topmargin Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only.
html.elements.body.vlink Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.br πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.br.clear Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.button πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.button.command πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
html.elements.button.command.request-close πŸ“‹Chrome8/5/2025 Chrome Android8/5/2025
html.elements.button.commandfor πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
html.elements.button.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.button.form Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.formaction Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.formenctype Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.formmethod Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.formnovalidate Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.formtarget Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.button.interestfor Chrome10/28/2025 Chrome Android10/28/2025
html.elements.button.name Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.button.popovertarget πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
html.elements.button.popovertarget.implicit_anchor_reference Chrome2/4/2025 Chrome Android2/4/2025
html.elements.button.popovertargetaction πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
html.elements.button.type Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.button.value Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.canvas πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it.
html.elements.canvas.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it.
html.elements.canvas.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it.
html.elements.caption πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.caption.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.center πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.cite πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.code πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.col πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.col.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.col.span πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.col.valign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.col.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.colgroup πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.colgroup.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.colgroup.span πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.colgroup.valign πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.colgroup.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.data πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
html.elements.data.value πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
html.elements.datalist πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
Firefox for Android: The dropdown menu containing available options does not appear. See bug 1535985.
html.elements.datalist.input_type_color πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.datalist.input_type_date πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.datalist.input_type_email πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.datalist.input_type_number πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.datalist.input_type_range πŸ“‹Chrome6/26/2012 Chrome Android3/16/20171724
html.elements.datalist.input_type_search πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.datalist.input_type_tel πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.datalist.input_type_text πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.datalist.input_type_time πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.datalist.input_type_url πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.dd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element was implemented using the HTMLSpanElement interface instead of HTMLElement.
html.elements.del πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.del.cite Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.del.datetime Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.details πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
Firefox: Before Firefox 57, there was a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them.Firefox for Android: There is a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them.
html.elements.details.name Chrome12/5/2023 Chrome Android12/5/2023
html.elements.details.open Chrome6/7/2011 Chrome Android6/27/2012386
html.elements.details.search_match_opens Chrome1/4/2022 Chrome Android1/4/2022
Firefox: The browser does not correctly scroll to the matching text. See bug 2006040.Firefox for Android: The browser does not correctly scroll to the matching text. See bug 2006040.Safari: The browser does not correctly scroll to the matching text. See bug 304174.Safari on iOS: The browser does not correctly scroll to the matching text. See bug 304174.WebView on iOS: The browser does not correctly scroll to the matching text. See bug 304174.
html.elements.dfn πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
html.elements.dialog πŸ“‹Chrome8/26/2014 Chrome Android9/3/20148
html.elements.dialog.closedby πŸ“‹Chrome3/4/2025 Chrome Android3/4/2025
html.elements.dialog.open Chrome8/26/2014 Chrome Android9/3/20148
html.elements.dir πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.dir.compact Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.div πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.div.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.dl πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.dt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.em πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.embed.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.fencedframe πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
html.elements.fencedframe.allow πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
html.elements.fencedframe.height πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
html.elements.fencedframe.width πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
html.elements.fieldset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Chrome Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Edge: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 4511145.Quest Browser: Before version 12.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.Samsung Internet: Before version 14.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.WebView Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.
html.elements.fieldset.disabled πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
Edge: Does not work with nested fieldsets. For example: <fieldset disabled><fieldset><!--Still enabled--></fieldset></fieldset>Internet Explorer: Not all form control descendants of a disabled fieldset are properly disabled in IE11; see IE bug 817488: input[type='file'] not disabled inside disabled fieldset and IE bug 962368: Can still edit input[type='text'] within fieldset[disabled].
html.elements.fieldset.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.fieldset.name πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
html.elements.figcaption πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
html.elements.figure πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
html.elements.font πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.font.color Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.font.face Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.font.size Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.footer πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.accept-charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.action πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.autocomplete πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
Chrome: The Google Chrome UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Chrome Android: The Chrome Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Quest Browser: The Quest Browser UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Quest Browser might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera: The Opera UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera Android: The Opera Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Samsung Internet: The Samsung Internet UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Samsung Internet might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.WebView Android: The WebView Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, WebView Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.
html.elements.form.autocomplete.one-time-code Chrome Android7/27/2020 Chrome8/31/2021400
html.elements.form.autocomplete.webauthn πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
html.elements.form.enctype πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.method πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.form.novalidate πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.form.rel πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
html.elements.form.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.frameborder Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.marginheight Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.marginwidth Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.name Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.noresize Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.scrolling Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frame.src Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frameset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frameset.cols Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.frameset.rows Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.geolocation πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
html.elements.geolocation.autolocate πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
html.elements.geolocation.watch πŸ“‹Chrome1/13/2026 Chrome Android1/13/2026
html.elements.h1 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.h2 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.h3 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.h4 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.h5 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.h6 πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.head πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.header πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.hgroup πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.hr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.hr.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.hr.color Chrome2/20/2014 Chrome Android2/26/20146
html.elements.hr.noshade Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.hr.size Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.hr.width Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.html πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.html.version πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.html.xmlns Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.i πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: The resize CSS property doesn't have any effect on this element due to bug 680823.Firefox for Android: The resize CSS property doesn't have any effect on this element due to bug 680823.Safari: Safari has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.Safari on iOS: Safari on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.WebView on iOS: WebView on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.
html.elements.iframe.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.allow πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
html.elements.iframe.allow.accelerometer πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.iframe.allow.ambient-light-sensor πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.iframe.allow.attribution-reporting πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
html.elements.iframe.allow.autoplay πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.bluetooth πŸ“‹Chrome8/2/2022 Chrome Android8/2/2022
html.elements.iframe.allow.browsing-topics Chrome7/18/2023 Chrome Android7/21/20233
html.elements.iframe.allow.camera πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.cross-origin-isolated πŸ“‹Chrome11/17/2020 Chrome Android11/17/2020
html.elements.iframe.allow.display-capture πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
html.elements.iframe.allow.encrypted-media πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.fullscreen πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
html.elements.iframe.allow.geolocation πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.gyroscope πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.iframe.allow.hid πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
html.elements.iframe.allow.identity-credentials-get πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
html.elements.iframe.allow.idle-detection πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
html.elements.iframe.allow.magnetometer πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.iframe.allow.microphone πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.midi πŸ“‹Chrome1/23/2018 Chrome Android1/23/2018
html.elements.iframe.allow.otp-credentials πŸ“‹Chrome Android7/27/2020 Chrome8/31/2021400
html.elements.iframe.allow.payment πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
html.elements.iframe.allow.picture-in-picture πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
html.elements.iframe.allow.publickey-credentials-get πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
html.elements.iframe.allow.screen-wake-lock πŸ“‹Chrome7/27/2020 Chrome Android7/27/2020
html.elements.iframe.allow.serial πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
html.elements.iframe.allow.storage-access πŸ“‹Chrome5/2/2023 Chrome Android5/2/2023
html.elements.iframe.allow.usb πŸ“‹Chrome7/25/2017 Chrome Android8/1/20177
html.elements.iframe.allow.web-share πŸ“‹Chrome10/20/2020 Chrome Android10/20/2020
Firefox: Firefox recognizes the web-share permissions policy, but this has no effect in versions of Firefox that do not support the share() method.Firefox for Android: Firefox for Android recognizes the web-share permissions policy, but this has no effect in versions of Firefox for Android that do not support the share() method.
html.elements.iframe.allow.wildcards Chrome11/29/2022 Chrome Android11/29/2022
html.elements.iframe.allow.window-management πŸ“‹Chrome3/29/2022 Chrome Android3/29/2022
html.elements.iframe.allow.xr-spatial-tracking πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
html.elements.iframe.allowfullscreen πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
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.
html.elements.iframe.allowpaymentrequest Chrome7/25/2017 Chrome Android8/1/20177
html.elements.iframe.browsingtopics Chrome6/11/2024 Chrome Android6/11/2024
html.elements.iframe.credentialless πŸ“‹Chrome2/7/2023 Chrome Android2/7/2023
html.elements.iframe.cross-origin-top-navigation-by-user-activation Chrome7/24/2018 Chrome Android7/24/2018
Chrome: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Chrome Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Edge: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Firefox: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Firefox for Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Quest Browser: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Opera: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Opera Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Safari: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console.Safari on iOS: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console.Samsung Internet: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.WebView Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.WebView on iOS: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console.
html.elements.iframe.csp πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
html.elements.iframe.frameborder πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.loading πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
html.elements.iframe.longdesc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.marginheight πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.marginwidth πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.privateToken πŸ“‹Chrome9/12/2023 Chrome Android9/12/2023
html.elements.iframe.referrerpolicy πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
html.elements.iframe.referrerpolicy.no-referrer-when-downgrade Chrome5/25/2016 Chrome Android6/8/201614
html.elements.iframe.referrerpolicy.origin-when-cross-origin Chrome5/25/2016 Chrome Android6/8/201614
html.elements.iframe.referrerpolicy.unsafe-url Chrome5/25/2016 Chrome Android6/8/201614
html.elements.iframe.sandbox πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.iframe.sandbox.allow-downloads πŸ“‹Chrome5/19/2020 Chrome Android5/19/2020
html.elements.iframe.sandbox.allow-forms πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.iframe.sandbox.allow-modals πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
html.elements.iframe.sandbox.allow-orientation-lock πŸ“‹Chrome7/24/2018 Chrome Android7/24/2018
html.elements.iframe.sandbox.allow-popups πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
html.elements.iframe.sandbox.allow-popups-to-escape-sandbox πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
html.elements.iframe.sandbox.allow-presentation πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
html.elements.iframe.sandbox.allow-same-origin πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
Chrome: Chrome 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Chrome Android: Chrome Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Edge: Edge 79 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Quest Browser: Quest Browser 6.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera: Opera 57 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera Android: Opera Android 49 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Samsung Internet: Samsung Internet 10.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView Android: WebView Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.
html.elements.iframe.sandbox.allow-scripts πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.iframe.sandbox.allow-storage-access-by-user-activation Chrome5/2/2023 Chrome Android5/2/2023
html.elements.iframe.sandbox.allow-top-navigation πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.iframe.sandbox.allow-top-navigation-by-user-activation πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
html.elements.iframe.scrolling πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.iframe.srcdoc πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
html.elements.iframe.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.aspect_ratio_computed_from_attributes Chrome12/10/2019 Chrome Android12/17/20197
Safari: Safari doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).Safari on iOS: Safari on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).WebView on iOS: WebView on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).
html.elements.img.attributionsrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
html.elements.img.border πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.crossorigin πŸ“‹Chrome8/2/2011 Chrome Android6/27/2012330
html.elements.img.decoding πŸ“‹Chrome3/6/2018 Chrome Android3/6/2018
html.elements.img.fetchpriority πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
html.elements.img.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.hspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.ismap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.loading πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
html.elements.img.longdesc πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.referrerpolicy πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
html.elements.img.referrerpolicy.no-referrer-when-downgrade Chrome5/25/2016 Chrome Android6/8/201614
html.elements.img.referrerpolicy.origin-when-cross-origin Chrome5/25/2016 Chrome Android6/8/201614
html.elements.img.referrerpolicy.unsafe-url Chrome5/25/2016 Chrome Android6/8/201614
html.elements.img.sizes πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
html.elements.img.sizes.auto πŸ“‹Chrome6/11/2024 Chrome Android6/11/2024
html.elements.img.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.srcset πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
html.elements.img.usemap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.usemap.case_sensitive Chrome4/19/2017 Chrome Android4/25/20176
html.elements.img.vspace πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.img.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696).
html.elements.input.accept πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Safari on iOS: Does not support audio/* MIME type. See bug 242110.WebView on iOS: Does not support audio/* MIME type. See bug 242110.
html.elements.input.align πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.alt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.autocomplete πŸ“‹Chrome9/16/2011 Chrome Android6/27/2012285
html.elements.input.checked πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.dirname πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
html.elements.input.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.formaction πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.input.formenctype πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.input.formmethod πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.input.formnovalidate πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.input.formtarget πŸ“‹Chrome2/3/2011 Chrome Android6/27/2012510
html.elements.input.max πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.input.maxlength πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.min πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.input.minlength πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
html.elements.input.multiple πŸ“‹Chrome5/21/2009 Chrome Android6/27/20121133
html.elements.input.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.pattern πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.input.placeholder πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.input.popovertarget πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
html.elements.input.popovertarget.implicit_anchor_reference Chrome2/4/2025 Chrome Android2/4/2025
html.elements.input.popovertargetaction πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
html.elements.input.readonly πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.required πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.input.size πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.step πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.input.type_button πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_checkbox πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_color πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
Firefox for Android: Firefox for Android doesn't allow the user to choose a custom color, only one of the predefined ones.
html.elements.input.type_color.list πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.input.type_date πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
html.elements.input.type_date.disables_invalid_values_in_picker_ui Chrome6/26/2012 Chrome Android2/27/2013246
html.elements.input.type_date.list πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.input.type_datetime-local πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
Firefox: Only displays a date picker without a time picker, see bug 1726107 and bug 1726108.Firefox for Android: Only displays a date picker without a time picker, see bug 1726107 and bug 1726108.Safari: Safari only displays a date picker and does not display a time picker.
html.elements.input.type_email πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
Safari on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.Safari on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.Safari on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style.WebView on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.WebView on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.WebView on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style.
html.elements.input.type_email.list πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.input.type_file πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: You can set as well as get the value of HTMLInputElement.files in all modern browsers; this was most recently added to Firefox, in version 57 (see bug 1384030).
html.elements.input.type_hidden πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_image πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_month πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
Safari: The input type is recognized, but there is no month-specific control. See bug 200416.
html.elements.input.type_number πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
Chrome: Prevents users from typing non-numeric content.Chrome Android: Prevents users from typing non-numeric content.Firefox: Allows users to type non-numeric content, with the value reflecting an empty string.Firefox for Android: Allows users to type non-numeric content, with the value reflecting an empty string.Quest Browser: Prevents users from typing non-numeric content.Opera: Prevents users from typing non-numeric content.Opera Android: Prevents users from typing non-numeric content.Safari: Allows users to type non-numeric content, with the value reflecting an empty string.Safari on iOS: Allows users to type non-numeric content, with the value reflecting an empty string.Samsung Internet: Prevents users from typing non-numeric content.WebView Android: Prevents users from typing non-numeric content.WebView on iOS: Allows users to type non-numeric content, with the value reflecting an empty string.
html.elements.input.type_number.list πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.input.type_password πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_radio πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_range πŸ“‹Chrome1/25/2010 Chrome Android3/16/20172607
WebView Android: Pre-Chromium Android WebView recognizes the range type, but doesn't implement a range-specific control.
html.elements.input.type_range.labeled_values πŸ“‹Chrome10/7/2014 Chrome Android3/16/2017891
html.elements.input.type_range.list πŸ“‹Chrome6/26/2012 Chrome Android3/16/20171724
html.elements.input.type_range.tick_marks Chrome5/29/2018 Chrome Android5/31/20182
html.elements.input.type_range.vertical_orientation Chrome4/16/2024 Chrome Android4/16/2024
Chrome: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Chrome Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Edge: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Firefox: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox: Supported using the non-standard orient="vertical" attribute.Firefox for Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox for Android: Supported using the non-standard orient="vertical" attribute.Internet Explorer: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Quest Browser: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Samsung Internet: Vertical orientation available via the writing-mode property (see Creating vertical controls).Samsung Internet: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.
html.elements.input.type_reset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.
html.elements.input.type_search πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.input.type_search.list πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.input.type_submit πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.
html.elements.input.type_tel πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Chrome: The field type doesn't demonstrate any special behavior.Safari: The field type doesn't demonstrate any special behavior.
html.elements.input.type_tel.list πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.input.type_text πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_text.list πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.input.type_time πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
html.elements.input.type_time.list πŸ“‹Chrome6/26/2012 Chrome Android2/26/2014610
html.elements.input.type_url πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.type_url.list πŸ“‹Chrome9/25/2012 Chrome Android2/26/2014519
html.elements.input.type_week πŸ“‹Chrome6/26/2012 Chrome Android2/27/2013246
html.elements.input.usemap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.input.webkitdirectory Chrome10/19/2010 Chrome Android1/14/20255201
Chrome Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).Chrome Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.Safari on iOS: Before version 18.4, the attribute can be set but users cannot choose a directory, only individual files (see bug 271705).WebView Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).WebView Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.WebView on iOS: Before version 18.4, the attribute can be set but users cannot choose a directory, only individual files (see bug 271705).
html.elements.ins πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ins.cite Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ins.datetime Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.kbd πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, creating a <kbd> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement.
html.elements.label πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.label.for πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.legend πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.legend.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.li πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.li.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.li.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.as πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
html.elements.link.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
html.elements.link.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.crossorigin πŸ“‹Chrome Android4/2/2014 Chrome4/8/20146
Firefox: Before Firefox 83, crossorigin is not supported for rel="icon".Firefox for Android: Before Firefox for Android 83, crossorigin is not supported for rel="icon".
html.elements.link.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
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 Samsung Internet 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.
html.elements.link.fetchpriority πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
html.elements.link.href πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.hreflang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.imagesizes πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
html.elements.link.imagesrcset πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
html.elements.link.integrity πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
html.elements.link.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.referrerpolicy πŸ“‹Chrome5/25/2016 Chrome Android6/8/201614
html.elements.link.referrerpolicy.no-referrer-when-downgrade Chrome5/25/2016 Chrome Android6/8/201614
html.elements.link.referrerpolicy.origin-when-cross-origin Chrome5/25/2016 Chrome Android6/8/201614
html.elements.link.referrerpolicy.unsafe-url Chrome5/25/2016 Chrome Android6/8/201614
html.elements.link.rel πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.rel.compression-dictionary πŸ“‹Chrome10/15/2024 Chrome Android10/15/2024
html.elements.link.rel.dns-prefetch πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Firefox: Only HTTP pages were supported.Firefox for Android: Only HTTP pages were supported.
html.elements.link.rel.expect πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
html.elements.link.rel.icon Chrome1/25/2010 Chrome Android6/27/2012884
Chrome: If both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.).Edge: In version 79 and later (Blink-based Edge), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Firefox: Before Firefox 83, the crossorigin attribute is not supported for rel="icon".Firefox: The media attribute is not supported for rel="icon", see bug 1603885.Opera: In version 15 and later (Blink-based Opera), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Safari: If both ICO and PNG are available, will ALWAYS use ICO file, regardless of sizes set. (Per caniuse.com.)Safari on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.)WebView on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.)
html.elements.link.rel.manifest πŸ“‹Chrome Android11/12/2014 Chrome11/18/20146
html.elements.link.rel.modulepreload πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.link.rel.preconnect πŸ“‹Chrome10/13/2015 Chrome Android10/14/20151
Firefox: Before Firefox 41, it doesn't obey the crossorigin attribute.Firefox for Android: Before Firefox for Android 41, it doesn't obey the crossorigin attribute.
html.elements.link.rel.prefetch πŸ“‹Chrome12/2/2010 Chrome Android6/27/2012573
Chrome: Requires secure contextChrome Android: Requires secure contextEdge: Requires secure contextFirefox: Requires secure contextFirefox for Android: Requires secure contextQuest Browser: Requires secure contextOpera: Requires secure contextOpera Android: Requires secure contextSamsung Internet: Requires secure contextWebView Android: Requires secure context
html.elements.link.rel.preload πŸ“‹Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-fetch Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-font Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-image Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-script Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-style Chrome4/13/2016 Chrome Android4/13/2016
Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761).
html.elements.link.rel.preload.as-track Chrome4/13/2016 Chrome Android4/13/2016
html.elements.link.rel.prerender Chrome Android12/5/2017 Chrome12/6/20171
Chrome: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Chrome Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Edge: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Quest Browser: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Opera: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Opera Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.WebView Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.
html.elements.link.rev πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.sizes πŸ“‹Chrome10/25/2011 Chrome Android6/27/2012246
html.elements.link.target πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.link.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.main πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
html.elements.map πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 5, in Quirks Mode, empty maps were no longer skipped over in favor of non-empty ones when matching.Firefox: Before Firefox 17, the default styling of the <map> HTML element was display: block;. This is now display: inline; and matches the behavior of the other browsers. It was already the case in Quirks Mode.
html.elements.map.name Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.mark πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
html.elements.marquee πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Implements the HTMLDivElement interface.Firefox for Android: Implements the HTMLDivElement interface.
html.elements.marquee.behavior Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.direction Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.height Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.hspace Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.loop Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.scrollamount Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.scrolldelay Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.truespeed Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.vspace Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.marquee.width Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.menu πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.charset πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.content πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.http-equiv πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.http-equiv.content-language πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
html.elements.meta.http-equiv.content-security-policy πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
html.elements.meta.http-equiv.content-type πŸ“‹Chrome6/5/2017 Chrome Android6/6/20171
html.elements.meta.http-equiv.refresh πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meta.name.application-title Chrome3/4/2025 Chrome Android3/4/2025
html.elements.meta.name.color-scheme πŸ“‹Chrome4/7/2020 Chrome Android4/7/2020
html.elements.meta.name.referrer πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
Chrome: Until Chrome 46, content values weren't constrained to the values listed in the spec.Chrome Android: Until Chrome Android 46, content values weren't constrained to the values listed in the spec.Firefox: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39.Firefox for Android: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox for Android 39.Internet Explorer: Browsers initially supported an early draft of the specification which can only use a meta tag and is only compatible with the origin value from the new spec.Quest Browser: Until Quest Browser 5.0, content values weren't constrained to the values listed in the spec.Opera: Until Opera 33, content values weren't constrained to the values listed in the spec.Opera Android: Until Opera Android 33, content values weren't constrained to the values listed in the spec.Samsung Internet: Until Samsung Internet 5.0, content values weren't constrained to the values listed in the spec.WebView Android: Until WebView Android 46, content values weren't constrained to the values listed in the spec.
html.elements.meta.name.theme-color πŸ“‹Chrome3/12/2019 Chrome Android7/20/2021861
Chrome: Chrome uses the color only on installed progressive web apps.Chrome: Chrome reports support, but does not actually use the color anywhere.Chrome Android: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity.Edge: Edge uses the color only on installed progressive web apps.Quest Browser: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity.
html.elements.meta.scheme πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.meter πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.high πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.low πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.max πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.min πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.optimum πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.meter.value πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.nav πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.nobr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.noembed πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.noframes πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.noscript πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.archive πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.border πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.classid πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.codetype πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.data πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.declare πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.height πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.standby πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.usemap πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.object.width πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ol πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ol.compact Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ol.reversed πŸ“‹Chrome3/28/2012 Chrome Android6/27/201291
html.elements.ol.start πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ol.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.optgroup πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.optgroup.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Safari: Before Safari 7, the attribute can be set, but has no effect.Safari on iOS: The attribute can be set, but has no effect.WebView on iOS: The attribute can be set, but has no effect.
html.elements.optgroup.label πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.option πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.option.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.option.label πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), they will not bubble up when Firefox is in multi-process mode and the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox: When Mozilla introduced dedicated content threads to Firefox (through the Electrolysis, or e10s, project), support for styling <option> elements was removed temporarily. Starting in Firefox 54, you can apply foreground and background colors to <option> elements again, using the color and background-color CSS properties. See bug 910022 for more information. Note that this is still disabled in Linux due to lack of contrast (see bug 1338283 for progress on this).Firefox for Android: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545.
html.elements.option.selected πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.option.value πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.output πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.output.for πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.output.form πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.output.name πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.p πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.param πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.param.name Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.param.type Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.param.value Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.param.valuetype Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.picture πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
html.elements.plaintext πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.pre πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.pre.width Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: Specifying the width attribute has no layout effect.Chrome Android: Specifying the width attribute has no layout effect.Edge: Specifying the width attribute has no layout effect.Firefox: Since Firefox 29, specifying the width attribute has no layout effect.Firefox for Android: Since Firefox for Android 29, specifying the width attribute has no layout effect.Internet Explorer: Specifying the width attribute has no layout effect.Quest Browser: Specifying the width attribute has no layout effect.Opera: Specifying the width attribute has no layout effect.Opera Android: Specifying the width attribute has no layout effect.Safari: Specifying the width attribute has no layout effect.Safari on iOS: Specifying the width attribute has no layout effect.Samsung Internet: Specifying the width attribute has no layout effect.WebView Android: Specifying the width attribute has no layout effect.WebView on iOS: Specifying the width attribute has no layout effect.
html.elements.progress πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
Firefox: Before Firefox 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox: Firefox provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Firefox for Android: Before Firefox for Android 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox for Android: Firefox for Android provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Safari on iOS: Safari on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars).WebView on iOS: WebView on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars).
html.elements.progress.max πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.progress.value πŸ“‹Chrome9/2/2010 Chrome Android6/27/2012664
html.elements.q πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.q.cite πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.rb πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
Chrome: Blink has support for parsing the rb element, but not for rendering rb content as expected.Chrome Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Edge: Blink has support for parsing the rb element, but not for rendering rb content as expected.Quest Browser: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Safari: Safari has support for parsing the rb element, but not for rendering rb content as expected.Safari on iOS: Safari on iOS has support for parsing the rb element, but not for rendering rb content as expected.Samsung Internet: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView on iOS: WebView on iOS has support for parsing the rb element, but not for rendering rb content as expected.
html.elements.rp πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.rt πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
Chrome: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Chrome Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Quest Browser: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Opera: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Opera Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Safari: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316.Safari on iOS: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316.Samsung Internet: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.WebView Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.WebView on iOS: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316.
html.elements.rtc πŸ“‹Chrome12/1/2015 Chrome Android12/2/20151
html.elements.ruby πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.s πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.samp πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.script πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Starting in Firefox 4, inserting <script> elements that have been created by calling document.createElement("script") no longer enforces execution in insertion order. This change lets Firefox properly abide by the specification. To make script-inserted external scripts execute in their insertion order, set .async=false on them.
html.elements.script.async πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.script.attributionsrc πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
html.elements.script.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
html.elements.script.crossorigin πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
Safari: The crossorigin attribute was implemented in WebKit in WebKit bug 81438.Safari on iOS: The crossorigin attribute was implemented in WebKit in WebKit bug 81438.WebView on iOS: The crossorigin attribute was implemented in WebKit in WebKit bug 81438.
html.elements.script.defer πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: Chrome does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Chrome Android: Chrome Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Firefox: Since Firefox 3.6, the defer attribute is ignored on scripts that don't have the src attribute. However, in Firefox 3.5 even inline scripts are deferred if the defer attribute is set.Internet Explorer: Before version 10, Internet Explorer implemented defer by a proprietary specification. Since version 10 it conforms to the W3C specification.Quest Browser: Quest Browser does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera: Opera does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera Android: Opera Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Samsung Internet: Samsung Internet does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348WebView Android: WebView Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348
html.elements.script.fetchpriority πŸ“‹Chrome4/26/2022 Chrome Android4/26/2022
html.elements.script.integrity πŸ“‹Chrome9/1/2015 Chrome Android9/1/2015
html.elements.script.nomodule πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
html.elements.script.referrerpolicy πŸ“‹Chrome10/16/2018 Chrome Android10/17/20181
html.elements.script.referrerpolicy.no-referrer-when-downgrade Chrome10/16/2018 Chrome Android10/17/20181
html.elements.script.referrerpolicy.origin-when-cross-origin Chrome10/16/2018 Chrome Android10/17/20181
html.elements.script.referrerpolicy.unsafe-url Chrome10/16/2018 Chrome Android10/17/20181
html.elements.script.src πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.script.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.script.type.importmap πŸ“‹Chrome3/2/2021 Chrome Android3/2/2021
html.elements.script.type.importmap.integrity πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
html.elements.script.type.importmap.multiple_import_maps πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
html.elements.script.type.module Chrome9/5/2017 Chrome Android9/5/2017
Chrome: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Chrome Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Edge: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Quest Browser: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Safari: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Safari on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Samsung Internet: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).
html.elements.script.type.speculationrules πŸ“‹Chrome1/10/2023 Chrome Android1/10/2023
Chrome: Initial support included same-origin prerendering only.Chrome Android: Initial support included same-origin prerendering only.Edge: Initial support included same-origin prerendering only.Quest Browser: Initial support included same-origin prerendering only.Opera: Initial support included same-origin prerendering only.Opera Android: Initial support included same-origin prerendering only.Samsung Internet: Initial support included same-origin prerendering only.WebView Android: Initial support included same-origin prerendering only.
html.elements.script.type.speculationrules.eagerness πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
Safari: Only conservative is supported for document rules (though moderate automatically falls back to conservative). Only eager and immediate is supported for list rules.Safari on iOS: Only conservative is supported for document rules (though moderate automatically falls back to conservative). Only eager and immediate is supported for list rules.
html.elements.script.type.speculationrules.expects_no_vary_search πŸ“‹Chrome7/23/2024 Chrome Android7/23/2024
Chrome: Supported for prefetch only.Chrome Android: Supported for prefetch only.Edge: Supported for prefetch only.Opera: Supported for prefetch only.Opera Android: Supported for prefetch only.Samsung Internet: Supported for prefetch only.WebView Android: Supported for prefetch only.
html.elements.script.type.speculationrules.prefetch πŸ“‹Chrome Android6/21/2022 Chrome2/7/2023231
html.elements.script.type.speculationrules.prerender πŸ“‹Chrome Android6/21/2022 Chrome9/2/202273
html.elements.script.type.speculationrules.referrer_policy πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
html.elements.script.type.speculationrules.relative_to πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
html.elements.script.type.speculationrules.requires πŸ“‹Chrome Android6/21/2022 Chrome2/7/2023231
html.elements.script.type.speculationrules.requires.anonymous-client-ip-when-cross-origin πŸ“‹Chrome Android6/21/2022 Chrome2/7/2023231
html.elements.script.type.speculationrules.source_optional πŸ“‹Chrome2/20/2024 Chrome Android2/20/2024
html.elements.script.type.speculationrules.tag πŸ“‹Chrome4/29/2025 Chrome Android4/29/2025
html.elements.script.type.speculationrules.target_hint πŸ“‹Chrome6/24/2025 Chrome Android6/24/2025
Chrome: Only "_blank" and "_self" are supported and only for prefetch.Chrome Android: Only "_blank" and "_self" are supported and only for prefetch.Edge: Only "_blank" and "_self" are supported and only for prefetch.Opera: Only "_blank" and "_self" are supported and only for prefetch.Opera Android: Only "_blank" and "_self" are supported and only for prefetch.WebView Android: Only "_blank" and "_self" are supported and only for prefetch.
html.elements.script.type.speculationrules.urls πŸ“‹Chrome Android6/21/2022 Chrome1/10/2023203
html.elements.script.type.speculationrules.where πŸ“‹Chrome1/23/2024 Chrome Android1/23/2024
html.elements.search πŸ“‹Chrome10/10/2023 Chrome Android10/10/2023
html.elements.section πŸ“‹Chrome5/25/2010 Chrome Android6/27/2012764
html.elements.select πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Chrome: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Chrome Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), when Firefox is in multi-process mode the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox for Android: Firefox for Android, by default, sets a background-image gradient on all <select multiple> elements. This can be disabled using background-image: none.Quest Browser: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Samsung Internet: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.
html.elements.select.autocomplete πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.select.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.select.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.select.multiple πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.select.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.select.required πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
html.elements.selectedcontent πŸ“‹Chrome4/1/2025 Chrome Android4/1/2025
html.elements.slot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
html.elements.slot.name Chrome8/31/2016 Chrome Android9/7/20167
html.elements.small πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.source πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Firefox: Until Firefox 15, Firefox picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details.Firefox for Android: Until Firefox for Android 15, Firefox for Android picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details.
html.elements.source.height πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
html.elements.source.media πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Firefox: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox 53-119, media is supported only in <source> within <picture>.Firefox for Android: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox for Android 53-119, media is supported only in <source> within <picture>.
html.elements.source.sizes πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).
html.elements.source.src πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.source.srcset πŸ“‹Chrome10/7/2014 Chrome Android10/8/20141
Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).
html.elements.source.type πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.source.width πŸ“‹Chrome4/13/2021 Chrome Android4/13/2021
html.elements.span πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.strike πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.strong πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, creating a <strong> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement.
html.elements.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.style.blocking πŸ“‹Chrome9/2/2022 Chrome Android9/2/2022
html.elements.style.media πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.style.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before 75, Firefox accepted any CSS media (MIME) type, with optional parameters. Starting in 75, this has been restricted to the string 'text/css', per the spec.
html.elements.sub πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.summary πŸ“‹Chrome6/7/2011 Chrome Android6/27/2012386
html.elements.summary.display_list_item Chrome3/2/2021 Chrome Android3/2/2021
html.elements.sup πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.border Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.cellpadding Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.cellspacing Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.frame Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.rules Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.summary Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.table.width Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tbody πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tbody.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tbody.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tbody.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.abbr Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.axis Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.colspan Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.headers Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.rowspan Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.rowspan.rowspan_zero Chrome3/6/2018 Chrome Android3/6/2018
html.elements.td.scope Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.td.width Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.template πŸ“‹Chrome3/26/2013 Chrome Android4/3/20138
html.elements.template.shadowrootclonable πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
html.elements.template.shadowrootdelegatesfocus πŸ“‹Chrome3/19/2024 Chrome Android3/19/2024
html.elements.template.shadowrootmode πŸ“‹Chrome3/7/2023 Chrome Android3/7/2023
html.elements.template.shadowrootreferencetarget Chrome2/4/2025 Chrome Android2/4/2025
html.elements.template.shadowrootserializable πŸ“‹Chrome5/14/2024 Chrome Android5/14/2024
html.elements.textarea πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox: Before Firefox 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox for Android: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox for Android: Before Firefox for Android 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Safari on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.WebView on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.
html.elements.textarea.autocomplete πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
html.elements.textarea.autocomplete.one-time-code Chrome Android7/27/2020 Chrome8/31/2021400
html.elements.textarea.autocomplete.webauthn πŸ“‹Chrome11/29/2022 Chrome Android11/29/2022
html.elements.textarea.cols πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.dirname πŸ“‹Chrome2/8/2012 Chrome Android6/27/2012140
html.elements.textarea.disabled πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.form πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.maxlength πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
Safari: Before Safari 17, newline characters counted as two characters instead of one. See bug 249916.Safari on iOS: Before Safari on iOS 17, newline characters counted as two characters instead of one. See bug 249916.WebView on iOS: Before WebView on iOS 17, newline characters counted as two characters instead of one. See bug 249916.
html.elements.textarea.minlength πŸ“‹Chrome1/21/2015 Chrome Android1/21/2015
html.elements.textarea.name πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.placeholder πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.textarea.placeholder.line_breaks Chrome7/16/2014 Chrome Android7/16/2014
html.elements.textarea.readonly πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.required πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.elements.textarea.rows πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.textarea.wrap πŸ“‹Chrome12/13/2011 Chrome Android6/27/2012197
html.elements.textarea.wrap.hard Chrome12/13/2011 Chrome Android6/27/2012197
html.elements.tfoot πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tfoot.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tfoot.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tfoot.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.abbr Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.axis Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.colspan Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.headers Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.rowspan Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.scope Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.th.width Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.thead πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Safari: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.Safari on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.WebView on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.
html.elements.thead.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.thead.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.thead.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.time πŸ“‹Chrome10/17/2017 Chrome Android10/24/20177
html.elements.time.datetime Chrome10/17/2017 Chrome Android10/24/20177
html.elements.title πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tr.align Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tr.bgcolor Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.tr.valign Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.track πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Chrome Android: Doesn't work for fullscreen video.Quest Browser: Doesn't work for fullscreen video.Samsung Internet: Doesn't work for fullscreen video.WebView Android: Doesn't work for fullscreen video.
html.elements.track.default πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
html.elements.track.kind πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
html.elements.track.label πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
html.elements.track.src πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
Firefox: Before Firefox 50, setting the src didn't work, though it didn't raise an error.Firefox for Android: Before Firefox for Android 50, setting the src didn't work, though it didn't raise an error.
html.elements.track.srclang πŸ“‹Chrome11/6/2012 Chrome Android2/27/2013113
html.elements.tt πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.u πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.elements.ul πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ul.compact πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.ul.type πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.var πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.video πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.aspect_ratio_computed_from_attributes Chrome12/10/2019 Chrome Android12/17/20197
html.elements.video.autoplay πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.autoplay.requires_muted_audio Chrome5/29/2018 Chrome Android5/31/20182
Firefox for Android: Between versions 79 and 91, the default behavior was to block videos from autoplaying, regardless of whether audio was muted.
html.elements.video.controls πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.controlslist πŸ“‹Chrome4/19/2017 Chrome Android4/25/20176
html.elements.video.crossorigin πŸ“‹Chrome2/20/2014 Chrome Android2/26/20146
Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.
html.elements.video.disablepictureinpicture πŸ“‹Chrome9/4/2018 Chrome Android9/2/20221459
Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.
html.elements.video.disableremoteplayback πŸ“‹Chrome Android2/1/2017 Chrome1/23/20242547
html.elements.video.height πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.loop πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.muted πŸ“‹Chrome10/1/2013 Chrome Android10/2/20131
html.elements.video.playsinline πŸ“‹Chrome6/4/2019 Chrome Android6/4/2019
html.elements.video.poster πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.preload πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera Android 47.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in WebView Android 64.
html.elements.video.src πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.video.width πŸ“‹Chrome9/15/2009 Chrome Android6/27/20121016
html.elements.wbr πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.elements.xmp πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.
html.global_attributes.accesskey πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.autocapitalize πŸ“‹Chrome5/19/2015 Chrome Android5/27/20158
html.global_attributes.autofocus πŸ“‹Chrome12/10/2019 Chrome Android12/17/20197
Chrome: Supported for the <button>, <input>, <select>, and <textarea> elements.Chrome Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Edge: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox for Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Internet Explorer: Supported for the <button>, <input>, <select>, and <textarea> elements.Quest Browser: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector).Samsung Internet: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView Android: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector).
html.global_attributes.class πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.contenteditable πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.contenteditable.plaintext-only Chrome5/25/2016 Chrome Android6/8/201614
html.global_attributes.data_attributes πŸ“‹Chrome10/19/2010 Chrome Android6/27/2012617
html.global_attributes.dir πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.draggable πŸ“‹Chrome1/25/2010 Chrome Android6/27/2012884
html.global_attributes.enterkeyhint πŸ“‹Chrome9/10/2019 Chrome Android9/10/2019
html.global_attributes.exportparts πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
html.global_attributes.hidden πŸ“‹Chrome3/8/2011 Chrome Android6/27/2012477
Safari: This attribute has no effect on <option> elements.Safari on iOS: This attribute has no effect on <option> elements.WebView on iOS: This attribute has no effect on <option> elements.
html.global_attributes.hidden.until-found πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
Firefox: The browser does not correctly scroll to the matching text. See bug 2006040.Firefox for Android: The browser does not correctly scroll to the matching text. See bug 2006040.Safari: The browser does not correctly scroll to the matching text. See bug 304174.Safari on iOS: The browser does not correctly scroll to the matching text. See bug 304174.WebView on iOS: The browser does not correctly scroll to the matching text. See bug 304174.
html.global_attributes.id πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
Firefox: id is a true global attribute only since Firefox 32.Firefox for Android: id is a true global attribute only since Firefox for Android 32.
html.global_attributes.inert πŸ“‹Chrome5/24/2022 Chrome Android5/24/2022
html.global_attributes.inert.ignores_find_in_page πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024
html.global_attributes.inputmode πŸ“‹Chrome4/17/2018 Chrome Android4/17/2018
Safari on iOS: Before iOS 13, inputmode="none" had no effect.WebView on iOS: Before iOS 13, inputmode="none" had no effect.
html.global_attributes.is πŸ“‹Chrome5/29/2018 Chrome Android5/31/20182
html.global_attributes.lang πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.nonce πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
html.global_attributes.nonce.nonce_hiding πŸ“‹Chrome9/5/2017 Chrome Android9/5/2017
html.global_attributes.part πŸ“‹Chrome3/12/2019 Chrome Android3/12/2019
html.global_attributes.popover πŸ“‹Chrome5/30/2023 Chrome Android5/30/2023
html.global_attributes.popover.hint πŸ“‹Chrome2/4/2025 Chrome Android2/4/2025
html.global_attributes.slot πŸ“‹Chrome8/31/2016 Chrome Android9/7/20167
html.global_attributes.spellcheck πŸ“‹Chrome2/3/2011 Chrome Android12/2/20151763
Chrome Android: Only supported on <textarea>.Firefox for Android: Only supported on <textarea>.Opera Android: Only supported on <textarea>.Safari on iOS: Only supported on <textarea>.Samsung Internet: Only supported on <textarea>.WebView Android: Only supported on <textarea>.WebView on iOS: Only supported on <textarea>.
html.global_attributes.style πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.tabindex πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.title πŸ“‹Chrome12/11/2008 Chrome Android6/27/20121294
html.global_attributes.title.multi-line_titles Chrome1/23/2018 Chrome Android1/23/2018
html.global_attributes.translate πŸ“‹Chrome5/15/2012 Chrome Android2/27/2013288
html.global_attributes.virtualkeyboardpolicy πŸ“‹Chrome9/21/2021 Chrome Android9/21/2021
html.global_attributes.writingsuggestions πŸ“‹Chrome4/16/2024 Chrome Android4/16/2024