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 FirefoxLast in Safari
First in Firefox 3800
First in Safari 2583

Average time for an API to become available across Firefox and Safari

6383 APIs took an average of 831.74 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 Firefox and Safari). TTA (time to available).
DOM API APIsDOM API TTA
2003 450799.63
2004 4421161.05
2005 317947.30
2006 15948.73
2007 1171555.68
2008 3321211.59
2009 164727.05
2010 145752.88
2011 334720.71
2012 369783.17
2013 3541096.25
2014 2951144.16
2015 296980.25
2016 375891.75
2017 5611174.33
2018 191802.14
2019 1371085.26
2020 178454.30
2021 186752.01
2022 219311.85
2023 251393.40
2024 150297.77
2025 50570.85

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 Firefox and Safari. TTA (time to available).
Year DOM APIDOM API TTA
2003
  Safari 450799.63
2004
  Firefox 4111159.37
  Safari 311183.32
2005
  Firefox 255815.23
  Safari 621490.50
2006
  Firefox 15948.73
2007
  Safari 1171555.68
2008
  Safari 107811.78
  Firefox 2251401.73
2009
  Safari 139623.84
  Firefox 251300.88
2010
  Safari 117744.87
  Firefox 28786.36
2011
  Firefox 286606.36
  Safari 481402.08
2012
  Safari 219718.56
  Firefox 150877.51
2013
  Firefox 2211400.82
  Safari 133590.15
2014
  Safari 36430.67
  Firefox 2591243.34
2015
  Firefox 285995.42
  Safari 11587.00
2016
  Firefox 312944.44
  Safari 63630.83
2017
  Firefox 3961353.16
  Safari 165745.14
2018
  Firefox 158766.11
  Safari 33974.64
2019
  Firefox 66769.56
  Safari 711378.72
2020
  Safari 67584.09
  Firefox 111375.95
2021
  Firefox 40999.25
  Safari 146684.27
2022
  Firefox 131213.21
  Safari 88458.70
2023
  Safari 209387.30
  Firefox 42423.76
2024
  Safari 42282.71
  Firefox 108303.62
2025
  Firefox 27657.06
  Safari 22987.46

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 Firefox and Safari. TTA (time to available).
Year DOM API countDOM API TTA
2003
  Firefox 450799.63
2004
  Safari 4111159.37
  Firefox 311183.32
2005
  Safari 255815.23
  Firefox 621490.50
2006
  Safari 15948.73
2007
  Firefox 1171555.68
2008
  Firefox 107811.78
  Safari 2251401.73
2009
  Firefox 139623.84
  Safari 251300.88
2010
  Firefox 117744.87
  Safari 28786.36
2011
  Safari 286606.36
  Firefox 481402.08
2012
  Firefox 219718.56
  Safari 150877.51
2013
  Safari 2211400.82
  Firefox 133590.15
2014
  Firefox 36430.67
  Safari 2591243.34
2015
  Safari 285995.42
  Firefox 11587.00
2016
  Safari 312944.44
  Firefox 63630.83
2017
  Safari 3961353.16
  Firefox 165745.14
2018
  Safari 158766.11
  Firefox 33974.64
2019
  Safari 66769.56
  Firefox 711378.72
2020
  Firefox 67584.09
  Safari 111375.95
2021
  Safari 40999.25
  Firefox 146684.27
2022
  Safari 131213.21
  Firefox 88458.70
2023
  Firefox 209387.30
  Safari 42423.76
2024
  Firefox 42282.71
  Safari 108303.62
2025
  Safari 27657.06
  Firefox 22987.46

Stable APIs

Below is a list of features that are in Firefox and Safari

Raw Data

Quick Links:

DOM API Data

API First Browser Date Last Browser Date Days Notes
api.ANGLE_instanced_arrays πŸ“‹Safari10/16/2014 Firefox6/7/2016600
Chrome: Available only on macOS.Opera: Available only on macOS.
api.ANGLE_instanced_arrays.drawArraysInstancedANGLE πŸ“‹Safari10/16/2014 Firefox6/7/2016600
api.ANGLE_instanced_arrays.drawElementsInstancedANGLE πŸ“‹Safari10/16/2014 Firefox6/7/2016600
api.ANGLE_instanced_arrays.vertexAttribDivisorANGLE πŸ“‹Safari10/16/2014 Firefox6/7/2016600
api.AbortController πŸ“‹Firefox11/14/2017 Safari3/25/2019496
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 πŸ“‹Firefox11/14/2017 Safari3/25/2019496
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 πŸ“‹Firefox11/14/2017 Safari3/25/2019496
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 πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.AbortController.signal πŸ“‹Firefox11/14/2017 Safari3/25/2019496
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.AbortSignal πŸ“‹Firefox11/14/2017 Safari4/12/2018149
api.AbortSignal.abort_event πŸ“‹Firefox11/14/2017 Safari4/12/2018149
api.AbortSignal.abort_static πŸ“‹Firefox4/19/2021 Safari9/20/2021154
api.AbortSignal.abort_static.reason_parameter πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.AbortSignal.aborted πŸ“‹Firefox11/14/2017 Safari4/12/2018149
api.AbortSignal.any_static πŸ“‹Safari3/5/2024 Firefox3/19/202414
api.AbortSignal.reason πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.AbortSignal.throwIfAborted πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.AbortSignal.timeout_static πŸ“‹Firefox5/3/2022 Safari9/12/2022132
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.AbstractRange πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AbstractRange.collapsed πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AbstractRange.endContainer πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AbstractRange.endOffset πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AbstractRange.startContainer πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AbstractRange.startOffset πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.AnalyserNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.AnalyserNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.AnalyserNode.fftSize πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.frequencyBinCount πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.getByteFrequencyData πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.getByteTimeDomainData πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.getFloatFrequencyData πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.getFloatTimeDomainData πŸ“‹Firefox6/10/2014 Safari4/26/20212512
api.AnalyserNode.maxDecibels πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.minDecibels πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AnalyserNode.smoothingTimeConstant πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.Animation πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.Animation πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.cancel πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.cancel_event πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.commitStyles πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Animation.currentTime πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.effect πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.Animation.finish πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.finish_event πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.finished πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.Animation.id πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.overallProgress πŸ“‹Firefox8/19/2025 Safari12/12/2025115
api.Animation.pause πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.pending πŸ“‹Firefox3/13/2018 Safari3/24/2020742
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 πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Animation.play πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.playState πŸ“‹Firefox8/2/2016 Safari3/24/20201330
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 πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.ready πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.Animation.remove_event πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Animation.remove_filling_animation Safari3/24/2020 Firefox4/7/202014
api.Animation.replaceState πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Animation.reverse πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.startTime πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Animation.timeline πŸ“‹Safari3/24/2020 Firefox4/7/202014
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 πŸ“‹Firefox5/9/2018 Safari3/24/2020685
api.AnimationEffect πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationEffect.getComputedTiming πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationEffect.getTiming πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationEffect.updateTiming πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationEvent πŸ“‹Firefox6/21/2011 Safari9/30/20151562
api.AnimationEvent.AnimationEvent πŸ“‹Firefox8/6/2013 Safari9/30/2015785
api.AnimationEvent.animationName πŸ“‹Firefox6/21/2011 Safari9/30/20151562
api.AnimationEvent.elapsedTime πŸ“‹Firefox6/21/2011 Safari9/30/20151562
api.AnimationEvent.pseudoElement πŸ“‹Firefox8/6/2013 Safari3/24/20202422
api.AnimationPlaybackEvent πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationPlaybackEvent.AnimationPlaybackEvent πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationPlaybackEvent.currentTime πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationPlaybackEvent.timelineTime πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.AnimationTimeline πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.AnimationTimeline.currentTime πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Attr πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.localName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.namespaceURI πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.ownerElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.prefix πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.specified πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Attr.value πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.AudioBuffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBuffer.AudioBuffer πŸ“‹Firefox4/19/2017 Safari4/26/20211468
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 πŸ“‹Firefox2/4/2014 Safari4/26/20212638
api.AudioBuffer.copyToChannel πŸ“‹Firefox2/4/2014 Safari4/26/20212638
api.AudioBuffer.duration πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBuffer.getChannelData πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBuffer.length πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBuffer.numberOfChannels πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBuffer.sampleRate πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBufferSourceNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBufferSourceNode.AudioBufferSourceNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.AudioBufferSourceNode.buffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Firefox8/11/2015 Safari4/26/20212085
api.AudioBufferSourceNode.loop πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBufferSourceNode.loopEnd πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioBufferSourceNode.loopStart πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioBufferSourceNode.playbackRate πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioBufferSourceNode.start πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioContext πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.AudioContext.AudioContext πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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_sampleRate_parameter πŸ“‹Firefox6/26/2018 Safari4/26/20211035
api.AudioContext.baseLatency πŸ“‹Firefox10/22/2019 Safari4/26/2021552
api.AudioContext.close πŸ“‹Firefox8/11/2015 Safari9/30/201550
api.AudioContext.createMediaElementSource πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Firefox10/29/2013 Safari9/19/20171421
api.AudioContext.createMediaStreamSource πŸ“‹Firefox10/29/2013 Safari9/19/20171421
api.AudioContext.getOutputTimestamp πŸ“‹Firefox10/22/2019 Safari4/26/2021552
api.AudioContext.outputLatency πŸ“‹Firefox10/22/2019 Safari3/31/20251987
api.AudioContext.resume πŸ“‹Firefox8/11/2015 Safari9/30/201550
api.AudioContext.suspend πŸ“‹Firefox8/11/2015 Safari9/30/201550
api.AudioData πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.AudioData πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.allocationSize πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.clone πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.close πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.copyTo πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.duration πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.format πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.numberOfChannels πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.numberOfFrames πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.sampleRate πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioData.timestamp πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.AudioDecoder πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.close πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.configure πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.decode πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.decodeQueueSize πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.dequeue_event πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.flush πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.isConfigSupported_static πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.reset πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDecoder.state πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioDestinationNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioDestinationNode.maxChannelCount πŸ“‹Firefox10/29/2013 Safari4/26/20212736
Safari: This property always returns 0.Safari on iOS: This property always returns 0.WebView on iOS: This property always returns 0.
api.AudioEncoder πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.AudioEncoder πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.close πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.configure πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.configure.bitrateMode πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.configure.opus πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.dequeue_event πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.encode πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.encodeQueueSize πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.flush πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.isConfigSupported_static πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.reset πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioEncoder.state πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.AudioListener πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioListener.setOrientation πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioListener.setPosition πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode.channelCount πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioNode.channelCountMode πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioNode.channelInterpretation πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioNode.connect πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode.context πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode.disconnect πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode.numberOfInputs πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioNode.numberOfOutputs πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.cancelScheduledValues πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.defaultValue πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.exponentialRampToValueAtTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Safari7/25/2012 Firefox4/19/20171729
api.AudioParam.minValue πŸ“‹Safari7/25/2012 Firefox4/19/20171729
api.AudioParam.setTargetAtTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.setValueAtTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.setValueCurveAtTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioParam.value πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.@@iterator Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.entries Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.forEach Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.get Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.has Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.keys Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.size Firefox5/5/2020 Safari4/26/2021356
api.AudioParamMap.values Firefox5/5/2020 Safari4/26/2021356
api.AudioProcessingEvent Safari7/25/2012 Firefox10/29/2013461
api.AudioProcessingEvent.inputBuffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioProcessingEvent.outputBuffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioProcessingEvent.playbackTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.AudioScheduledSourceNode πŸ“‹Firefox4/19/2017 Safari9/16/20201246
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 πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioScheduledSourceNode.start πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioScheduledSourceNode.stop πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.AudioTrack πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrack.enabled πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrack.id πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrack.kind πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrack.label πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrack.language πŸ“‹Firefox10/14/2014 Safari10/16/20142
api.AudioTrackList πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioTrackList.addtrack_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioTrackList.change_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioTrackList.getTrackById πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioTrackList.length πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioTrackList.removetrack_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.AudioWorklet πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletGlobalScope πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletGlobalScope.currentFrame πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletGlobalScope.currentTime πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletGlobalScope.registerProcessor πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletGlobalScope.sampleRate πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletNode πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletNode.AudioWorkletNode πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletNode.parameters πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletNode.port πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletNode.processorerror_event πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletProcessor πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletProcessor.AudioWorkletProcessor πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AudioWorkletProcessor.port πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.AuthenticatorAssertionResponse πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.authenticatorData πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.signature πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAssertionResponse.userHandle πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse.attestationObject πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorAttestationResponse.getAuthenticatorData πŸ“‹Safari9/12/2022 Firefox10/24/2023407
api.AuthenticatorAttestationResponse.getPublicKey πŸ“‹Safari9/12/2022 Firefox10/24/2023407
api.AuthenticatorAttestationResponse.getPublicKeyAlgorithm πŸ“‹Safari9/12/2022 Firefox10/24/2023407
api.AuthenticatorAttestationResponse.getTransports πŸ“‹Safari9/12/2022 Firefox10/24/2023407
api.AuthenticatorResponse πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.AuthenticatorResponse.clientDataJSON πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.BarProp πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.BarProp.visible πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.BaseAudioContext πŸ“‹Firefox4/19/2017 Safari4/26/20211468
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 πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.BaseAudioContext.createAnalyser πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createBiquadFilter πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createBuffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createBufferSource πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createChannelMerger πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createChannelSplitter πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createConstantSource πŸ“‹Firefox3/7/2017 Safari4/26/20211511
api.BaseAudioContext.createConvolver πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createDelay πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.BaseAudioContext.createDynamicsCompressor πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createGain πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.BaseAudioContext.createIIRFilter πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.BaseAudioContext.createOscillator πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createPanner πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.createPeriodicWave πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.BaseAudioContext.createPeriodicWave.constraints_disableNormalization_parameter Firefox9/20/2016 Safari4/26/20211679
api.BaseAudioContext.createScriptProcessor πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.BaseAudioContext.createStereoPanner πŸ“‹Firefox3/31/2015 Safari4/26/20212218
api.BaseAudioContext.createWaveShaper πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.currentTime πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.decodeAudioData πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.decodeAudioData.returns_promise Firefox2/24/2015 Safari4/26/20212253
api.BaseAudioContext.destination πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.listener πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.sampleRate πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BaseAudioContext.state πŸ“‹Firefox8/11/2015 Safari9/30/201550
api.BaseAudioContext.statechange_event πŸ“‹Firefox8/11/2015 Safari9/30/201550
api.BeforeUnloadEvent πŸ“‹Firefox11/29/2005 Safari10/22/20132884
api.BeforeUnloadEvent.returnValue πŸ“‹Firefox11/29/2005 Safari10/22/20132884
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 Firefox1/26/2016 Safari9/19/2017602
api.BiquadFilterNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BiquadFilterNode.BiquadFilterNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.BiquadFilterNode.Q πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BiquadFilterNode.detune πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.BiquadFilterNode.frequency πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BiquadFilterNode.gain πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BiquadFilterNode.getFrequencyResponse πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.BiquadFilterNode.type πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.Blob πŸ“‹Firefox3/22/2011 Safari7/25/2012491
Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module.
api.Blob.Blob πŸ“‹Firefox6/5/2012 Safari7/25/201250
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 πŸ“‹Firefox9/3/2019 Safari9/16/2020379
api.Blob.bytes πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.Blob.size πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.Blob.slice πŸ“‹Firefox6/5/2012 Safari10/22/2013504
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 πŸ“‹Firefox9/3/2019 Safari4/26/2021601
api.Blob.text πŸ“‹Firefox9/3/2019 Safari9/16/2020379
api.Blob.type πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.BlobEvent πŸ“‹Firefox5/14/2013 Safari9/16/20202682
api.BlobEvent.BlobEvent πŸ“‹Firefox5/14/2013 Safari9/16/20202682
api.BlobEvent.data πŸ“‹Firefox5/14/2013 Safari9/16/20202682
api.BroadcastChannel πŸ“‹Firefox5/12/2015 Safari3/14/20222498
Node.js: Available as a part of the worker_threads module.
api.BroadcastChannel.BroadcastChannel πŸ“‹Firefox5/12/2015 Safari3/14/20222498
api.BroadcastChannel.close πŸ“‹Firefox5/12/2015 Safari3/14/20222498
api.BroadcastChannel.message_event πŸ“‹Firefox5/12/2015 Safari3/14/20222498
api.BroadcastChannel.messageerror_event πŸ“‹Firefox11/14/2017 Safari3/14/20221581
api.BroadcastChannel.name πŸ“‹Firefox5/12/2015 Safari3/14/20222498
api.BroadcastChannel.postMessage πŸ“‹Firefox5/12/2015 Safari3/14/20222498
api.ByteLengthQueuingStrategy πŸ“‹Safari3/27/2017 Firefox1/29/2019673
Node.js: Available as a part of the stream/web module.
api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ByteLengthQueuingStrategy.highWaterMark πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ByteLengthQueuingStrategy.size πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.CDATASection πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.CSPViolationReportBody πŸ“‹Firefox9/3/2024 Safari3/31/2025209
api.CSS πŸ“‹Firefox6/25/2013 Safari9/30/2015827
api.CSS.escape_static πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.CSS.highlights_static πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.CSS.registerProperty_static πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSS.supports_static πŸ“‹Firefox6/25/2013 Safari9/30/2015827
api.CSS.supports_static.optional_parens Firefox8/8/2017 Safari9/19/201742
api.CSSAnimation πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.CSSAnimation.animationName πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.CSSConditionRule πŸ“‹Firefox4/2/2013 Safari4/26/20212946
api.CSSConditionRule.conditionText πŸ“‹Firefox4/2/2013 Safari4/26/20212946
api.CSSContainerRule πŸ“‹Safari9/12/2022 Firefox2/14/2023155
api.CSSContainerRule.containerName πŸ“‹Firefox2/14/2023 Safari9/18/2023216
api.CSSContainerRule.containerQuery πŸ“‹Firefox2/14/2023 Safari9/18/2023216
api.CSSCounterStyleRule πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.additiveSymbols πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.fallback πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.name πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.negative πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.pad πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.prefix πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.range πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.speakAs πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.suffix πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.symbols πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSCounterStyleRule.system πŸ“‹Firefox10/14/2014 Safari9/18/20233261
api.CSSFontFaceRule πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.CSSFontFaceRule.style πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.CSSFontFeatureValuesRule πŸ“‹Firefox12/1/2014 Safari12/13/20222934
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.fontFamily πŸ“‹Firefox12/1/2014 Safari12/13/20222934
api.CSSFontPaletteValuesRule πŸ“‹Safari3/14/2022 Firefox11/15/2022246
api.CSSFontPaletteValuesRule.basePalette πŸ“‹Safari3/14/2022 Firefox11/15/2022246
api.CSSFontPaletteValuesRule.fontFamily πŸ“‹Safari3/14/2022 Firefox11/15/2022246
api.CSSFontPaletteValuesRule.name πŸ“‹Safari3/14/2022 Firefox11/15/2022246
api.CSSFontPaletteValuesRule.overrideColors πŸ“‹Safari3/14/2022 Firefox11/15/2022246
api.CSSGroupingRule πŸ“‹Firefox4/2/2013 Safari4/26/20212946
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 πŸ“‹Safari10/26/2007 Firefox4/2/20131985
api.CSSGroupingRule.deleteRule πŸ“‹Safari10/26/2007 Firefox4/2/20131985
api.CSSGroupingRule.insertRule πŸ“‹Safari10/26/2007 Firefox4/2/20131985
api.CSSImportRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSImportRule.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSImportRule.layerName πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.CSSImportRule.media πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSImportRule.styleSheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSImportRule.supportsText πŸ“‹Firefox6/6/2023 Safari5/13/2024342
api.CSSKeyframeRule πŸ“‹Safari9/30/2015 Firefox8/2/2016307
api.CSSKeyframeRule.keyText πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSKeyframeRule.style πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSKeyframesRule πŸ“‹Safari3/21/2016 Firefox8/2/2016134
api.CSSKeyframesRule.appendRule πŸ“‹Firefox5/14/2013 Safari3/21/20161042
api.CSSKeyframesRule.cssRules πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSKeyframesRule.deleteRule πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSKeyframesRule.findRule πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSKeyframesRule.length πŸ“‹Firefox1/17/2023 Safari9/18/2023244
api.CSSKeyframesRule.name πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.CSSLayerBlockRule πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.CSSLayerBlockRule.name πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.CSSLayerStatementRule πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.CSSLayerStatementRule.nameList πŸ“‹Firefox2/8/2022 Safari3/14/202234
api.CSSMediaRule πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.CSSNamespaceRule πŸ“‹Safari3/27/2017 Firefox4/19/201723
api.CSSNamespaceRule.namespaceURI πŸ“‹Safari3/27/2017 Firefox3/13/2018351
api.CSSNamespaceRule.prefix πŸ“‹Safari3/27/2017 Firefox3/13/2018351
api.CSSNestedDeclarations πŸ“‹Firefox10/29/2024 Safari12/11/202443
api.CSSNestedDeclarations.style πŸ“‹Firefox10/29/2024 Safari12/11/202443
api.CSSPageDescriptors πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.margin πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.margin-bottom πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.margin-left πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.margin-right πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.margin-top πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.marginBottom πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.marginLeft πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.marginRight πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.marginTop πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageDescriptors.size πŸ“‹Firefox8/6/2024 Safari9/15/2025405
api.CSSPageRule πŸ“‹Safari10/26/2007 Firefox2/19/20131943
api.CSSPageRule.selectorText πŸ“‹Safari10/26/2007 Firefox2/14/20235590
api.CSSPageRule.style πŸ“‹Safari10/26/2007 Firefox2/19/20131943
api.CSSPageRule.style.type_CSSPageDescriptors Firefox8/6/2024 Safari9/15/2025405
api.CSSPositionTryDescriptors πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.align-self πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.alignSelf πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.block-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.blockSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.bottom πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.height πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inline-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inlineSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-block πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-block-end πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-block-start πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-inline πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-inline-end πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.inset-inline-start πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetBlock πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetBlockEnd πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetBlockStart πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetInline πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetInlineEnd πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.insetInlineStart πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.justify-self πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.justifySelf πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.left πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-block πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-block-end πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-block-start πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-bottom πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-inline πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-inline-end πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-inline-start πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-left πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-right πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.margin-top πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginBlock πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginBlockEnd πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginBlockStart πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginBottom πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginInline πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginInlineEnd πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginInlineStart πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginLeft πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginRight πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.marginTop πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.max-block-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.max-height πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.max-inline-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.max-width πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.maxBlockSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.maxHeight πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.maxInlineSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.maxWidth πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.min-block-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.min-height πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.min-inline-size πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.min-width πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.minBlockSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.minHeight πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.minInlineSize πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.minWidth πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.place-self πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.placeSelf πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.position-anchor πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.position-area πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.positionAnchor πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.positionArea πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.right πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.top πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryDescriptors.width πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryRule πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryRule.name πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPositionTryRule.style πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.CSSPropertyRule πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSSPropertyRule.inherits πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSSPropertyRule.initialValue πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSSPropertyRule.name πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSSPropertyRule.syntax πŸ“‹Safari3/27/2023 Firefox7/9/2024470
api.CSSRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRule.cssText πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRule.parentStyleSheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRule.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRuleList πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRuleList.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSRuleList.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSScopeRule πŸ“‹Safari3/5/2024 Firefox12/9/2025644
api.CSSScopeRule.end πŸ“‹Safari3/5/2024 Firefox12/9/2025644
api.CSSScopeRule.start πŸ“‹Safari3/5/2024 Firefox12/9/2025644
api.CSSStartingStyleRule πŸ“‹Safari5/13/2024 Firefox8/6/202485
api.CSSStyleDeclaration πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.@@iterator Firefox2/24/2015 Safari9/19/2017938
api.CSSStyleDeclaration.cssText πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.getPropertyPriority πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.getPropertyValue πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.item πŸ“‹Firefox11/9/2004 Safari7/25/20122815
api.CSSStyleDeclaration.length πŸ“‹Firefox11/9/2004 Safari7/25/20122815
api.CSSStyleDeclaration.parentRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.removeProperty πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleDeclaration.setProperty πŸ“‹Firefox11/9/2004 Safari7/25/20122815
api.CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox10/14/202529
api.CSSStyleProperties.cssFloat πŸ“‹Safari9/15/2025 Firefox10/14/202529
api.CSSStyleRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleRule.cssRules πŸ“‹Safari5/18/2023 Firefox8/29/2023103
api.CSSStyleRule.deleteRule πŸ“‹Safari5/18/2023 Firefox8/29/2023103
api.CSSStyleRule.insertRule πŸ“‹Safari5/18/2023 Firefox8/29/2023103
api.CSSStyleRule.selectorText πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleRule.style πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleRule.style.returns_CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.CSSStyleSheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleSheet.CSSStyleSheet πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.CSSStyleSheet.addRule πŸ“‹Safari6/23/2003 Firefox7/9/20195860
api.CSSStyleSheet.cssRules πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleSheet.deleteRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleSheet.insertRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleSheet.insertRule.index_parameter_optional Safari6/23/2003 Firefox8/8/20175160
api.CSSStyleSheet.ownerRule πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CSSStyleSheet.removeRule πŸ“‹Safari10/26/2007 Firefox7/9/20194274
api.CSSStyleSheet.replace πŸ“‹Firefox5/31/2022 Safari3/27/2023300
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 πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.CSSStyleSheet.rules πŸ“‹Safari6/23/2003 Firefox7/9/20195860
api.CSSSupportsRule πŸ“‹Firefox6/25/2013 Safari9/30/2015827
api.CSSTransition πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.CSSTransition.transitionProperty πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Cache πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
Deno: Doesn't support query options
api.Cache.keys πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.Cache.match πŸ“‹Firefox9/22/2015 Safari4/12/2018933
Deno: Doesn't support query options
api.Cache.matchAll πŸ“‹Firefox9/22/2015 Safari4/12/2018933
Opera: Requires HTTPS.
api.Cache.put πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.CacheStorage.has πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.CacheStorage.keys πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.CacheStorage.match πŸ“‹Firefox9/22/2015 Safari4/12/2018933
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 πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.CacheStorage.secure_context_required Firefox1/26/2016 Safari4/12/2018807
api.CacheStorage.worker_support Firefox1/26/2016 Safari4/12/2018807
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.CanvasGradient πŸ“‹Safari4/29/2005 Firefox11/29/2005214
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 πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasPattern πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasPattern.setTransform πŸ“‹Firefox10/14/2014 Safari4/12/20181276
api.CanvasPattern.setTransform.dommatrix Safari4/12/2018 Firefox7/28/2020838
api.CanvasRenderingContext2D πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.arc πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.CanvasRenderingContext2D.arcTo πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.beginPath πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.bezierCurveTo πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.canvas πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.CanvasRenderingContext2D.clearRect πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.clip πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.clip.path_parameter Safari10/22/2013 Firefox7/22/2014273
api.CanvasRenderingContext2D.closePath πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.createConicGradient πŸ“‹Safari10/24/2022 Firefox4/11/2023169
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 πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.createLinearGradient πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.createPattern πŸ“‹Safari4/29/2005 Firefox11/29/2005214
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 πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.direction πŸ“‹Safari9/30/2015 Firefox5/31/20222435
api.CanvasRenderingContext2D.drawFocusIfNeeded πŸ“‹Firefox9/2/2014 Safari10/16/201444
api.CanvasRenderingContext2D.drawImage πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.drawImage.ImageBitmap_source_image Firefox11/3/2015 Safari9/20/20212148
api.CanvasRenderingContext2D.drawImage.SVGImageElement_source_image Firefox9/28/2017 Safari9/18/20232181
api.CanvasRenderingContext2D.ellipse πŸ“‹Safari9/30/2015 Firefox8/2/2016307
api.CanvasRenderingContext2D.fill πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.fill.path_parameter Safari10/22/2013 Firefox7/22/2014273
api.CanvasRenderingContext2D.fillRect πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.fillStyle πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.fillText πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.filter πŸ“‹Firefox9/20/2016 Safari9/16/20242918
api.CanvasRenderingContext2D.font πŸ“‹Firefox6/30/2009 Safari3/31/20255753
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.getContextAttributes πŸ“‹Safari9/20/2021 Firefox8/29/2023708
api.CanvasRenderingContext2D.getImageData πŸ“‹Firefox10/24/2006 Safari6/8/2009958
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 πŸ“‹Safari10/22/2013 Firefox2/4/2014105
api.CanvasRenderingContext2D.getTransform πŸ“‹Safari4/12/2018 Firefox10/22/2019558
api.CanvasRenderingContext2D.globalAlpha πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.globalCompositeOperation πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.imageSmoothingEnabled πŸ“‹Safari3/21/2016 Firefox1/24/2017309
api.CanvasRenderingContext2D.isPointInPath πŸ“‹Firefox10/24/2006 Safari3/18/2008511
api.CanvasRenderingContext2D.isPointInPath.path_parameter Safari10/22/2013 Firefox7/22/2014273
api.CanvasRenderingContext2D.isPointInStroke πŸ“‹Firefox2/19/2013 Safari10/22/2013245
api.CanvasRenderingContext2D.isPointInStroke.path_parameter Safari10/22/2013 Firefox7/22/2014273
api.CanvasRenderingContext2D.letterSpacing πŸ“‹Firefox7/4/2023 Safari3/31/2025636
api.CanvasRenderingContext2D.lineCap πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.lineDashOffset πŸ“‹Safari10/22/2013 Firefox2/4/2014105
api.CanvasRenderingContext2D.lineJoin πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.lineTo πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.lineWidth πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.measureText πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.miterLimit πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.moveTo πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.putImageData πŸ“‹Firefox10/24/2006 Safari6/8/2009958
api.CanvasRenderingContext2D.quadraticCurveTo πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.CanvasRenderingContext2D.rect πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.reset πŸ“‹Firefox5/9/2023 Safari12/11/2023216
api.CanvasRenderingContext2D.resetTransform πŸ“‹Firefox2/24/2015 Safari3/27/2017762
api.CanvasRenderingContext2D.restore πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.rotate πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.roundRect πŸ“‹Safari9/12/2022 Firefox4/11/2023211
api.CanvasRenderingContext2D.save πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.scale πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.setLineDash πŸ“‹Safari10/22/2013 Firefox2/4/2014105
api.CanvasRenderingContext2D.setTransform πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.CanvasRenderingContext2D.setTransform.matrix_parameter Safari4/12/2018 Firefox10/22/2019558
api.CanvasRenderingContext2D.shadowBlur πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.shadowColor πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.shadowOffsetX πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.shadowOffsetY πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.stroke πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.stroke.path_parameter Safari10/22/2013 Firefox7/22/2014273
api.CanvasRenderingContext2D.strokeRect πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.strokeStyle πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.strokeText πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.textAlign πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.textBaseline πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.CanvasRenderingContext2D.transform πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.CanvasRenderingContext2D.translate πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.CanvasRenderingContext2D.wordSpacing πŸ“‹Firefox7/4/2023 Safari3/31/2025636
api.CaretPosition πŸ“‹Firefox4/2/2013 Safari12/12/20254637
api.CaretPosition.getClientRect πŸ“‹Firefox8/6/2013 Safari12/12/20254511
api.CaretPosition.offset πŸ“‹Firefox4/2/2013 Safari12/12/20254637
api.CaretPosition.offsetNode πŸ“‹Firefox4/2/2013 Safari12/12/20254637
api.ChannelMergerNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.ChannelMergerNode.ChannelMergerNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.ChannelSplitterNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.CharacterData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.after πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.CharacterData.appendData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.before πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.CharacterData.data πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.deleteData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.insertData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.nextElementSibling πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.CharacterData.previousElementSibling πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.CharacterData.remove πŸ“‹Firefox8/6/2013 Safari10/22/201377
api.CharacterData.replaceData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.CharacterData.replaceWith πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.CharacterData.substringData πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Client πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Client.frameType πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Client.id πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Client.postMessage πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Client.type πŸ“‹Firefox6/13/2017 Safari4/12/2018303
api.Client.url πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Clients πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Clients.claim πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Clients.get πŸ“‹Firefox3/8/2016 Safari4/12/2018765
api.Clients.matchAll πŸ“‹Firefox6/13/2017 Safari4/12/2018303
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.Clipboard.read πŸ“‹Safari3/24/2020 Firefox6/11/20241540
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.readText πŸ“‹Safari3/24/2020 Firefox4/16/20241484
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 Safari3/24/2020 Firefox6/11/20241540
api.Clipboard.type_text-html Safari3/24/2020 Firefox6/11/20241540
api.Clipboard.type_text-plain Safari3/24/2020 Firefox6/11/20241540
api.Clipboard.write πŸ“‹Safari3/24/2020 Firefox6/11/20241540
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 πŸ“‹Firefox10/23/2018 Safari3/24/2020518
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.ClipboardEvent πŸ“‹Firefox6/25/2013 Safari3/27/20171371
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 πŸ“‹Firefox6/25/2013 Safari3/27/20171371
api.ClipboardEvent.clipboardData πŸ“‹Firefox6/25/2013 Safari3/27/20171371
api.ClipboardItem πŸ“‹Safari3/24/2020 Firefox6/11/20241540
api.ClipboardItem.ClipboardItem πŸ“‹Safari3/24/2020 Firefox6/11/20241540
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 πŸ“‹Safari3/24/2020 Firefox6/11/20241540
api.ClipboardItem.presentationStyle πŸ“‹Safari3/24/2020 Firefox6/11/20241540
api.ClipboardItem.supports_static πŸ“‹Firefox6/11/2024 Safari3/31/2025293
api.ClipboardItem.types πŸ“‹Safari3/24/2020 Firefox6/11/20241540
api.CloseEvent πŸ“‹Firefox11/8/2011 Safari7/25/2012260
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 πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.CloseEvent.code πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.CloseEvent.reason πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.CloseEvent.wasClean πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.CommandEvent πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.CommandEvent.CommandEvent Firefox10/14/2025 Safari12/12/202559
api.CommandEvent.command πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.CommandEvent.source πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.Comment πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Comment.Comment πŸ“‹Firefox9/17/2013 Safari10/16/2014394
api.CompositionEvent πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.CompositionEvent.CompositionEvent πŸ“‹Safari10/22/2013 Firefox4/19/20171275
api.CompositionEvent.data πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.CompositionEvent.initCompositionEvent πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.CompressionStream πŸ“‹Safari3/27/2023 Firefox5/9/202343
Node.js: Available as a part of the stream/web module.
api.CompressionStream.CompressionStream πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.CompressionStream.CompressionStream.brotli Safari3/31/2025 Firefox1/13/2026288
api.CompressionStream.CompressionStream.deflate πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.CompressionStream.CompressionStream.deflate-raw πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.CompressionStream.CompressionStream.gzip πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.CompressionStream.readable πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.CompressionStream.writable πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.ConstantSourceNode πŸ“‹Firefox3/7/2017 Safari4/26/20211511
api.ConstantSourceNode.ConstantSourceNode πŸ“‹Firefox3/7/2017 Safari4/26/20211511
api.ConstantSourceNode.offset πŸ“‹Firefox3/7/2017 Safari4/26/20211511
api.ContentVisibilityAutoStateChangeEvent πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.ContentVisibilityAutoStateChangeEvent.skipped πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.ConvolverNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.ConvolverNode.ConvolverNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.ConvolverNode.buffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.ConvolverNode.normalize πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.CookieChangeEvent πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieChangeEvent.CookieChangeEvent πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieChangeEvent.changed πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieChangeEvent.deleted πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.change_event πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.delete πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.get πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.get.name_return_property πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.get.value_return_property πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.getAll πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CookieStore.set πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.CountQueuingStrategy πŸ“‹Safari3/27/2017 Firefox1/29/2019673
Node.js: Available as a part of the stream/web module.
api.CountQueuingStrategy.CountQueuingStrategy πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.CountQueuingStrategy.highWaterMark πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.CountQueuingStrategy.size πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.Credential πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.Credential.id πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.Credential.type πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.attestation πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.attestation.direct πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "direct" is not supported. See https://bugzil.la/1550164
api.CredentialsContainer.create.publicKey_option.attestation.enterprise πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "enterprise" is not supported. See https://bugzil.la/1550164
api.CredentialsContainer.create.publicKey_option.attestation.indirect πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.attestation.none πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.extensions πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.extensions.appidExclude πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.create.publicKey_option.extensions.largeBlob πŸ“‹Safari9/18/2023 Firefox5/27/2025617
api.CredentialsContainer.create.publicKey_option.extensions.prf πŸ“‹Safari9/16/2024 Firefox5/27/2025253
Firefox: Not supported on macOS.
api.CredentialsContainer.get πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.get.publicKey_option πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.get.publicKey_option.extensions πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.get.publicKey_option.extensions.appid πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.CredentialsContainer.preventSilentAccess πŸ“‹Firefox5/9/2018 Safari9/18/20231958
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 πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.Crypto πŸ“‹Safari6/7/2010 Firefox5/14/20131072
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 πŸ“‹Safari6/7/2010 Firefox5/14/20131072
Node.js: Since v17.4.0, a similar method is available via the crypto module.
api.Crypto.randomUUID πŸ“‹Firefox12/7/2021 Safari3/14/202297
Node.js: Since 14.17.0 and 15.6.0, a similar method is available via the crypto module.
api.Crypto.subtle πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.Crypto.subtle.secure_context_required Firefox4/7/2020 Safari9/20/2021531
api.CryptoKey πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Node.js: Available as a part of the crypto module.
api.CryptoKey.algorithm πŸ“‹Safari10/22/2013 Firefox12/1/2014405
api.CryptoKey.extractable πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Deno: The only supported value for this property is true.
api.CryptoKey.type πŸ“‹Safari10/22/2013 Firefox12/1/2014405
api.CryptoKey.usages πŸ“‹Safari10/22/2013 Firefox12/1/2014405
api.CustomElementRegistry πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.CustomElementRegistry.define πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.CustomElementRegistry.get πŸ“‹Safari3/27/2017 Firefox10/23/2018575
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 πŸ“‹Firefox8/1/2023 Safari9/18/202348
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.upgrade πŸ“‹Firefox10/23/2018 Safari3/25/2019153
api.CustomElementRegistry.whenDefined πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.CustomEvent πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.CustomEvent.CustomEvent πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.CustomEvent.detail πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.CustomEvent.initCustomEvent πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.CustomEvent.worker_support Firefox8/2/2016 Safari9/17/2018776
api.CustomStateSet πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.@@iterator πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.add πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.clear πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.delete πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.entries πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.forEach πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.has πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.keys πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.size πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.CustomStateSet.values πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.DOMException πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMException.DOMException πŸ“‹Firefox3/31/2015 Safari3/27/2017727
api.DOMException.code πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMException.message πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMException.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMImplementation πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMImplementation.createDocument πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMImplementation.createDocumentType πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.DOMImplementation.createHTMLDocument πŸ“‹Safari6/23/2003 Firefox3/22/20112829
Internet Explorer: The title parameter is required, but can be empty string.
api.DOMImplementation.hasFeature πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Firefox: Since Firefox 19, hasFeature() mostly returns true.
api.DOMMatrix πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.DOMMatrix πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.a πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.b πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.c πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.d πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.e πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.f πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.fromFloat32Array_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrix.fromFloat64Array_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrix.fromMatrix_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrix.invertSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m11 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m12 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m13 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m14 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m21 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m22 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m23 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m24 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m31 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m32 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m33 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m34 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m41 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m42 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m43 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.m44 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.multiplySelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.preMultiplySelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.rotateAxisAngleSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.rotateFromVectorSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.rotateSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.scale3dSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.skewXSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.skewYSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.translateSelf πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrix.worker_support Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrixReadOnly πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.DOMMatrixReadOnly πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.DOMMatrixReadOnly.a πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.b πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.c πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.d πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.e πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.f πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.flipX πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.flipY πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.fromFloat32Array_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrixReadOnly.fromFloat64Array_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrixReadOnly.fromMatrix_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMMatrixReadOnly.inverse πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.is2D πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.isIdentity πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.DOMMatrixReadOnly.m11 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m12 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m13 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m14 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m21 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m22 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m23 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m24 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m31 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m32 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m33 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m34 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m41 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m42 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m43 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.m44 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.multiply πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.rotate πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.rotateAxisAngle πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.rotateFromVector πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.scale πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari3/5/20243430
api.DOMMatrixReadOnly.skewX πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
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 πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.toFloat64Array πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.toJSON πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.DOMMatrixReadOnly.toString Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.transformPoint πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.translate πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.DOMMatrixReadOnly.worker_support Safari9/19/2017 Firefox9/3/2019714
api.DOMParser πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.DOMParser.DOMParser πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.DOMParser.parseFromString πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.DOMParser.parseFromString.html Firefox4/24/2012 Safari3/21/20161427
api.DOMParser.parseFromString.svg Safari10/26/2007 Firefox1/31/20121558
api.DOMParser.parseFromString.xml Firefox11/9/2004 Safari4/15/2005157
api.DOMPoint πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPoint.DOMPoint πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPoint.fromPoint_static πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMPoint.w πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPoint.worker_support Safari3/27/2017 Firefox9/3/2019890
api.DOMPoint.x πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPoint.y πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPoint.z πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPointReadOnly πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPointReadOnly.DOMPointReadOnly πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMPointReadOnly.fromPoint_static πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMPointReadOnly.matrixTransform πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMPointReadOnly.toJSON πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMPointReadOnly.w πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPointReadOnly.worker_support Safari3/27/2017 Firefox9/3/2019890
api.DOMPointReadOnly.x πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPointReadOnly.y πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMPointReadOnly.z πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMQuad πŸ“‹Firefox7/22/2014 Safari9/19/20171155
api.DOMQuad.DOMQuad πŸ“‹Firefox7/22/2014 Safari9/19/20171155
api.DOMQuad.fromQuad_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMQuad.fromRect_static πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.DOMQuad.getBounds πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.DOMQuad.p1 πŸ“‹Firefox7/22/2014 Safari9/19/20171155
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 πŸ“‹Firefox7/22/2014 Safari9/19/20171155
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 πŸ“‹Firefox7/22/2014 Safari9/19/20171155
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 πŸ“‹Firefox7/22/2014 Safari9/19/20171155
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 πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.DOMQuad.worker_support Safari9/19/2017 Firefox9/3/2019714
api.DOMRect πŸ“‹Firefox2/4/2014 Safari3/27/20171147
api.DOMRect.DOMRect πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMRect.fromRect_static πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.DOMRect.height πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRect.width πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRect.worker_support Safari3/27/2017 Firefox9/3/2019890
api.DOMRect.x πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMRect.y πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMRectList πŸ“‹Firefox2/4/2014 Safari3/27/20171147
api.DOMRectList.item πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectList.length πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMRectReadOnly.DOMRectReadOnly πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMRectReadOnly.bottom πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.fromRect_static πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.DOMRectReadOnly.height πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.left πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.right πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.toJSON πŸ“‹Safari3/27/2017 Firefox9/5/2018527
api.DOMRectReadOnly.top πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.width πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.DOMRectReadOnly.worker_support Safari3/27/2017 Firefox9/3/2019890
api.DOMRectReadOnly.x πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMRectReadOnly.y πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.DOMStringList πŸ“‹Firefox11/9/2004 Safari7/20/20112444
api.DOMStringList.contains πŸ“‹Firefox11/29/2005 Safari7/20/20112059
api.DOMStringList.item πŸ“‹Firefox11/9/2004 Safari7/20/20112444
api.DOMStringList.length πŸ“‹Firefox11/9/2004 Safari7/20/20112444
api.DOMStringMap πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.DOMTokenList πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.@@iterator Firefox2/24/2015 Safari3/27/2017762
api.DOMTokenList.add πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.add.multiple_parameters Safari10/22/2013 Firefox12/10/201349
api.DOMTokenList.contains πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.entries Firefox11/15/2016 Safari3/27/2017132
api.DOMTokenList.forEach Firefox11/15/2016 Safari3/27/2017132
api.DOMTokenList.item πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.keys Firefox11/15/2016 Safari3/27/2017132
api.DOMTokenList.length πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.remove πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.remove.multiple_parameters Safari10/22/2013 Firefox12/10/201349
api.DOMTokenList.remove_duplicates Safari9/20/2016 Firefox8/8/2017322
api.DOMTokenList.replace πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.DOMTokenList.replace.boolean_value Firefox6/26/2018 Safari9/17/201883
api.DOMTokenList.supports πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.DOMTokenList.toString πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.toggle πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.DOMTokenList.toggle.force_parameter Firefox9/17/2013 Safari10/22/201335
api.DOMTokenList.trim_whitespace Safari9/20/2016 Firefox1/24/2017126
api.DOMTokenList.value πŸ“‹Firefox6/7/2016 Safari9/20/2016105
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 Firefox11/15/2016 Safari3/27/2017132
api.DataTransfer πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Firefox9/5/2018 Safari4/26/2021964
api.DataTransfer.clearData πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DataTransfer.dropEffect πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DataTransfer.effectAllowed πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DataTransfer.files πŸ“‹Safari6/8/2009 Firefox1/21/2010227
api.DataTransfer.getData πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DataTransfer.items πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.DataTransfer.setData πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.DataTransfer.setDragImage πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DataTransfer.types πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Safari7/20/2011 Firefox11/15/20161945
api.DataTransferItem.getAsFile πŸ“‹Safari7/20/2011 Firefox11/15/20161945
api.DataTransferItem.getAsString πŸ“‹Safari7/20/2011 Firefox11/15/20161945
api.DataTransferItem.kind πŸ“‹Safari7/20/2011 Firefox11/15/20161945
api.DataTransferItem.type πŸ“‹Safari7/20/2011 Firefox11/15/20161945
api.DataTransferItem.webkitGetAsEntry πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.DataTransferItemList πŸ“‹Safari7/25/2012 Firefox11/15/20161574
api.DataTransferItemList.add πŸ“‹Safari7/25/2012 Firefox11/15/20161574
api.DataTransferItemList.clear πŸ“‹Safari7/25/2012 Firefox11/15/20161574
api.DataTransferItemList.length πŸ“‹Safari7/25/2012 Firefox11/15/20161574
api.DataTransferItemList.remove πŸ“‹Safari7/25/2012 Firefox11/15/20161574
api.DecompressionStream πŸ“‹Safari3/27/2023 Firefox5/9/202343
Node.js: Available as a part of the stream/web module.
api.DecompressionStream.DecompressionStream πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DecompressionStream.DecompressionStream.brotli Safari3/31/2025 Firefox1/13/2026288
api.DecompressionStream.DecompressionStream.deflate πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DecompressionStream.DecompressionStream.deflate-raw πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DecompressionStream.DecompressionStream.gzip πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DecompressionStream.readable πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DecompressionStream.writable πŸ“‹Safari3/27/2023 Firefox5/9/202343
api.DedicatedWorkerGlobalScope πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DedicatedWorkerGlobalScope.cancelAnimationFrame πŸ“‹Firefox4/5/2022 Safari3/27/2023356
api.DedicatedWorkerGlobalScope.close πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DedicatedWorkerGlobalScope.message_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.DedicatedWorkerGlobalScope.messageerror_event πŸ“‹Firefox11/14/2017 Safari3/27/20231959
api.DedicatedWorkerGlobalScope.name πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.DedicatedWorkerGlobalScope.postMessage πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Firefox4/5/2022 Safari3/27/2023356
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 πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.DelayNode πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.DelayNode.DelayNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.DelayNode.delayTime πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.DeviceMotionEvent πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceMotionEvent.acceleration πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceMotionEvent.accelerationIncludingGravity πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceMotionEvent.interval πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceMotionEvent.rotationRate πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceOrientationEvent πŸ“‹Firefox8/16/2011 Safari9/18/20234416
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.absolute πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceOrientationEvent.alpha πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceOrientationEvent.beta πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.DeviceOrientationEvent.gamma πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.Document πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.DOMContentLoaded_event πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.Document.Document πŸ“‹Firefox4/2/2013 Safari10/16/2014562
api.Document.URL πŸ“‹Safari10/26/2007 Firefox2/19/20131943
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 πŸ“‹Firefox6/17/2008 Safari10/22/20131953
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 πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Document.adoptNode πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.adoptedStyleSheets πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.Document.adoptedStyleSheets.mutable πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.Document.alinkColor πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Safari9/19/2017 Firefox10/22/2019763
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 πŸ“‹Safari6/8/2009 Firefox6/26/20183305
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 πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Document.applets πŸ“‹Safari6/8/2009 Firefox6/26/20183305
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.bgColor πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Safari6/23/2003 Firefox5/9/20185434
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.captureEvents πŸ“‹Safari9/19/2017 Firefox10/22/2019763
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 πŸ“‹Firefox4/2/2013 Safari12/12/20254637
api.Document.characterSet πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.Document.children πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.Document.clear πŸ“‹Safari9/19/2017 Firefox10/22/2019763
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 πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Safari7/20/2011 Firefox2/19/2013580
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 πŸ“‹Firefox11/9/2004 Safari9/30/20153977
api.Document.cookie πŸ“‹Safari6/8/2009 Firefox7/9/20193683
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 πŸ“‹Safari6/23/2003 Firefox1/26/20164600
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createCDATASection πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createComment πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createDocumentFragment πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.createEvent πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Firefox: From version 67, creating touch events using this method is no longer supported.
api.Document.createExpression πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.createNSResolver πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.createNodeIterator πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.createProcessingInstruction πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createRange πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createTextNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.createTreeWalker πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.createTreeWalker.whatToShow_filter_parameters_optional Safari10/26/2007 Firefox4/24/20121642
api.Document.currentScript πŸ“‹Firefox3/22/2011 Safari10/16/20141304
api.Document.defaultView πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.designMode πŸ“‹Safari3/27/2017 Firefox9/3/2019890
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 πŸ“‹Firefox11/9/2004 Safari3/27/20174521
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.documentElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.documentURI πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.domain πŸ“‹Safari6/23/2003 Firefox9/3/20195916
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 πŸ“‹Firefox6/17/2008 Safari6/8/2009356
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 πŸ“‹Firefox4/26/2016 Safari4/12/2018716
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 πŸ“‹Safari3/27/2017 Firefox6/26/2018456
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Document.execCommand Safari4/15/2005 Firefox9/3/20195254
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 Firefox9/22/2015 Safari9/20/2016364
api.Document.execCommand.cut Firefox9/22/2015 Safari9/20/2016364
api.Document.execCommand.insertHTML Firefox11/9/2004 Safari4/15/2005157
api.Document.exitFullscreen πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 Firefox12/11/2018 Safari3/27/20231567
api.Document.exitPointerLock πŸ“‹Firefox11/15/2016 Safari3/27/2017132
api.Document.fgColor πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.Document.fonts πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.Document.forms πŸ“‹Safari6/8/2009 Firefox6/26/20183305
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 πŸ“‹Firefox10/1/2024 Safari3/31/2025181
api.Document.fullscreen πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox4/7/2020 Safari9/16/2020162
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.getElementsByClassName πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.Document.getElementsByName πŸ“‹Safari6/8/2009 Firefox1/23/20183151
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.getElementsByTagNameNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.getSelection πŸ“‹Safari6/8/2009 Firefox11/14/20173081
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.hasFocus πŸ“‹Firefox6/17/2008 Safari10/22/20131953
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.hasStorageAccess πŸ“‹Safari4/12/2018 Firefox1/29/2019292
api.Document.head πŸ“‹Safari6/7/2010 Firefox6/26/20182941
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.hidden πŸ“‹Firefox1/8/2013 Safari10/22/2013287
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 πŸ“‹Safari6/8/2009 Firefox6/26/20183305
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.importNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.lastElementChild πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.Document.lastModified πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Safari6/8/2009 Firefox6/26/20183305
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 πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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.open πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Firefox7/9/2024 Safari9/15/2025433
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.plugins πŸ“‹Safari3/27/2017 Firefox6/26/2018456
Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects.
api.Document.pointerLockElement πŸ“‹Firefox11/15/2016 Safari3/27/2017132
api.Document.pointerlockchange_event πŸ“‹Firefox11/15/2016 Safari3/27/2017132
api.Document.pointerlockerror_event πŸ“‹Firefox11/15/2016 Safari3/27/2017132
api.Document.prepend πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Document.queryCommandEnabled Safari4/29/2005 Firefox9/3/20195240
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 Safari4/29/2005 Firefox9/3/20195240
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.queryCommandState Safari4/29/2005 Firefox9/3/20195240
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.queryCommandSupported Safari4/29/2005 Firefox9/3/20195240
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 Safari4/29/2005 Firefox9/3/20195240
Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.
api.Document.querySelector πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Document.querySelectorAll πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Document.readyState πŸ“‹Safari6/23/2003 Firefox1/21/20102404
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 πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.Document.referrer πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Document.releaseEvents πŸ“‹Safari9/19/2017 Firefox10/22/2019763
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 πŸ“‹Firefox6/30/2020 Safari9/16/202078
api.Document.requestStorageAccess πŸ“‹Safari4/12/2018 Firefox1/29/2019292
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.rootElement πŸ“‹Firefox3/7/2017 Safari3/27/201720
api.Document.scripts πŸ“‹Safari3/27/2017 Firefox6/26/2018456
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 πŸ“‹Safari4/29/2005 Firefox8/16/20112300
api.Document.scrollend_event πŸ“‹Firefox1/17/2023 Safari12/12/20251060
api.Document.scrollingElement πŸ“‹Safari9/30/2015 Firefox8/2/2016307
api.Document.securitypolicyviolation_event πŸ“‹Firefox10/5/2021 Safari3/14/2022160
api.Document.selectionchange_event πŸ“‹Safari7/20/2011 Firefox3/7/20172057
api.Document.startViewTransition πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.Document.startViewTransition.options_parameter πŸ“‹Safari12/11/2024 Firefox1/13/2026398
api.Document.startViewTransition.options_parameter.types_parameter πŸ“‹Safari12/11/2024 Firefox1/13/2026398
api.Document.startViewTransition.options_parameter.update_parameter πŸ“‹Safari12/11/2024 Firefox1/13/2026398
api.Document.styleSheets πŸ“‹Firefox11/9/2004 Safari6/8/20091672
api.Document.timeline πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Document.title πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Firefox1/8/2013 Safari10/22/2013287
api.Document.visibilitychange_event πŸ“‹Firefox9/28/2017 Safari4/26/20211306
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 πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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.write πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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.writeln πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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.DocumentFragment πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.DocumentFragment.DocumentFragment πŸ“‹Firefox9/17/2013 Safari10/16/2014394
api.DocumentFragment.append πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.DocumentFragment.childElementCount πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.DocumentFragment.children πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.DocumentFragment.firstElementChild πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.DocumentFragment.getElementById πŸ“‹Firefox3/18/2014 Safari9/30/2015561
api.DocumentFragment.lastElementChild πŸ“‹Firefox10/29/2013 Safari9/30/2015701
api.DocumentFragment.prepend πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.DocumentFragment.querySelector πŸ“‹Safari6/8/2009 Firefox6/30/200922
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.DocumentFragment.querySelectorAll πŸ“‹Safari6/8/2009 Firefox6/30/200922
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.DocumentFragment.replaceChildren πŸ“‹Firefox6/30/2020 Safari9/16/202078
api.DocumentTimeline πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.DocumentTimeline.DocumentTimeline πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.DocumentType πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.DocumentType.after πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.DocumentType.before πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.DocumentType.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.DocumentType.publicId πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.DocumentType.remove πŸ“‹Firefox8/6/2013 Safari10/22/201377
api.DocumentType.replaceWith πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.DocumentType.systemId πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.DragEvent πŸ“‹Firefox6/30/2009 Safari9/16/20204096
Internet Explorer: Before Internet Explorer 10, DragEvent is exposed in standards mode but not quirks mode.
api.DragEvent.DragEvent πŸ“‹Firefox6/30/2009 Safari9/16/20204096
api.DragEvent.dataTransfer πŸ“‹Firefox6/30/2009 Safari9/16/20204096
Internet Explorer: The value is always null.
api.DynamicsCompressorNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.DynamicsCompressorNode.DynamicsCompressorNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.DynamicsCompressorNode.attack πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.DynamicsCompressorNode.knee πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.DynamicsCompressorNode.ratio πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.DynamicsCompressorNode.reduction πŸ“‹Safari7/25/2012 Firefox10/29/2013461
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 πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.DynamicsCompressorNode.threshold πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.EXT_blend_minmax πŸ“‹Safari9/30/2015 Firefox6/7/2016251
Firefox: Not supported on Windows.
api.EXT_color_buffer_float πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.EXT_color_buffer_half_float πŸ“‹Firefox6/7/2016 Safari9/16/20201562
Firefox: Not supported on Windows.
api.EXT_float_blend πŸ“‹Firefox5/21/2019 Safari4/26/2021706
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 πŸ“‹Safari9/30/2015 Firefox6/7/2016251
api.EXT_sRGB πŸ“‹Safari9/30/2015 Firefox1/23/2018846
Firefox: Not supported on Windows.
api.EXT_shader_texture_lod πŸ“‹Safari10/16/2014 Firefox6/7/2016600
api.EXT_texture_compression_bptc πŸ“‹Firefox7/9/2019 Safari9/12/20221161
Chrome: Only supported on macOS.Edge: Only supported on macOS.Opera: Only supported on macOS.
api.EXT_texture_compression_rgtc πŸ“‹Firefox1/29/2019 Safari4/26/2021818
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 πŸ“‹Safari3/21/2016 Firefox6/7/201678
api.Element πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.DOMActivate_event πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.after πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Element.animate πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Element.animate.implicit_tofrom Safari3/24/2020 Firefox4/7/202014
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 πŸ“‹Firefox8/25/2020 Safari9/12/2022748
api.Element.animate.options_id_parameter πŸ“‹Firefox8/2/2016 Safari3/24/20201330
api.Element.animate.options_pseudoElement_parameter πŸ“‹Firefox4/7/2020 Safari9/16/2020162
api.Element.animationcancel_event πŸ“‹Firefox6/13/2017 Safari3/24/20201015
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 πŸ“‹Safari9/30/2015 Firefox1/24/2017482
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 πŸ“‹Safari9/30/2015 Firefox1/24/2017482
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 πŸ“‹Safari9/30/2015 Firefox1/24/2017482
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 πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Element.ariaActiveDescendantElement πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaAtomic πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaAutoComplete πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaBrailleLabel πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.Element.ariaBrailleRoleDescription πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.Element.ariaBusy πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaChecked πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaColCount πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaColIndex πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaColIndexText πŸ“‹Firefox10/24/2023 Safari12/12/2025780
api.Element.ariaColSpan πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaControlsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaCurrent πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaDescribedByElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaDescription πŸ“‹Firefox10/24/2023 Safari3/5/2024133
api.Element.ariaDetailsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaDisabled πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaErrorMessageElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaExpanded πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaFlowToElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaHasPopup πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaHidden πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaInvalid πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaKeyShortcuts πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaLabel πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaLabelledByElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaLevel πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaLive πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaModal πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaMultiLine πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaMultiSelectable πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaOrientation πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaOwnsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.Element.ariaPlaceholder πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaPosInSet πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaPressed πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaReadOnly πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRelevant Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRequired πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRoleDescription πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRowCount πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRowIndex πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaRowIndexText πŸ“‹Firefox10/24/2023 Safari12/12/2025780
api.Element.ariaRowSpan πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaSelected πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaSetSize πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaSort πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaValueMax πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaValueMin πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaValueNow πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.ariaValueText πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.assignedSlot πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Element.attachShadow πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Element.attachShadow.options_clonable_parameter πŸ“‹Firefox2/20/2024 Safari3/5/202414
api.Element.attachShadow.options_delegatesFocus_parameter πŸ“‹Safari3/24/2020 Firefox11/2/2021588
api.Element.attachShadow.options_serializable_parameter πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.Element.attributes πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.auxclick_event πŸ“‹Firefox4/19/2017 Safari12/11/20242793
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 Firefox8/6/2024 Safari12/11/2024127
api.Element.before πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Element.beforeinput_event πŸ“‹Safari3/27/2017 Firefox3/23/20211457
api.Element.beforematch_event πŸ“‹Firefox5/27/2025 Safari12/12/2025199
api.Element.blur_event πŸ“‹Safari3/18/2008 Firefox9/17/20132009
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 πŸ“‹Firefox10/18/2022 Safari3/5/2024504
api.Element.checkVisibility.options_checkOpacity_parameter πŸ“‹Firefox10/18/2022 Safari3/5/2024504
api.Element.checkVisibility.options_checkVisibilityCSS_parameter πŸ“‹Firefox10/18/2022 Safari3/5/2024504
api.Element.checkVisibility.options_contentVisibilityAuto_parameter πŸ“‹Firefox1/23/2024 Safari3/5/202442
api.Element.checkVisibility.options_opacityProperty_parameter πŸ“‹Firefox1/23/2024 Safari3/5/202442
api.Element.checkVisibility.options_visibilityProperty_parameter πŸ“‹Firefox1/23/2024 Safari3/5/202442
api.Element.childElementCount πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Element.children πŸ“‹Safari6/8/2009 Firefox6/30/200922
Internet Explorer: Also includes non-standard HTMLCommentElement nodes.
api.Element.classList πŸ“‹Firefox1/21/2010 Safari10/22/20131370
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari10/26/2007 Firefox8/16/20111390
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 Firefox8/6/2024 Safari12/11/2024127
api.Element.clientHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Element.clientLeft πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.Element.clientTop πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.Element.clientWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Element.closest πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.Element.compositionend_event πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.Element.compositionstart_event πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.Element.compositionupdate_event πŸ“‹Safari6/7/2010 Firefox12/20/2011561
api.Element.contentvisibilityautostatechange_event πŸ“‹Firefox9/3/2024 Safari9/16/202413
Firefox: The oncontentvisibilityautostatechange event handler property is not supported.Firefox for Android: The oncontentvisibilityautostatechange event handler property is not supported.
api.Element.contextmenu_event πŸ“‹Safari10/26/2007 Firefox8/16/20111390
api.Element.contextmenu_event.type_pointerevent Firefox8/6/2024 Safari12/11/2024127
api.Element.copy_event πŸ“‹Safari10/26/2007 Firefox6/25/20132069
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.cut_event πŸ“‹Safari10/26/2007 Firefox6/25/20132069
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 πŸ“‹Safari10/26/2007 Firefox8/16/20111390
Firefox: Starting in Firefox 68, dblclick events are only sent for the primary mouse button, per the specification.
api.Element.firstElementChild πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Element.focus_event πŸ“‹Safari3/18/2008 Firefox9/17/20132009
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 πŸ“‹Safari6/7/2010 Firefox3/7/20172465
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 πŸ“‹Safari6/7/2010 Firefox3/7/20172465
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Safari3/24/2020 Firefox4/7/202014
api.Element.getAttribute πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.getAttributeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox3/8/2016 Safari3/27/2017384
api.Element.getAttributeNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.getAttributeNodeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.getBoundingClientRect πŸ“‹Firefox6/17/2008 Safari6/8/2009356
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 πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.Element.getElementsByClassName πŸ“‹Safari3/18/2008 Firefox6/17/200891
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Safari6/23/2003 Firefox11/9/2004505
api.Element.getElementsByTagNameNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Safari6/23/2003 Firefox11/9/2004505
api.Element.getHTML πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.Element.getHTML.escapes_lt_gt_in_attributes Firefox6/24/2025 Safari9/15/202583
api.Element.gotpointercapture_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.hasAttribute πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.hasAttributeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.hasAttributes πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.id πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.innerHTML.escapes_lt_gt_in_attributes Firefox6/24/2025 Safari9/15/202583
api.Element.input_event πŸ“‹Safari3/18/2008 Firefox8/16/20111246
Edge: Not supported on select, checkbox, or radio inputs.Internet Explorer: Only supports input of type text and password.
api.Element.insertAdjacentElement πŸ“‹Safari10/26/2007 Firefox8/2/20163203
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 πŸ“‹Safari6/8/2009 Firefox11/8/2011883
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.insertAdjacentText πŸ“‹Safari6/8/2009 Firefox8/2/20162612
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 πŸ“‹Safari2/2/2004 Firefox8/16/20112752
api.Element.keypress_event πŸ“‹Safari4/15/2005 Firefox8/16/20112314
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 πŸ“‹Safari2/2/2004 Firefox8/16/20112752
api.Element.lastElementChild πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Element.localName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.lostpointercapture_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.matches πŸ“‹Safari10/16/2014 Firefox12/1/201446
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 πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.Element.mouseenter_event πŸ“‹Firefox1/31/2012 Safari10/22/2013630
api.Element.mouseleave_event πŸ“‹Firefox1/31/2012 Safari10/22/2013630
api.Element.mousemove_event πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.Element.mouseout_event πŸ“‹Safari6/23/2003 Firefox8/16/20112976
api.Element.mouseover_event πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.Element.mouseup_event πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.Element.namespaceURI πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.nextElementSibling πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Element.outerHTML πŸ“‹Safari4/15/2005 Firefox3/13/20122524
api.Element.outerHTML.escapes_lt_gt_in_attributes Firefox6/24/2025 Safari9/15/202583
api.Element.part πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.Element.paste_event πŸ“‹Safari10/26/2007 Firefox6/25/20132069
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 πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerdown_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerenter_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerleave_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointermove_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerout_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerover_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.pointerup_event πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.prefix πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.prepend πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Element.previousElementSibling πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Element.querySelector πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Internet Explorer: querySelector() is supported, but only for CSS 2.1 selectors.
api.Element.querySelectorAll πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors.
api.Element.releasePointerCapture πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Element.remove πŸ“‹Firefox8/6/2013 Safari10/22/201377
api.Element.removeAttribute πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Edge: This function doesn't respect boolean attributes' default values. See bug 12087679.
api.Element.removeAttributeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.removeAttributeNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.replaceChildren πŸ“‹Firefox6/30/2020 Safari9/16/202078
api.Element.replaceWith πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Element.requestFullscreen πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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.returns_promise Firefox12/11/2018 Safari3/27/20231567
api.Element.requestPointerLock πŸ“‹Firefox11/15/2016 Safari3/27/2017132
Chrome: From version 92, returns a promise instead of undefined. The behavior reflects a specification change.Edge: From version 92, returns a promise instead of undefined. The behavior reflects a specification change.Opera: From version 78, returns a promise instead of undefined. The behavior reflects a specification change.Safari: From version 18.4, returns a promise instead of undefined. The behavior reflects a specification change.Samsung Internet: From version 16, returns a promise instead of undefined. The behavior reflects a specification change.
api.Element.role πŸ“‹Safari3/25/2019 Firefox10/24/20231674
api.Element.scroll πŸ“‹Firefox2/24/2015 Safari3/27/2017762
api.Element.scroll.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
api.Element.scroll.options_left_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scroll.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollBy πŸ“‹Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollBy.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
api.Element.scrollBy.options_left_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollBy.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollHeight πŸ“‹Safari6/23/2003 Firefox5/14/20133613
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox2/24/2015 Safari9/16/20202031
api.Element.scrollIntoView.options_parameter.block_option πŸ“‹Firefox1/23/2018 Safari9/16/2020967
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.inline_option πŸ“‹Firefox1/23/2018 Safari9/16/2020967
api.Element.scrollLeft πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollTo.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
api.Element.scrollTo.options_left_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollTo.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Element.scrollTop πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.scrollWidth πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari4/15/2005 Firefox8/16/20112314
api.Element.scrollend_event πŸ“‹Firefox1/17/2023 Safari12/12/20251060
api.Element.securitypolicyviolation_event πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Element.setAttribute πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Internet Explorer: In Internet Explorer 7 and earlier, setAttribute doesn't set styles and removes events when you try to set them.
api.Element.setAttributeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.setAttributeNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.setAttributeNodeNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.setHTMLUnsafe πŸ“‹Firefox2/20/2024 Safari9/15/2025573
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.setPointerCapture πŸ“‹Firefox3/13/2018 Safari9/19/2019555
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 πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Element.slot πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Element.tagName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Element.toggleAttribute πŸ“‹Safari9/17/2018 Firefox10/23/201836
api.Element.transitioncancel_event πŸ“‹Firefox4/19/2017 Safari3/24/20201070
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 πŸ“‹Safari10/22/2013 Firefox1/24/20171190
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 πŸ“‹Firefox4/19/2017 Safari3/24/20201070
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 πŸ“‹Firefox4/19/2017 Safari3/24/20201070
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 πŸ“‹Firefox11/20/2012 Safari10/22/2013336
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 πŸ“‹Firefox10/5/2021 Safari3/27/2023538
api.ElementInternals.ariaActiveDescendantElement πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaAtomic πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaAutoComplete πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaBrailleLabel πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.ElementInternals.ariaBrailleRoleDescription πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.ElementInternals.ariaBusy πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaChecked πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaColCount πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaColIndex πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaColSpan πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaControlsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaCurrent πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaDescribedByElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaDetailsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaDisabled πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaErrorMessageElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaExpanded πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaFlowToElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaHasPopup πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaHidden πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaInvalid πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaKeyShortcuts πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaLabel πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaLabelledByElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaLevel πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaLive πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaModal πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaMultiLine πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaMultiSelectable πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaOrientation πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaOwnsElements πŸ“‹Safari3/27/2023 Firefox3/4/2025708
api.ElementInternals.ariaPlaceholder πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaPosInSet πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaPressed πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaReadOnly πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRelevant Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRequired πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRoleDescription πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRowCount πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRowIndex πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaRowSpan πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaSelected πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaSetSize πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaSort πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaValueMax πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaValueMin πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaValueNow πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.ariaValueText πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.checkValidity πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.form πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.labels πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.reportValidity πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.role πŸ“‹Safari3/27/2023 Firefox10/24/2023211
api.ElementInternals.setFormValue πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.setValidity πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.shadowRoot πŸ“‹Firefox10/5/2021 Safari3/27/2023538
api.ElementInternals.states πŸ“‹Safari3/5/2024 Firefox5/14/202470
api.ElementInternals.validationMessage πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.validity πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.ElementInternals.willValidate πŸ“‹Firefox3/8/2022 Safari3/27/2023384
api.EncodedAudioChunk πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.EncodedAudioChunk πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.byteLength πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.copyTo πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.duration πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.timestamp πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedAudioChunk.type πŸ“‹Firefox9/3/2024 Safari9/15/2025377
api.EncodedVideoChunk πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.EncodedVideoChunk πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.byteLength πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.copyTo πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.duration πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.timestamp πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.EncodedVideoChunk.type πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.ErrorEvent πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.ErrorEvent.ErrorEvent πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.ErrorEvent.colno πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.ErrorEvent.error πŸ“‹Firefox7/22/2014 Safari9/20/2016791
api.ErrorEvent.filename πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.ErrorEvent.lineno πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.ErrorEvent.message πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.Event πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Node.js: Only available as an internal instance.
api.Event.Event πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.Event.bubbles πŸ“‹Safari6/23/2003 Firefox11/29/2005890
Node.js: This is not used in Node.js and is provided purely for completeness.
api.Event.cancelBubble πŸ“‹Safari6/23/2003 Firefox4/19/20175049
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 πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.Event.composed πŸ“‹Safari9/20/2016 Firefox3/7/2017168
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 πŸ“‹Safari9/20/2016 Firefox3/13/2018539
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.Event.eventPhase πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.Event.initEvent πŸ“‹Safari6/23/2003 Firefox11/20/20123438
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 πŸ“‹Firefox11/29/2005 Safari9/20/20163948
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Event.returnValue πŸ“‹Safari6/23/2003 Firefox3/19/20195748
api.Event.srcElement πŸ“‹Safari6/23/2003 Firefox9/5/20185553
api.Event.stopImmediatePropagation πŸ“‹Safari6/7/2010 Firefox1/31/2012603
api.Event.stopPropagation πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Node.js: This is not used in Node.js and is provided purely for completeness.
api.Event.target πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Event.timeStamp πŸ“‹Safari6/23/2003 Firefox11/29/2005890
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 πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.EventCounts πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.@@iterator Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.entries Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.forEach Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.get Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.has Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.keys Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.size Firefox6/1/2021 Safari12/12/20251655
api.EventCounts.values Firefox6/1/2021 Safari12/12/20251655
api.EventSource πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.EventSource πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.EventSource.options_withCredentials_parameter Firefox3/13/2012 Safari10/22/2013588
api.EventSource.close πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.error_event πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.message_event πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.open_event πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.readyState πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.EventSource.url πŸ“‹Firefox8/16/2011 Safari7/25/2012344
api.EventSource.withCredentials πŸ“‹Firefox8/16/2011 Safari10/22/2013798
api.EventSource.worker_support Safari6/7/2010 Firefox11/26/20245286
Firefox: Not supported in service workers.Firefox for Android: Not supported in service workers.
api.EventTarget πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox3/13/2018 Safari9/16/2020918
api.EventTarget.addEventListener πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Firefox9/20/2016 Safari9/20/2016
api.EventTarget.addEventListener.options_parameter.options_capture_parameter πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.EventTarget.addEventListener.options_parameter.options_once_parameter πŸ“‹Safari9/20/2016 Firefox11/15/201656
api.EventTarget.addEventListener.options_parameter.options_passive_parameter πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_touch Safari4/12/2018 Firefox6/26/201875
api.EventTarget.addEventListener.options_parameter.options_signal_parameter πŸ“‹Firefox2/23/2021 Safari9/20/2021209
api.EventTarget.addEventListener.useCapture_parameter_optional Safari6/23/2003 Firefox8/16/20112976
api.EventTarget.dispatchEvent πŸ“‹Firefox10/24/2006 Safari3/18/2008511
Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.fireEvent() method.
api.EventTarget.removeEventListener πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.detachEvent() method.
api.EventTarget.removeEventListener.options_parameter Firefox9/20/2016 Safari9/20/2016
api.EventTarget.removeEventListener.useCapture_parameter_optional Safari6/23/2003 Firefox8/16/20112976
api.ExtendableCookieChangeEvent πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.ExtendableCookieChangeEvent.changed πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.ExtendableCookieChangeEvent.deleted πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.ExtendableEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableEvent.ExtendableEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableEvent.waitUntil πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableEvent.waitUntil.async_waitUntil Firefox4/19/2017 Safari4/12/2018358
api.ExtendableMessageEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.ExtendableMessageEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.data πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.lastEventId πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.origin πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.ports πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ExtendableMessageEvent.source πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.FetchEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.FetchEvent.FetchEvent πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.FetchEvent.clientId πŸ“‹Firefox3/8/2016 Safari4/12/2018765
api.FetchEvent.handled πŸ“‹Firefox12/15/2020 Safari9/12/2022636
api.FetchEvent.preloadResponse πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.FetchEvent.request πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.FetchEvent.respondWith πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.FetchEvent.resultingClientId πŸ“‹Firefox1/29/2019 Safari9/12/20221322
api.File πŸ“‹Safari6/8/2009 Firefox9/27/2011841
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 πŸ“‹Firefox3/18/2014 Safari3/27/20171105
api.File.lastModified πŸ“‹Firefox8/28/2012 Safari9/20/20161484
api.File.name πŸ“‹Firefox1/21/2010 Safari10/16/20141729
api.File.webkitRelativePath πŸ“‹Firefox11/15/2016 Safari4/12/2018513
Firefox for Android: Always an empty string (bug 1973726).
api.FileList πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.FileList.item πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.FileList.length πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.FileReader πŸ“‹Firefox1/21/2010 Safari7/25/2012916
Firefox: Before Firefox 4, Blob parameters were File parameters.
api.FileReader.FileReader πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.abort πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.abort_event πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.error πŸ“‹Firefox1/21/2010 Safari7/25/2012916
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 πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.load_event πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.loadend_event πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.loadstart_event πŸ“‹Safari7/25/2012 Firefox7/28/20202925
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 πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.readAsArrayBuffer πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.readAsBinaryString πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.readAsDataURL πŸ“‹Firefox1/21/2010 Safari7/25/2012916
Firefox for Android: Using the camera in Android 8.x raises an exception. See bug 1511083.
api.FileReader.readAsText πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.readyState πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.result πŸ“‹Firefox1/21/2010 Safari7/25/2012916
api.FileReader.worker_support Safari7/25/2012 Firefox4/26/20161371
api.FileReaderSync πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.FileReaderSync πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.readAsArrayBuffer πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.readAsBinaryString πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.readAsDataURL πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.readAsText πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.FileReaderSync.worker_support Firefox11/8/2011 Safari7/25/2012260
api.FileSystem πŸ“‹Firefox11/15/2016 Safari4/12/2018513
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 πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystem.root πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemDirectoryEntry πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemDirectoryEntry.createReader πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemDirectoryEntry.getDirectory πŸ“‹Firefox11/15/2016 Safari4/12/2018513
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 πŸ“‹Firefox11/15/2016 Safari4/12/2018513
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.FileSystemDirectoryHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.@@asyncIterator πŸ“‹Firefox3/14/2023 Safari3/27/202313
api.FileSystemDirectoryHandle.entries πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.getDirectoryHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.getFileHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.keys πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.removeEntry πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.resolve πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryHandle.values πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemDirectoryReader πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemDirectoryReader.readEntries πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry.filesystem πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry.fullPath πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry.getParent πŸ“‹Firefox3/7/2017 Safari4/12/2018401
api.FileSystemEntry.isDirectory πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry.isFile πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemEntry.name πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemFileEntry πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemFileEntry.file πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.FileSystemFileHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemFileHandle.createSyncAccessHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemFileHandle.createWritable πŸ“‹Firefox3/14/2023 Safari9/15/2025916
api.FileSystemFileHandle.getFile πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemHandle.isSameEntry πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemHandle.kind πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemHandle.move Safari12/13/2021 Firefox3/14/2023456
api.FileSystemHandle.name πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.close πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.close.sync_version Firefox3/14/2023 Safari3/27/202313
api.FileSystemSyncAccessHandle.flush πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.flush.sync_version Firefox3/14/2023 Safari3/27/202313
api.FileSystemSyncAccessHandle.getSize πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.getSize.sync_version Firefox3/14/2023 Safari3/27/202313
api.FileSystemSyncAccessHandle.read πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.truncate πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemSyncAccessHandle.truncate.sync_version Firefox3/14/2023 Safari3/27/202313
api.FileSystemSyncAccessHandle.write πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.FileSystemWritableFileStream πŸ“‹Firefox3/14/2023 Safari9/15/2025916
api.FileSystemWritableFileStream.seek πŸ“‹Firefox3/14/2023 Safari9/15/2025916
api.FileSystemWritableFileStream.truncate πŸ“‹Firefox3/14/2023 Safari9/15/2025916
api.FileSystemWritableFileStream.write πŸ“‹Firefox3/14/2023 Safari9/15/2025916
api.FocusEvent πŸ“‹Firefox9/17/2013 Safari10/22/201335
api.FocusEvent.FocusEvent πŸ“‹Firefox9/17/2013 Safari10/22/201335
api.FocusEvent.relatedTarget πŸ“‹Firefox9/17/2013 Safari10/22/201335
api.FontFace πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.FontFace πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.display πŸ“‹Firefox1/23/2018 Safari4/12/201879
api.FontFace.family πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.featureSettings πŸ“‹Firefox9/22/2015 Safari9/20/2016364
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.load πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.loaded πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.status πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.stretch πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.style πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.unicodeRange πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.weight πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFace.worker_support Safari9/20/2021 Firefox9/20/2022365
api.FontFaceSet πŸ“‹Firefox9/22/2015 Safari9/20/2016364
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 πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.add πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.check πŸ“‹Firefox9/22/2015 Safari9/20/2016364
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 πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.delete πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.entries Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.forEach Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.has Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.keys Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.load πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.loading_event πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.loadingdone_event πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.loadingerror_event πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.ready πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.size Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.status πŸ“‹Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.values Firefox9/22/2015 Safari9/20/2016364
api.FontFaceSet.worker_support Safari9/20/2021 Firefox9/20/2022365
api.FormData πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 Firefox1/26/2016 Safari4/12/2018807
api.FormData.FormData πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.FormData.FormData.submitter Firefox3/14/2023 Safari3/27/202313
api.FormData.append πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 Safari7/25/2012 Firefox6/25/2013335
api.FormData.delete πŸ“‹Firefox7/2/2015 Safari4/12/20181015
api.FormData.entries Firefox1/26/2016 Safari4/12/2018807
api.FormData.forEach Firefox6/7/2016 Safari4/12/2018674
api.FormData.get πŸ“‹Firefox7/2/2015 Safari4/12/20181015
api.FormData.getAll πŸ“‹Firefox7/2/2015 Safari4/12/20181015
api.FormData.has πŸ“‹Firefox7/2/2015 Safari4/12/20181015
api.FormData.keys Firefox1/26/2016 Safari4/12/2018807
api.FormData.set πŸ“‹Firefox7/2/2015 Safari4/12/20181015
api.FormData.values Firefox1/26/2016 Safari4/12/2018807
api.FormData.worker_support Firefox7/2/2015 Safari3/24/20201727
api.FormDataEvent πŸ“‹Firefox1/7/2020 Safari9/20/2021622
api.FormDataEvent.FormDataEvent πŸ“‹Firefox1/7/2020 Safari9/20/2021622
api.FormDataEvent.formData πŸ“‹Firefox1/7/2020 Safari9/20/2021622
api.FragmentDirective πŸ“‹Firefox10/1/2024 Safari3/31/2025181
api.GPU πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.wgslLanguageFeatures πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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.vendor πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
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.getConfiguration πŸ“‹Firefox7/22/2025 Safari9/15/202555
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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.clearBuffer πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.copyBufferToTexture πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.setPipeline πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.createBuffer πŸ“‹Firefox7/22/2025 Safari9/15/202555
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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.createRenderBundleEncoder πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.createSampler πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.destroy πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Safari9/15/2025 Firefox10/14/202529
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ 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.videoframe_source Safari9/15/2025 Firefox10/14/202529
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.label πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.writeBuffer πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.setIndexBuffer πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.setBlendConstant πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.setViewport πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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_texture-compression-astc-sliced-3d πŸ“‹Firefox7/22/2025 Safari9/15/202555
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-sliced-3d πŸ“‹Firefox7/22/2025 Safari9/15/202555
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.forEach πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.maxStorageBuffersPerShaderStage πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.maxStorageTexturesPerShaderStage πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.depthOrArrayLayers πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.height πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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.usage πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since Firefox 147. See bug 1993341.Firefox: Does not support macOS on Intel CPUs. See bug 2004105.Firefox: Does not 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 πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.GainNode.GainNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.GainNode.gain πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.Gamepad πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.axes πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.buttons πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.connected πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.id πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.index πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.mapping πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Gamepad.timestamp πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadButton πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadButton.pressed πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadButton.value πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadEvent πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadEvent.GamepadEvent πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadEvent.gamepad πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.GamepadHapticActuator πŸ“‹Firefox8/8/2017 Safari3/27/20232057
api.GamepadHapticActuator.type Firefox8/8/2017 Safari3/27/20232057
api.Geolocation πŸ“‹Firefox6/30/2009 Safari6/7/2010342
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 πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.Geolocation.getCurrentPosition πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.Geolocation.secure_context_required Safari9/20/2016 Firefox8/8/2017322
WebView Android: Secure context is only required for applications targeting Android Nougat (7) and higher. See bug 40465140.
api.Geolocation.watchPosition πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.GeolocationCoordinates.accuracy πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.altitude πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.altitudeAccuracy πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.heading πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.latitude πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.longitude πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.secure_context_required Safari9/20/2016 Firefox8/8/2017322
api.GeolocationCoordinates.speed πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationCoordinates.toJSON πŸ“‹Firefox8/6/2024 Safari9/16/202441
api.GeolocationPosition πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.GeolocationPosition.coords πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationPosition.secure_context_required Safari9/20/2016 Firefox8/8/2017322
api.GeolocationPosition.timestamp πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationPosition.toJSON πŸ“‹Firefox8/6/2024 Safari9/16/202441
api.GeolocationPositionError πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.GeolocationPositionError.code πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationPositionError.message πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.GeolocationPositionError.secure_context_required Safari9/20/2016 Firefox8/8/2017322
api.HTMLAllCollection πŸ“‹Safari6/7/2010 Firefox9/2/20141548
api.HTMLAllCollection.item πŸ“‹Safari6/7/2010 Firefox9/2/20141548
api.HTMLAllCollection.length πŸ“‹Safari6/7/2010 Firefox9/2/20141548
api.HTMLAllCollection.namedItem πŸ“‹Safari6/7/2010 Firefox9/2/20141548
api.HTMLAnchorElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.charset πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.coords πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.download πŸ“‹Firefox4/2/2013 Safari3/27/20171455
api.HTMLAnchorElement.hash πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.hreflang πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.origin πŸ“‹Safari7/20/2011 Firefox12/10/2013874
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 πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.HTMLAnchorElement.pathname πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox11/9/2004 Safari7/20/20112444
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.protocol πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.referrerPolicy πŸ“‹Firefox11/15/2016 Safari9/16/20201401
api.HTMLAnchorElement.rel πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.relList πŸ“‹Firefox6/10/2014 Safari9/30/2015477
api.HTMLAnchorElement.rev πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.search πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.target πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.text πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.toString πŸ“‹Safari10/26/2007 Firefox6/25/20132069
api.HTMLAnchorElement.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAnchorElement.username πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.HTMLAreaElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.alt πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.coords πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.download πŸ“‹Firefox4/2/2013 Safari3/27/20171455
api.HTMLAreaElement.hash πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.noHref πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.origin πŸ“‹Firefox12/10/2013 Safari9/20/20161015
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 πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.HTMLAreaElement.pathname πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox11/9/2004 Safari7/20/20112444
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.protocol πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.referrerPolicy πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.HTMLAreaElement.rel πŸ“‹Firefox6/10/2014 Safari9/30/2015477
api.HTMLAreaElement.relList πŸ“‹Firefox6/10/2014 Safari9/30/2015477
api.HTMLAreaElement.search πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.target πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLAreaElement.toString πŸ“‹Firefox6/25/2013 Safari3/27/20171371
api.HTMLAreaElement.username πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.HTMLAudioElement πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLAudioElement.Audio πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLBRElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBRElement.clear πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBaseElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBaseElement.href πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBaseElement.href.forbid_data_javascript_urls Safari12/11/2023 Firefox6/11/2024183
api.HTMLBaseElement.href.forbid_special_characters Safari9/12/2022 Firefox7/9/2024666
api.HTMLBaseElement.target πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.aLink πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.background πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.bgColor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.link πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.text πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLBodyElement.vLink πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLButtonElement.command πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.HTMLButtonElement.command.request-close πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.HTMLButtonElement.commandForElement πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.HTMLButtonElement.commandForElement.implicit_anchor_reference πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.HTMLButtonElement.disabled πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.formAction πŸ“‹Firefox3/22/2011 Safari7/20/2011120
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 πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLButtonElement.formMethod πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLButtonElement.formNoValidate πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLButtonElement.formTarget πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLButtonElement.labels πŸ“‹Safari7/20/2011 Firefox9/28/20172262
api.HTMLButtonElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.popoverTargetAction πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLButtonElement.popoverTargetElement πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.HTMLButtonElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLButtonElement.setCustomValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.validationMessage πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLButtonElement.validity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLButtonElement.value πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLButtonElement.willValidate πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLCanvasElement πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.HTMLCanvasElement.captureStream πŸ“‹Firefox12/15/2015 Safari9/19/2017644
api.HTMLCanvasElement.getContext πŸ“‹Safari4/29/2005 Firefox11/29/2005214
api.HTMLCanvasElement.getContext.2d_context Safari4/29/2005 Firefox11/29/2005214
api.HTMLCanvasElement.getContext.2d_context.options_willReadFrequently_parameter πŸ“‹Firefox3/18/2014 Safari9/16/20243835
api.HTMLCanvasElement.getContext.bitmaprenderer_context Firefox4/26/2016 Safari4/12/2018716
api.HTMLCanvasElement.getContext.webgl2_context Firefox1/24/2017 Safari9/20/20211700
api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter πŸ“‹Firefox6/10/2014 Safari9/20/20212659
api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter πŸ“‹Firefox9/22/2015 Safari9/20/20212190
api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter πŸ“‹Firefox10/23/2018 Safari9/20/20211063
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 Firefox9/17/2013 Safari10/16/2014394
api.HTMLCanvasElement.getContext.webgl_context.options_alpha_parameter πŸ“‹Firefox6/10/2014 Safari3/27/20171021
api.HTMLCanvasElement.getContext.webgl_context.options_failIfMajorPerformanceCaveat_parameter πŸ“‹Firefox9/22/2015 Safari3/27/2017552
api.HTMLCanvasElement.getContext.webgl_context.options_powerPreference_parameter πŸ“‹Safari3/27/2017 Firefox10/23/2018575
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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ 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 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.HTMLCanvasElement.toBlob πŸ“‹Firefox1/8/2013 Safari9/19/20171715
api.HTMLCanvasElement.toBlob.quality_parameter Firefox10/29/2013 Safari9/19/20171421
api.HTMLCanvasElement.toBlob.type_parameter_jpeg Firefox1/8/2013 Safari9/19/20171715
api.HTMLCanvasElement.toBlob.type_parameter_png Firefox1/8/2013 Safari9/19/20171715
api.HTMLCanvasElement.toDataURL πŸ“‹Firefox10/24/2006 Safari6/8/2009958
api.HTMLCanvasElement.toDataURL.type_parameter_jpeg Firefox1/8/2013 Safari9/19/20171715
api.HTMLCanvasElement.toDataURL.type_parameter_png Firefox1/8/2013 Safari9/19/20171715
api.HTMLCanvasElement.transferControlToOffscreen πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.HTMLCanvasElement.webglcontextcreationerror_event πŸ“‹Safari7/20/2011 Firefox9/20/20161889
api.HTMLCanvasElement.webglcontextlost_event πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLCanvasElement.webglcontextrestored_event πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLCanvasElement.width πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.HTMLCollection πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLCollection.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLCollection.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLCollection.namedItem πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLDListElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLDListElement.compact πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLDataElement πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.HTMLDataElement.value πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.HTMLDataListElement πŸ“‹Firefox3/22/2011 Safari3/25/20192925
api.HTMLDataListElement.options πŸ“‹Firefox3/22/2011 Safari3/25/20192925
api.HTMLDetailsElement πŸ“‹Safari7/25/2012 Firefox9/20/20161518
api.HTMLDetailsElement.name πŸ“‹Safari12/11/2023 Firefox9/3/2024267
api.HTMLDetailsElement.open πŸ“‹Safari7/25/2012 Firefox9/20/20161518
api.HTMLDialogElement πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.cancel_event πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.close πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.close_event πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.open πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.requestClose πŸ“‹Safari3/31/2025 Firefox5/27/202557
api.HTMLDialogElement.returnValue πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.show πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDialogElement.showModal πŸ“‹Firefox3/8/2022 Safari3/14/20226
api.HTMLDirectoryElement Safari6/23/2003 Firefox11/9/2004505
api.HTMLDirectoryElement.compact πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLDivElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLDivElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLDocument πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLElement.accessKey πŸ“‹Firefox6/21/2011 Safari7/25/2012400
api.HTMLElement.accessKeyLabel πŸ“‹Firefox11/8/2011 Safari9/16/20203235
api.HTMLElement.attachInternals πŸ“‹Firefox10/5/2021 Safari3/27/2023538
api.HTMLElement.autocorrect πŸ“‹Safari4/26/2021 Firefox3/4/20251408
api.HTMLElement.autofocus πŸ“‹Safari3/14/2022 Firefox2/14/2023337
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 πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.beforetoggle_event.dialog_elements πŸ“‹Firefox11/26/2024 Safari9/15/2025293
api.HTMLElement.beforetoggle_event.popover_elements πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.blur πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.HTMLElement.change_event πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.click πŸ“‹Firefox6/17/2008 Safari7/25/20121499
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 πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.HTMLElement.contentEditable πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.HTMLElement.contentEditable.plaintext-only Safari7/20/2011 Firefox3/4/20254976
api.HTMLElement.dataset πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.HTMLElement.dir πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.drag_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
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 πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.dragenter_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.dragexit_event Safari3/18/2008 Firefox6/30/2009469
api.HTMLElement.draggable πŸ“‹Firefox10/24/2006 Safari6/7/20101322
api.HTMLElement.dragleave_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.dragover_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.dragstart_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.drop_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLElement.enterKeyHint πŸ“‹Safari3/24/2020 Firefox11/2/2021588
api.HTMLElement.error_event πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLElement.focus πŸ“‹Firefox11/29/2005 Safari10/26/2007696
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 Firefox8/23/2022 Safari3/31/2025951
api.HTMLElement.focus.options_preventScroll_parameter Firefox7/9/2019 Safari9/20/2021804
api.HTMLElement.hidden πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLElement.hidePopover πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.inert πŸ“‹Safari5/16/2022 Firefox4/11/2023330
api.HTMLElement.innerText πŸ“‹Safari6/23/2003 Firefox3/8/20164642
api.HTMLElement.inputMode πŸ“‹Safari3/25/2019 Firefox12/7/2021988
api.HTMLElement.isContentEditable πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.HTMLElement.lang πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.load_event πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLElement.nonce πŸ“‹Firefox4/7/2020 Safari3/14/2022706
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.offsetLeft πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.offsetParent πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.offsetTop πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.offsetWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.outerText πŸ“‹Safari4/15/2005 Firefox3/8/20226171
api.HTMLElement.popover πŸ“‹Safari9/18/2023 Firefox4/16/2024211
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.showPopover πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.showPopover.options_source_parameter πŸ“‹Safari9/15/2025 Firefox10/14/202529
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 πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.HTMLElement.spellcheck πŸ“‹Firefox10/24/2006 Safari7/20/20111730
api.HTMLElement.style πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.style.returns_CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.HTMLElement.tabIndex πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLElement.togglePopover πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.togglePopover.force_parameter πŸ“‹Safari9/18/2023 Firefox7/22/2025673
api.HTMLElement.togglePopover.options_force_parameter πŸ“‹Safari3/31/2025 Firefox7/22/2025113
api.HTMLElement.togglePopover.options_source_parameter πŸ“‹Safari9/15/2025 Firefox10/14/202529
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 πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.HTMLElement.togglePopover.returns_boolean Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.toggle_event πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLElement.toggle_event.details_elements πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLElement.toggle_event.dialog_elements πŸ“‹Firefox11/26/2024 Safari9/15/2025293
api.HTMLElement.toggle_event.popover_elements πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLElement.translate πŸ“‹Safari7/25/2012 Firefox3/14/20233884
api.HTMLEmbedElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLEmbedElement.getSVGDocument πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.HTMLEmbedElement.height πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLEmbedElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLEmbedElement.src πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLEmbedElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLEmbedElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFieldSetElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFieldSetElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLFieldSetElement.disabled πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLFieldSetElement.elements πŸ“‹Firefox3/22/2011 Safari10/22/2013945
api.HTMLFieldSetElement.elements.type_HTMLCollection Firefox3/22/2011 Safari9/19/20193103
api.HTMLFieldSetElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFieldSetElement.name πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLFieldSetElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLFieldSetElement.setCustomValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLFieldSetElement.validationMessage πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLFieldSetElement.validity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLFieldSetElement.willValidate πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLFontElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFontElement.color πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFontElement.face πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFontElement.size πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormControlsCollection πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormControlsCollection.namedItem πŸ“‹Safari10/26/2007 Firefox10/14/20142545
Firefox: Returned a NodeList instead of a RadioNodeList.Firefox for Android: Returned a NodeList instead of a RadioNodeList.
api.HTMLFormElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.acceptCharset πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.action πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.autocomplete πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLFormElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLFormElement.elements πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.encoding πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.enctype πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.formdata_event πŸ“‹Firefox1/7/2020 Safari9/20/2021622
api.HTMLFormElement.length πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.method πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.noValidate πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLFormElement.rel πŸ“‹Safari3/14/2022 Firefox3/14/2023365
api.HTMLFormElement.relList πŸ“‹Safari3/14/2022 Firefox3/14/2023365
api.HTMLFormElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLFormElement.requestSubmit πŸ“‹Firefox4/7/2020 Safari9/12/2022888
api.HTMLFormElement.reset πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.reset_event πŸ“‹Safari10/26/2007 Firefox8/16/20111390
api.HTMLFormElement.submit πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.submit_event πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFormElement.target πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.contentDocument πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.contentWindow πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.frameBorder πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.longDesc πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.marginHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.marginWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.noResize πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.scrolling πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameElement.src πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameSetElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameSetElement.cols πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLFrameSetElement.rows πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLHRElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHRElement.align πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHRElement.color πŸ“‹Firefox11/9/2004 Safari3/27/20174521
api.HTMLHRElement.noShade πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHRElement.size πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHRElement.width πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHeadElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHeadingElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLHeadingElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLHtmlElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLHtmlElement.version πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLIFrameElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.allow πŸ“‹Safari4/12/2018 Firefox3/10/2020698
api.HTMLIFrameElement.allowFullscreen πŸ“‹Firefox6/25/2013 Safari3/27/20171371
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.contentDocument πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.contentWindow πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.frameBorder πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.getSVGDocument πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLIFrameElement.height πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.loading πŸ“‹Safari3/27/2023 Firefox12/19/2023267
api.HTMLIFrameElement.longDesc πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.marginHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.marginWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.referrerPolicy πŸ“‹Firefox11/15/2016 Safari9/16/20201401
api.HTMLIFrameElement.sandbox πŸ“‹Safari6/7/2010 Firefox11/20/2012897
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.src πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLIFrameElement.srcdoc πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.HTMLIFrameElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLImageElement.Image πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLImageElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.alt πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.border πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.complete πŸ“‹Firefox11/9/2004 Safari10/26/20071081
Internet Explorer: IE reports false for broken images.
api.HTMLImageElement.crossOrigin πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.HTMLImageElement.currentSrc πŸ“‹Firefox5/12/2015 Safari3/21/2016314
api.HTMLImageElement.decode πŸ“‹Safari4/12/2018 Firefox7/9/2019453
api.HTMLImageElement.decoding πŸ“‹Safari4/12/2018 Firefox10/23/2018194
api.HTMLImageElement.fetchPriority πŸ“‹Safari12/11/2023 Firefox10/29/2024323
api.HTMLImageElement.height πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.hspace πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.isMap πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.loading πŸ“‹Firefox4/7/2020 Safari3/14/2022706
api.HTMLImageElement.longDesc πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.lowsrc πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.naturalHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.naturalWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.referrerPolicy πŸ“‹Firefox11/15/2016 Safari9/16/20201401
api.HTMLImageElement.sizes πŸ“‹Firefox5/12/2015 Safari3/21/2016314
api.HTMLImageElement.src πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.srcset πŸ“‹Safari10/16/2014 Firefox5/12/2015208
api.HTMLImageElement.useMap πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.vspace πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLImageElement.x πŸ“‹Safari10/26/2007 Firefox7/17/20121726
api.HTMLImageElement.y πŸ“‹Safari10/26/2007 Firefox7/17/20121726
api.HTMLInputElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.accept πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.align πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.alt πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.autocomplete πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLInputElement.cancel_event πŸ“‹Firefox8/10/2021 Safari3/27/2023594
api.HTMLInputElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.checked πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.defaultChecked πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.defaultValue πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.dirName πŸ“‹Safari7/25/2012 Firefox8/1/20234024
api.HTMLInputElement.disabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.files πŸ“‹Firefox6/17/2008 Safari6/8/2009356
Internet Explorer: This property is read-only.
api.HTMLInputElement.form πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.formAction πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.formEnctype πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.formMethod πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.formNoValidate πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.formTarget πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.height πŸ“‹Firefox10/9/2012 Safari10/22/2013378
api.HTMLInputElement.indeterminate πŸ“‹Safari10/26/2007 Firefox1/21/2010818
api.HTMLInputElement.invalid_event πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.labels πŸ“‹Safari6/7/2010 Firefox9/28/20172670
api.HTMLInputElement.list πŸ“‹Firefox3/22/2011 Safari3/25/20192925
api.HTMLInputElement.max πŸ“‹Safari6/7/2010 Firefox10/9/2012855
api.HTMLInputElement.maxLength πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.min πŸ“‹Safari6/7/2010 Firefox10/9/2012855
api.HTMLInputElement.minLength πŸ“‹Firefox1/24/2017 Safari3/27/201762
api.HTMLInputElement.multiple πŸ“‹Safari6/8/2009 Firefox1/21/2010227
api.HTMLInputElement.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.pattern πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.placeholder πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLInputElement.popoverTargetAction πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLInputElement.popoverTargetElement πŸ“‹Safari9/18/2023 Firefox4/16/2024211
api.HTMLInputElement.popoverTargetElement.implicit_anchor_reference πŸ“‹Safari9/15/2025 Firefox1/13/2026120
api.HTMLInputElement.readOnly πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLInputElement.required πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.select πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.select_event πŸ“‹Safari6/23/2003 Firefox8/16/20112976
api.HTMLInputElement.selectionDirection πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.HTMLInputElement.selectionEnd πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLInputElement.selectionStart πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLInputElement.selectionchange_event πŸ“‹Firefox9/7/2021 Safari9/16/20241105
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 πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Safari10/22/2013 Firefox2/4/2014105
api.HTMLInputElement.setSelectionRange πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLInputElement.showPicker πŸ“‹Firefox5/31/2022 Safari9/12/2022104
api.HTMLInputElement.showPicker.color_input Firefox5/31/2022 Safari9/12/2022104
api.HTMLInputElement.showPicker.date_input Firefox5/31/2022 Safari3/5/2024644
api.HTMLInputElement.showPicker.datetime_local_input Firefox5/31/2022 Safari3/5/2024644
api.HTMLInputElement.showPicker.file_input Firefox5/31/2022 Safari9/12/2022104
api.HTMLInputElement.size πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.src πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.step πŸ“‹Safari6/7/2010 Firefox10/9/2012855
api.HTMLInputElement.stepDown πŸ“‹Safari6/7/2010 Firefox10/9/2012855
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 πŸ“‹Safari6/7/2010 Firefox10/9/2012855
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.useMap πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.validationMessage πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.validity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLInputElement.value πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLInputElement.valueAsDate πŸ“‹Safari6/7/2010 Firefox11/14/20172717
api.HTMLInputElement.valueAsNumber πŸ“‹Safari6/7/2010 Firefox10/9/2012855
api.HTMLInputElement.webkitEntries πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.HTMLInputElement.webkitdirectory πŸ“‹Firefox11/15/2016 Safari4/12/2018513
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 πŸ“‹Firefox10/9/2012 Safari10/22/2013378
api.HTMLInputElement.willValidate πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLLIElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLIElement.value πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLabelElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLLabelElement.control πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLLabelElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLLabelElement.htmlFor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLLegendElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLegendElement.align πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLegendElement.form πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.as πŸ“‹Safari9/20/2016 Firefox9/28/2017373
api.HTMLLinkElement.charset πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.crossOrigin πŸ“‹Firefox1/8/2013 Safari9/20/20161351
api.HTMLLinkElement.disabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari12/11/2023 Firefox10/29/2024323
api.HTMLLinkElement.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.hreflang πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.imageSizes πŸ“‹Firefox6/30/2020 Safari12/11/20231259
api.HTMLLinkElement.imageSrcset πŸ“‹Firefox6/30/2020 Safari12/11/20231259
api.HTMLLinkElement.integrity πŸ“‹Firefox12/15/2015 Safari4/12/2018849
api.HTMLLinkElement.media πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.referrerPolicy πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.HTMLLinkElement.rel πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.relList πŸ“‹Firefox6/10/2014 Safari9/30/2015477
api.HTMLLinkElement.rev πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.sheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.sizes πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLLinkElement.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMapElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLMapElement.areas πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLMapElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLMarqueeElement πŸ“‹Safari2/2/2004 Firefox1/29/20195475
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 πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.bgColor πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.direction πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.height πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.hspace πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.loop πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.scrollAmount πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.scrollDelay πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.start πŸ“‹Safari2/2/2004 Firefox1/29/20195475
api.HTMLMarqueeElement.stop πŸ“‹Safari2/2/2004 Firefox1/29/20195475
api.HTMLMarqueeElement.trueSpeed πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.vspace πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMarqueeElement.width πŸ“‹Safari7/20/2011 Firefox1/29/20192750
api.HTMLMediaElement πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.abort_event πŸ“‹Safari3/18/2008 Firefox12/20/20111372
api.HTMLMediaElement.addTextTrack πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLMediaElement.audioTracks πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.HTMLMediaElement.autoplay πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.buffered πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.HTMLMediaElement.canPlayType πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.canplaythrough_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.controls πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.crossOrigin πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.HTMLMediaElement.currentSrc πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.currentTime πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.defaultMuted πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.HTMLMediaElement.defaultPlaybackRate πŸ“‹Safari3/18/2008 Firefox4/2/20131841
api.HTMLMediaElement.duration πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.durationchange_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.emptied_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.encrypted_event πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.HTMLMediaElement.ended πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.ended_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.error πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.error_event πŸ“‹Safari3/18/2008 Firefox8/16/20111246
api.HTMLMediaElement.fastSeek πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.HTMLMediaElement.load πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.loadeddata_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.loadedmetadata_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.loadstart_event πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.HTMLMediaElement.loop πŸ“‹Safari6/8/2009 Firefox3/13/20121009
api.HTMLMediaElement.mediaKeys πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.HTMLMediaElement.muted πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.networkState πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Firefox: The NETWORK_LOADED state was removed to align with the HTML spec in Firefox 4.
api.HTMLMediaElement.pause πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.pause_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.paused πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.play πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.play.returns_promise Safari9/20/2016 Firefox4/19/2017211
api.HTMLMediaElement.play_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.playbackRate πŸ“‹Safari3/18/2008 Firefox4/2/20131841
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 πŸ“‹Safari3/18/2008 Firefox8/28/20121624
api.HTMLMediaElement.playing_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.preload πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLMediaElement.preservesPitch πŸ“‹Firefox5/31/2022 Safari12/11/2023559
api.HTMLMediaElement.progress_event πŸ“‹Safari3/18/2008 Firefox8/16/20111246
api.HTMLMediaElement.ratechange_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.readyState πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.seekable πŸ“‹Safari3/18/2008 Firefox11/8/20111330
api.HTMLMediaElement.seeked_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.seeking πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.seeking_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.setMediaKeys πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.HTMLMediaElement.setSinkId πŸ“‹Firefox8/1/2023 Safari3/31/2025608
Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355.
api.HTMLMediaElement.sinkId πŸ“‹Firefox8/1/2023 Safari3/31/2025608
Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355.
api.HTMLMediaElement.src πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.srcObject πŸ“‹Firefox11/3/2015 Safari9/19/2017686
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 πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.suspend_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.textTracks πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLMediaElement.timeupdate_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLMediaElement.videoTracks πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.HTMLMediaElement.volume πŸ“‹Safari3/18/2008 Firefox6/30/2009469
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 πŸ“‹Safari3/18/2008 Firefox8/16/20111246
api.HTMLMediaElement.waiting_event πŸ“‹Safari3/18/2008 Firefox8/16/20111246
api.HTMLMediaElement.waitingforkey_event πŸ“‹Safari3/25/2019 Firefox11/26/20242073
Firefox: The onwaitingforkey event handler property is not supported.Firefox for Android: The onwaitingforkey event handler property is not supported.
api.HTMLMenuElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLMenuElement.compact πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLMetaElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMetaElement.content πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMetaElement.httpEquiv πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMetaElement.media πŸ“‹Safari9/20/2021 Firefox10/18/2022393
api.HTMLMetaElement.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMetaElement.scheme πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLMeterElement πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.high πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.labels πŸ“‹Safari7/25/2012 Firefox9/28/20171891
api.HTMLMeterElement.low πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.max πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.min πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.optimum πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLMeterElement.value πŸ“‹Safari7/25/2012 Firefox10/9/201276
api.HTMLModElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLModElement.cite πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLModElement.dateTime πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOListElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOListElement.compact πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOListElement.reversed πŸ“‹Safari7/25/2012 Firefox1/8/2013167
api.HTMLOListElement.start πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOListElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.archive πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.border πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.checkValidity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLObjectElement.code πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.codeBase πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.codeType πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.contentDocument πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.contentWindow πŸ“‹Firefox6/25/2013 Safari9/19/20192277
api.HTMLObjectElement.data πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.declare πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.getSVGDocument πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.HTMLObjectElement.height πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.hspace πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLObjectElement.setCustomValidity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.useMap πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.validationMessage πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLObjectElement.validity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLObjectElement.vspace πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLObjectElement.willValidate πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLOptGroupElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptGroupElement.disabled πŸ“‹Firefox11/9/2004 Safari10/22/20133269
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.HTMLOptionElement.Option πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Before Internet Explorer 9, the outerHTML of elements lose their text when constructing with new Option().
api.HTMLOptionElement.defaultSelected πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.disabled πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.index πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.label πŸ“‹Safari10/26/2007 Firefox9/27/20111432
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.text πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionElement.value πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionsCollection πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionsCollection.add πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionsCollection.length πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOptionsCollection.remove πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.HTMLOptionsCollection.selectedIndex πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLOutputElement πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.checkValidity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.defaultValue πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.form πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.htmlFor πŸ“‹Firefox3/22/2011 Safari7/20/2011120
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 πŸ“‹Safari7/20/2011 Firefox9/28/20172262
api.HTMLOutputElement.name πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLOutputElement.setCustomValidity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
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 πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.validationMessage πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.validity πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.value πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLOutputElement.willValidate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLParagraphElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParagraphElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParamElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParamElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParamElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParamElement.value πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLParamElement.valueType πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLPictureElement πŸ“‹Firefox5/12/2015 Safari3/21/2016314
api.HTMLPreElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLPreElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLProgressElement πŸ“‹Firefox8/16/2011 Safari7/25/2012344
api.HTMLProgressElement.labels πŸ“‹Safari7/25/2012 Firefox9/28/20171891
api.HTMLProgressElement.max πŸ“‹Firefox8/16/2011 Safari7/25/2012344
api.HTMLProgressElement.position πŸ“‹Firefox8/16/2011 Safari7/25/2012344
api.HTMLProgressElement.value πŸ“‹Firefox8/16/2011 Safari7/25/2012344
api.HTMLQuoteElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLQuoteElement.cite πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.async πŸ“‹Firefox1/21/2010 Safari7/20/2011545
api.HTMLScriptElement.charset πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.crossOrigin πŸ“‹Firefox7/17/2012 Safari7/25/20128
api.HTMLScriptElement.defer πŸ“‹Safari10/26/2007 Firefox6/30/2009613
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.fetchPriority πŸ“‹Safari12/11/2023 Firefox10/29/2024323
api.HTMLScriptElement.htmlFor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.innerText πŸ“‹Safari10/26/2007 Firefox3/8/20163056
api.HTMLScriptElement.integrity πŸ“‹Firefox12/15/2015 Safari4/12/2018849
api.HTMLScriptElement.noModule πŸ“‹Safari9/19/2017 Firefox5/9/2018232
api.HTMLScriptElement.referrerPolicy πŸ“‹Firefox1/29/2019 Safari9/16/2020596
api.HTMLScriptElement.src πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.supports_static πŸ“‹Firefox11/2/2021 Safari9/12/2022314
api.HTMLScriptElement.text πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.textContent πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLScriptElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.add.index_before_parameter Firefox11/8/2011 Safari9/30/20151422
api.HTMLSelectElement.autocomplete πŸ“‹Safari3/21/2016 Firefox3/13/2018722
api.HTMLSelectElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLSelectElement.disabled πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.form πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.item πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.labels πŸ“‹Safari7/20/2011 Firefox9/28/20172262
api.HTMLSelectElement.length πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.multiple πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.name πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.namedItem πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.remove πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLSelectElement.required πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.HTMLSelectElement.selectedIndex πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.selectedOptions πŸ“‹Safari7/25/2012 Firefox12/10/2013503
api.HTMLSelectElement.setCustomValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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.size πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.validationMessage πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLSelectElement.validity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLSelectElement.value πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLSelectElement.willValidate πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLSlotElement πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.HTMLSlotElement.assign πŸ“‹Firefox9/7/2021 Safari3/27/2023566
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 πŸ“‹Firefox3/19/2019 Safari3/25/20196
api.HTMLSlotElement.assignedNodes πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.HTMLSlotElement.name πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.HTMLSlotElement.slotchange_event πŸ“‹Safari3/27/2017 Firefox10/23/2018575
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 πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLSourceElement.height πŸ“‹Safari9/20/2021 Firefox12/13/2022449
api.HTMLSourceElement.media πŸ“‹Safari3/18/2008 Firefox8/28/20121624
api.HTMLSourceElement.sizes πŸ“‹Firefox5/12/2015 Safari3/27/2017685
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 πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLSourceElement.srcset πŸ“‹Firefox5/12/2015 Safari3/27/2017685
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 πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLSourceElement.width πŸ“‹Safari9/20/2021 Firefox12/13/2022449
api.HTMLSpanElement πŸ“‹Firefox11/9/2004 Safari7/25/20122815
api.HTMLStyleElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLStyleElement.disabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLStyleElement.media πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLStyleElement.sheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLStyleElement.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTableCaptionElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCaptionElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.abbr πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.axis πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.bgColor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.cellIndex πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.ch πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.chOff πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.colSpan πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.headers πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.height πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.noWrap πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.rowSpan πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.scope πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.vAlign πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableCellElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.ch πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.chOff πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.span πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.vAlign πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableColElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.bgColor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.border πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.caption πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.cellPadding πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.cellSpacing πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.createCaption πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.createTBody πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.HTMLTableElement.createTFoot πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.createTHead πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.deleteCaption πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.deleteRow πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.deleteTFoot πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.deleteTHead πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.frame πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.insertRow πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.rules πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.summary πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.tBodies πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.tFoot πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.tHead πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableElement.width πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.bgColor πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.cells πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.ch πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.chOff πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.deleteCell πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.insertCell πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.insertCell.index_parameter_negative_one Safari10/26/2007 Firefox4/2/20131985
api.HTMLTableRowElement.insertCell.index_parameter_optional Safari10/26/2007 Firefox4/2/20131985
api.HTMLTableRowElement.rowIndex πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.sectionRowIndex πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableRowElement.vAlign πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.align πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.ch πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.chOff πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.deleteRow πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.insertRow πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.rows πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTableSectionElement.vAlign πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTemplateElement πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.HTMLTemplateElement.content πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.HTMLTemplateElement.shadowRootClonable πŸ“‹Firefox4/16/2024 Safari9/16/2024153
api.HTMLTemplateElement.shadowRootDelegatesFocus πŸ“‹Firefox2/20/2024 Safari9/16/2024209
api.HTMLTemplateElement.shadowRootMode πŸ“‹Safari3/27/2023 Firefox2/20/2024330
api.HTMLTemplateElement.shadowRootSerializable πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.HTMLTextAreaElement πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.autocomplete πŸ“‹Safari3/21/2016 Firefox3/13/2018722
api.HTMLTextAreaElement.checkValidity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.cols πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.defaultValue πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.dirName πŸ“‹Safari7/25/2012 Firefox8/1/20234024
api.HTMLTextAreaElement.disabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.form πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.labels πŸ“‹Safari7/20/2011 Firefox9/28/20172262
api.HTMLTextAreaElement.maxLength πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.minLength πŸ“‹Firefox1/24/2017 Safari3/27/201762
api.HTMLTextAreaElement.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.placeholder πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.readOnly πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.reportValidity πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.HTMLTextAreaElement.required πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.rows πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.select πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.select_event πŸ“‹Safari6/23/2003 Firefox8/16/20112976
api.HTMLTextAreaElement.selectionDirection πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.HTMLTextAreaElement.selectionEnd πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLTextAreaElement.selectionStart πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLTextAreaElement.selectionchange_event πŸ“‹Firefox9/7/2021 Safari9/16/20241105
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 πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Safari10/22/2013 Firefox2/4/2014105
api.HTMLTextAreaElement.setSelectionRange πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.HTMLTextAreaElement.textLength πŸ“‹Firefox11/9/2004 Safari6/7/20102036
api.HTMLTextAreaElement.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.validationMessage πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.validity πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.HTMLTextAreaElement.value πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.HTMLTextAreaElement.willValidate πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.HTMLTextAreaElement.wrap πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.HTMLTimeElement πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.HTMLTimeElement.dateTime πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.HTMLTitleElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTitleElement.text πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLTrackElement πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Safari9/20/2016 Firefox7/9/20191022
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 πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLTrackElement.kind πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLTrackElement.label πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLTrackElement.readyState πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLTrackElement.src πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLTrackElement.track πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.HTMLUListElement πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLUListElement.compact πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLUListElement.type πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.HTMLUnknownElement πŸ“‹Firefox11/9/2004 Safari7/25/20122815
api.HTMLVideoElement πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLVideoElement.cancelVideoFrameCallback πŸ“‹Safari3/14/2022 Firefox10/29/2024960
api.HTMLVideoElement.disablePictureInPicture πŸ“‹Safari3/24/2020 Firefox1/23/20241400
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.getVideoPlaybackQuality πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.
api.HTMLVideoElement.height πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLVideoElement.poster πŸ“‹Safari3/18/2008 Firefox1/21/2010674
api.HTMLVideoElement.requestVideoFrameCallback πŸ“‹Safari3/14/2022 Firefox10/29/2024960
api.HTMLVideoElement.resize_event πŸ“‹Safari3/18/2008 Firefox6/30/2009469
Edge: The onresize event handler property is not supported.Internet Explorer: The onresize event handler property is not supported.
api.HTMLVideoElement.videoHeight πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLVideoElement.videoWidth πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HTMLVideoElement.width πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.HashChangeEvent πŸ“‹Firefox1/21/2010 Safari6/7/2010137
api.HashChangeEvent.HashChangeEvent πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.HashChangeEvent.newURL πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.HashChangeEvent.oldURL πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.Headers πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.@@iterator Firefox1/26/2016 Safari3/27/2017426
api.Headers.Headers πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.append πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.delete πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.entries Firefox1/26/2016 Safari3/27/2017426
api.Headers.forEach Firefox6/7/2016 Safari3/27/2017293
api.Headers.get πŸ“‹Firefox7/2/2015 Safari3/27/2017634
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 πŸ“‹Firefox4/11/2023 Safari9/18/2023160
api.Headers.has πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.iterate_combined_duplicates Safari3/27/2017 Firefox11/14/2017232
api.Headers.iterate_lexicographically Safari3/27/2017 Firefox11/14/2017232
api.Headers.keys Firefox1/26/2016 Safari3/27/2017426
api.Headers.set πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Headers.values Firefox1/26/2016 Safari3/27/2017426
api.Highlight πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.Highlight.@@iterator Safari12/11/2023 Firefox6/24/2025561
api.Highlight.Highlight πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.Highlight.add Safari12/11/2023 Firefox6/24/2025561
api.Highlight.clear Safari12/11/2023 Firefox6/24/2025561
api.Highlight.delete Safari12/11/2023 Firefox6/24/2025561
api.Highlight.entries Safari12/11/2023 Firefox6/24/2025561
api.Highlight.forEach Safari12/11/2023 Firefox6/24/2025561
api.Highlight.has Safari12/11/2023 Firefox6/24/2025561
api.Highlight.keys Safari12/11/2023 Firefox6/24/2025561
api.Highlight.priority πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.Highlight.size Safari12/11/2023 Firefox6/24/2025561
api.Highlight.type πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.Highlight.values Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry πŸ“‹Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.@@iterator Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.clear Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.delete Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.entries Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.forEach Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.get Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.has Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.keys Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.set Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.size Safari12/11/2023 Firefox6/24/2025561
api.HighlightRegistry.values Safari12/11/2023 Firefox6/24/2025561
api.History πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.History.back πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.History.forward πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.History.go πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.History.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.History.pushState πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.History.state πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.IDBCursor πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBCursor.advance πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.continue πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.continuePrimaryKey πŸ“‹Firefox1/31/2012 Safari3/27/20171882
api.IDBCursor.delete πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.direction πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.key πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.key.binary_keys Firefox1/24/2017 Safari3/27/201762
api.IDBCursor.primaryKey πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.request πŸ“‹Firefox6/2/2020 Safari9/20/2021475
api.IDBCursor.source πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.update πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursor.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBCursorWithValue πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBCursorWithValue.value πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBCursorWithValue.worker_support Firefox11/3/2015 Safari9/20/2016322
api.IDBDatabase πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBDatabase.abort_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
Internet Explorer: Unknown limitations
api.IDBDatabase.close πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.close_event πŸ“‹Firefox11/15/2016 Safari3/27/2017132
api.IDBDatabase.createObjectStore πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.deleteObjectStore πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.name πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.objectStoreNames πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.transaction πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.version πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.versionchange_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBDatabase.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBFactory πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBFactory.cmp πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBFactory.databases πŸ“‹Safari9/16/2020 Firefox5/14/20241336
api.IDBFactory.deleteDatabase πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBFactory.open πŸ“‹Firefox1/31/2012 Safari9/20/20213520
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 Firefox3/31/2015 Safari9/20/2016539
api.IDBIndex πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBIndex.count πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.get πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.getAll πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.IDBIndex.getAllKeys πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.IDBIndex.getKey πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.keyPath πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.multiEntry πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.name πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.name.renaming_through_name_setter Firefox9/20/2016 Safari3/27/2017188
api.IDBIndex.objectStore πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.openCursor πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.openKeyCursor πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.unique πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBIndex.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBKeyRange πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBKeyRange.bound_static πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.includes πŸ“‹Firefox6/7/2016 Safari3/27/2017293
api.IDBKeyRange.lower πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.lowerBound_static πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.lowerOpen πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.only_static πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.upper πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.upperBound_static πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.upperOpen πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBKeyRange.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBObjectStore πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBObjectStore.add πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.autoIncrement πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.clear πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.count πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.createIndex πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.delete πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.deleteIndex πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.get πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.getAll πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.IDBObjectStore.getAllKeys πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.IDBObjectStore.getKey πŸ“‹Firefox1/24/2017 Safari3/27/201762
api.IDBObjectStore.index πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.indexNames πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.keyPath πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.name πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.name.renaming_through_name_setter Firefox9/20/2016 Safari3/27/2017188
api.IDBObjectStore.openCursor πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.openKeyCursor πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.IDBObjectStore.put πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.transaction πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBObjectStore.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBOpenDBRequest πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBOpenDBRequest.blocked_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBOpenDBRequest.upgradeneeded_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBOpenDBRequest.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBRequest πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBRequest.error πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.error.transient_unrecoverable_read_errors πŸ“‹Firefox7/17/2012 Safari10/16/2014821
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 πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.readyState πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.result πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.source πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.success_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.transaction πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBRequest.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBTransaction πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBTransaction.abort πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.abort_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.commit πŸ“‹Firefox3/10/2020 Safari9/20/2021559
api.IDBTransaction.complete_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.db πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.durability πŸ“‹Safari9/20/2021 Firefox5/14/2024967
api.IDBTransaction.error πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.error_event πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.mode πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.objectStore πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBTransaction.objectStoreNames πŸ“‹Firefox1/31/2012 Safari3/27/20171882
api.IDBTransaction.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IDBVersionChangeEvent πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.IDBVersionChangeEvent.IDBVersionChangeEvent πŸ“‹Firefox10/29/2013 Safari9/20/20161057
api.IDBVersionChangeEvent.newVersion πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBVersionChangeEvent.oldVersion πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.IDBVersionChangeEvent.worker_support Firefox3/31/2015 Safari9/20/2016539
api.IIRFilterNode πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.IIRFilterNode.IIRFilterNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.IIRFilterNode.getFrequencyResponse πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.ImageBitmap πŸ“‹Firefox11/3/2015 Safari9/20/20212148
api.ImageBitmap.close πŸ“‹Firefox4/26/2016 Safari9/20/20211973
api.ImageBitmap.height πŸ“‹Firefox11/3/2015 Safari9/20/20212148
api.ImageBitmap.width πŸ“‹Firefox11/3/2015 Safari9/20/20212148
api.ImageBitmapRenderingContext πŸ“‹Firefox4/26/2016 Safari4/12/2018716
api.ImageBitmapRenderingContext.canvas πŸ“‹Safari4/12/2018 Firefox2/8/20221398
api.ImageBitmapRenderingContext.transferFromImageBitmap πŸ“‹Firefox11/15/2016 Safari4/12/2018513
api.ImageCapture πŸ“‹Firefox1/13/2015 Safari3/31/20253730
api.ImageCapture.ImageCapture πŸ“‹Firefox1/13/2015 Safari3/31/20253730
api.ImageCapture.takePhoto πŸ“‹Firefox1/13/2015 Safari3/31/20253730
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 πŸ“‹Firefox1/13/2015 Safari3/31/20253730
api.ImageData πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ImageData.ImageData πŸ“‹Firefox4/29/2014 Safari10/16/2014170
api.ImageData.data πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ImageData.height πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ImageData.width πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ImageData.worker_support Safari10/22/2013 Firefox10/29/20137
api.InputEvent πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.InputEvent.InputEvent πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.InputEvent.data πŸ“‹Safari3/27/2017 Firefox5/21/2019785
api.InputEvent.dataTransfer πŸ“‹Safari3/27/2017 Firefox5/21/2019785
api.InputEvent.getTargetRanges πŸ“‹Safari3/27/2017 Firefox3/23/20211457
api.InputEvent.inputType πŸ“‹Safari3/27/2017 Firefox3/19/2019722
api.InputEvent.isComposing πŸ“‹Firefox7/22/2014 Safari3/27/20233170
api.IntersectionObserver πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.IntersectionObserver πŸ“‹Firefox8/8/2017 Safari3/25/2019594
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 Firefox5/5/2020 Safari9/16/2020134
api.IntersectionObserver.disconnect πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.observe πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.root πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.rootMargin πŸ“‹Firefox8/8/2017 Safari3/25/2019594
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 Firefox7/22/2025 Safari9/15/202555
api.IntersectionObserver.takeRecords πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.thresholds πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserver.unobserve πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.boundingClientRect πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.intersectionRatio πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.intersectionRect πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.isIntersecting πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.rootBounds πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.target πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.IntersectionObserverEntry.time πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.KeyboardEvent πŸ“‹Safari2/2/2004 Firefox11/29/2005666
api.KeyboardEvent.KeyboardEvent πŸ“‹Safari10/22/2013 Firefox7/22/2014273
api.KeyboardEvent.altKey πŸ“‹Safari2/2/2004 Firefox11/29/2005666
api.KeyboardEvent.charCode πŸ“‹Safari2/2/2004 Firefox11/29/2005666
api.KeyboardEvent.code πŸ“‹Firefox5/12/2015 Safari3/27/2017685
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 πŸ“‹Safari2/2/2004 Firefox11/29/2005666
api.KeyboardEvent.getModifierState πŸ“‹Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_alt Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_altgraph Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_capslock Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_control Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_meta Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.getModifierState.key_parameter_shift Firefox8/28/2012 Safari3/27/20171672
api.KeyboardEvent.initKeyboardEvent πŸ“‹Safari2/2/2004 Firefox11/14/20175034
api.KeyboardEvent.isComposing πŸ“‹Firefox7/22/2014 Safari3/27/2017979
api.KeyboardEvent.key πŸ“‹Firefox8/6/2013 Safari3/27/20171329
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 Firefox3/31/2015 Safari3/27/2017727
api.KeyboardEvent.key.non_printable_keys Firefox8/6/2013 Safari3/27/20171329
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 Firefox4/29/2014 Safari3/27/20171063
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 πŸ“‹Safari2/2/2004 Firefox11/29/2005666
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 πŸ“‹Firefox8/28/2012 Safari10/16/2014779
api.KeyboardEvent.metaKey πŸ“‹Safari2/2/2004 Firefox11/29/2005666
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 πŸ“‹Firefox3/18/2014 Safari3/27/20171105
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 πŸ“‹Safari2/2/2004 Firefox11/29/2005666
api.KeyframeEffect πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.KeyframeEffect.KeyframeEffect πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.KeyframeEffect.composite πŸ“‹Firefox8/25/2020 Safari9/12/2022748
api.KeyframeEffect.getKeyframes πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.KeyframeEffect.iterationComposite πŸ“‹Firefox8/25/2020 Safari3/27/2023944
api.KeyframeEffect.pseudoElement πŸ“‹Firefox4/7/2020 Safari9/16/2020162
api.KeyframeEffect.setKeyframes πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.KeyframeEffect.target πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.LargestContentfulPaint πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.element πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.id πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.loadTime πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.paintTime πŸ“‹Firefox6/24/2025 Safari12/12/2025171
api.LargestContentfulPaint.presentationTime πŸ“‹Firefox6/24/2025 Safari12/12/2025171
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 πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.renderTime.cross-origin Firefox7/22/2025 Safari12/12/2025143
api.LargestContentfulPaint.size πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.toJSON πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.LargestContentfulPaint.url πŸ“‹Firefox1/23/2024 Safari12/12/2025689
api.Location πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.ancestorOrigins πŸ“‹Safari7/25/2012 Firefox2/24/20264962
Deno: This value is always empty in Deno.
api.Location.assign πŸ“‹Firefox11/9/2004 Safari10/26/20071081
Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag.
api.Location.hash πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.host πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.hostname πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.origin πŸ“‹Safari7/20/2011 Firefox5/14/2013664
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.protocol πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Location.reload πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag.
api.Location.search πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox6/25/20133655
Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.toString.
api.Lock πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.Lock.mode πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.Lock.name πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.LockManager πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.LockManager.query πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.LockManager.request πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.MathMLElement πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MathMLElement.autofocus πŸ“‹Safari3/14/2022 Firefox2/14/2023337
api.MathMLElement.blur πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MathMLElement.dataset πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MathMLElement.focus πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MathMLElement.style πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MathMLElement.style.returns_CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.MathMLElement.tabIndex πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.MediaCapabilities πŸ“‹Firefox10/23/2018 Safari9/19/2019331
api.MediaCapabilities.decodingInfo πŸ“‹Firefox10/23/2018 Safari9/19/2019331
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.encodingInfo πŸ“‹Firefox10/23/2018 Safari3/14/20221238
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 πŸ“‹Firefox7/2/2015 Safari9/19/2017810
api.MediaDeviceInfo.deviceId πŸ“‹Firefox7/2/2015 Safari9/19/2017810
api.MediaDeviceInfo.groupId πŸ“‹Firefox7/2/2015 Safari9/19/2017810
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 πŸ“‹Firefox7/2/2015 Safari9/19/2017810
api.MediaDeviceInfo.label πŸ“‹Firefox7/2/2015 Safari9/19/2017810
api.MediaDeviceInfo.toJSON πŸ“‹Firefox11/3/2015 Safari9/19/2017686
api.MediaDevices πŸ“‹Firefox10/14/2014 Safari9/19/20171071
api.MediaDevices.devicechange_event πŸ“‹Firefox3/7/2017 Safari9/19/2017196
api.MediaDevices.enumerateDevices πŸ“‹Safari9/19/2017 Firefox8/1/20232142
Firefox: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox: enumerateDevices() only returns input devices.Firefox for Android: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox for Android: enumerateDevices() only returns input devices.
api.MediaDevices.getDisplayMedia πŸ“‹Firefox3/19/2019 Safari9/19/2019184
Chrome Android: From Chrome Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Edge: Available as a member of Navigator instead of MediaDevices.Firefox: Since Firefox 33 you can capture screen data using getUserMedia(), with a video constraint called mediaSource. Before 52 it relied on a client-configurable list of allowed sites.Firefox for Android: From Firefox Android 66 to 79, this method was exposed, but always failed with NotAllowedError.Quest Browser: From Quest Browser 6.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Opera Android: From Opera Android 51 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Samsung Internet: From Samsung Internet 11.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.WebView Android: From WebView Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.
api.MediaDevices.getSupportedConstraints πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.MediaDevices.getSupportedConstraints.return_object_property_deviceId πŸ“‹Firefox1/26/2016 Safari3/25/20191154
api.MediaDevices.getSupportedConstraints.return_object_property_echoCancellation πŸ“‹Firefox4/26/2016 Safari3/24/20201428
api.MediaDevices.getSupportedConstraints.return_object_property_facingMode πŸ“‹Firefox1/26/2016 Safari3/25/20191154
api.MediaDevices.getSupportedConstraints.return_object_property_frameRate πŸ“‹Firefox1/26/2016 Safari3/25/20191154
api.MediaDevices.getSupportedConstraints.return_object_property_groupId πŸ“‹Firefox10/22/2019 Safari7/29/20252107
api.MediaDevices.getSupportedConstraints.return_object_property_height πŸ“‹Firefox1/26/2016 Safari3/25/20191154
api.MediaDevices.getSupportedConstraints.return_object_property_width πŸ“‹Firefox1/26/2016 Safari3/25/20191154
api.MediaDevices.getUserMedia πŸ“‹Firefox2/24/2015 Safari9/19/2017938
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.secure_context_required Safari9/19/2017 Firefox7/9/2019658
api.MediaElementAudioSourceNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.MediaElementAudioSourceNode.MediaElementAudioSourceNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.MediaElementAudioSourceNode.mediaElement πŸ“‹Safari7/25/2012 Firefox10/22/20192645
api.MediaEncryptedEvent πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaEncryptedEvent.MediaEncryptedEvent πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaEncryptedEvent.initData πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaEncryptedEvent.initDataType πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaError πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.MediaError.code πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.MediaError.message πŸ“‹Firefox3/7/2017 Safari9/20/20211658
api.MediaKeyMessageEvent πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyMessageEvent.MediaKeyMessageEvent πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyMessageEvent.message πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyMessageEvent.messageType πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.close πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.closed πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.expiration πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.generateRequest πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.keyStatuses πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.keystatuseschange_event πŸ“‹Firefox3/7/2017 Safari3/25/2019748
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 πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.message_event πŸ“‹Firefox3/7/2017 Safari3/25/2019748
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 πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.sessionId πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySession.update πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyStatusMap πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyStatusMap.@@iterator Firefox3/8/2016 Safari3/25/20191112
api.MediaKeyStatusMap.entries Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyStatusMap.forEach Firefox6/7/2016 Safari3/25/20191021
api.MediaKeyStatusMap.get πŸ“‹Firefox3/8/2016 Safari3/25/20191112
api.MediaKeyStatusMap.has πŸ“‹Firefox3/8/2016 Safari3/25/20191112
api.MediaKeyStatusMap.keys Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyStatusMap.size πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeyStatusMap.values Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySystemAccess πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySystemAccess.createMediaKeys πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeySystemAccess.getConfiguration πŸ“‹Firefox12/15/2015 Safari3/25/20191196
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 πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeys πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeys.createSession πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaKeys.setServerCertificate πŸ“‹Firefox5/12/2015 Safari3/25/20191413
api.MediaList πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.appendMedium πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.deleteMedium πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.mediaText πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaList.toString πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MediaMetadata πŸ“‹Safari9/16/2020 Firefox10/20/202034
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaMetadata.MediaMetadata πŸ“‹Safari9/16/2020 Firefox10/20/202034
api.MediaMetadata.album πŸ“‹Safari9/16/2020 Firefox10/20/202034
api.MediaMetadata.artist πŸ“‹Safari9/16/2020 Firefox10/20/202034
api.MediaMetadata.artwork πŸ“‹Safari9/16/2020 Firefox10/20/202034
api.MediaMetadata.title πŸ“‹Safari9/16/2020 Firefox10/20/202034
api.MediaQueryList πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.MediaQueryList.EventTarget_inheritance Firefox8/8/2017 Safari9/16/20201135
api.MediaQueryList.addListener πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.MediaQueryList.change_event πŸ“‹Firefox8/8/2017 Safari9/16/20201135
api.MediaQueryList.matches πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.MediaQueryList.media πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.MediaQueryList.removeListener πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.MediaQueryListEvent πŸ“‹Firefox8/8/2017 Safari9/16/20201135
api.MediaQueryListEvent.MediaQueryListEvent πŸ“‹Firefox8/8/2017 Safari9/16/20201135
api.MediaQueryListEvent.matches πŸ“‹Firefox8/8/2017 Safari9/16/20201135
api.MediaQueryListEvent.media πŸ“‹Firefox8/8/2017 Safari9/16/20201135
api.MediaRecorder πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.MediaRecorder.options_parameter Firefox12/15/2015 Safari4/26/20211959
api.MediaRecorder.audioBitsPerSecond πŸ“‹Firefox12/10/2019 Safari4/26/2021503
api.MediaRecorder.dataavailable_event πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.error_event πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.mimeType πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.pause_event πŸ“‹Firefox1/29/2019 Safari4/26/2021818
api.MediaRecorder.requestData πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.resume πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.resume_event πŸ“‹Firefox1/29/2019 Safari4/26/2021818
api.MediaRecorder.start πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.start_event πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.state πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.stop_event πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.MediaRecorder.stream πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox12/10/2019 Safari4/26/2021503
api.MediaRecorderErrorEvent Firefox11/14/2017 Safari9/16/20201037
api.MediaRecorderErrorEvent.MediaRecorderErrorEvent Firefox11/14/2017 Safari9/16/20201037
api.MediaRecorderErrorEvent.error Firefox11/14/2017 Safari9/16/20201037
api.MediaSession πŸ“‹Firefox10/20/2020 Safari9/20/2021335
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.metadata πŸ“‹Firefox10/20/2020 Safari9/20/2021335
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.playbackState πŸ“‹Firefox10/20/2020 Safari9/20/2021335
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.setActionHandler πŸ“‹Firefox10/20/2020 Safari9/20/2021335
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSession.setActionHandler.nexttrack_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.pause_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.play_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.previoustrack_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.seekbackward_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.seekforward_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.seekto_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.skipad_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setActionHandler.stop_type Firefox10/20/2020 Safari9/20/2021335
api.MediaSession.setPositionState πŸ“‹Firefox10/20/2020 Safari9/20/2021335
Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface.
api.MediaSource πŸ“‹Safari10/16/2014 Firefox11/3/2015383
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 πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.activeSourceBuffers πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.addSourceBuffer πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.clearLiveSeekableRange πŸ“‹Firefox11/15/2016 Safari3/27/2017132
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.duration πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.endOfStream πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.isTypeSupported_static πŸ“‹Safari10/16/2014 Firefox11/3/2015383
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 πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.removeSourceBuffer πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.setLiveSeekableRange πŸ“‹Firefox11/15/2016 Safari3/27/2017132
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.sourceBuffers πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.MediaSource.sourceclose_event πŸ“‹Safari3/27/2017 Firefox3/23/20211457
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 πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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 πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.MediaStream πŸ“‹Firefox8/28/2012 Safari9/19/20171848
api.MediaStream.MediaStream πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.MediaStream.active πŸ“‹Firefox3/7/2017 Safari9/19/2017196
api.MediaStream.addTrack πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.MediaStream.addtrack_event πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStream.clone πŸ“‹Firefox8/2/2016 Safari9/19/2017413
api.MediaStream.getAudioTracks πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 πŸ“‹Firefox9/20/2016 Safari9/19/2017364
api.MediaStream.getTracks πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.MediaStream.getVideoTracks πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 πŸ“‹Firefox9/22/2015 Safari9/19/2017728
api.MediaStream.removeTrack πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.MediaStream.removetrack_event πŸ“‹Safari9/19/2017 Firefox1/7/2020840
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 πŸ“‹Firefox10/29/2013 Safari9/19/20171421
api.MediaStreamAudioDestinationNode.MediaStreamAudioDestinationNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.MediaStreamAudioDestinationNode.stream πŸ“‹Firefox10/29/2013 Safari9/19/20171421
api.MediaStreamAudioSourceNode πŸ“‹Firefox10/29/2013 Safari9/19/20171421
api.MediaStreamAudioSourceNode.MediaStreamAudioSourceNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.MediaStreamAudioSourceNode.mediaStream πŸ“‹Safari9/19/2017 Firefox10/22/2019763
api.MediaStreamTrack πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.MediaStreamTrack.applyConstraints πŸ“‹Firefox12/15/2015 Safari9/19/2017644
api.MediaStreamTrack.applyConstraints.deviceId_constraint πŸ“‹Firefox12/15/2015 Safari9/19/2017644
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.echoCancellation_constraint πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.applyConstraints.facingMode_constraint πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.applyConstraints.frameRate_constraint πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.applyConstraints.groupId_constraint πŸ“‹Safari9/19/2017 Firefox10/22/2019763
api.MediaStreamTrack.applyConstraints.height_constraint πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.applyConstraints.width_constraint πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.clone πŸ“‹Firefox8/2/2016 Safari9/19/2017413
api.MediaStreamTrack.enabled πŸ“‹Firefox9/17/2013 Safari9/19/20171463
api.MediaStreamTrack.ended_event πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.getCapabilities πŸ“‹Safari9/19/2017 Firefox10/29/20242597
api.MediaStreamTrack.getConstraints πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.getSettings πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.id πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.MediaStreamTrack.kind πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.MediaStreamTrack.label πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.MediaStreamTrack.mute_event πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.MediaStreamTrack.muted πŸ“‹Safari9/19/2017 Firefox3/13/2018175
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 πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrack.stop πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.MediaStreamTrack.unmute_event πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.MediaStreamTrackEvent πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrackEvent.MediaStreamTrackEvent πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MediaStreamTrackEvent.track πŸ“‹Firefox11/15/2016 Safari9/19/2017308
api.MessageChannel πŸ“‹Safari6/7/2010 Firefox9/22/20151933
Node.js: Available as a part of the worker_threads module.
api.MessageChannel.MessageChannel πŸ“‹Safari6/7/2010 Firefox9/22/20151933
api.MessageChannel.port1 πŸ“‹Safari6/7/2010 Firefox9/22/20151933
api.MessageChannel.port2 πŸ“‹Safari6/7/2010 Firefox9/22/20151933
api.MessageEvent πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.MessageEvent πŸ“‹Safari7/25/2012 Firefox12/10/2013503
api.MessageEvent.data πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.initMessageEvent πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.lastEventId πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.origin πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.ports πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessageEvent.source πŸ“‹Firefox6/17/2008 Safari6/8/2009356
api.MessagePort πŸ“‹Safari6/7/2010 Firefox9/22/20151933
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 πŸ“‹Safari6/7/2010 Firefox9/22/20151933
api.MessagePort.message_event πŸ“‹Safari6/7/2010 Firefox9/22/20151933
Node.js: Supports the event, but only via Node EventEmitter.
api.MessagePort.messageerror_event πŸ“‹Firefox11/14/2017 Safari3/27/20231959
Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter.
api.MessagePort.postMessage πŸ“‹Safari6/7/2010 Firefox9/22/20151933
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.start πŸ“‹Safari6/7/2010 Firefox9/22/20151933
api.MessagePort.worker_support Safari6/7/2010 Firefox9/22/20151933
api.MimeType πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeType.description πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeType.enabledPlugin πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeType.suffixes πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeType.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeTypeArray πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeTypeArray.item πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MimeTypeArray.namedItem πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MouseEvent.MouseEvent πŸ“‹Firefox3/13/2012 Safari10/22/2013588
api.MouseEvent.altKey πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.button πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MouseEvent.buttons πŸ“‹Firefox8/28/2012 Safari4/12/20182053
Firefox: Restrictions apply depending on OS.
api.MouseEvent.clientX πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.MouseEvent.clientY πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.ctrlKey πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.getModifierState πŸ“‹Firefox8/28/2012 Safari3/25/20192400
api.MouseEvent.initMouseEvent πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.layerX Safari6/23/2003 Firefox11/9/2004505
api.MouseEvent.layerY Safari6/23/2003 Firefox11/9/2004505
api.MouseEvent.metaKey πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.movementX πŸ“‹Firefox9/22/2015 Safari9/30/20158
api.MouseEvent.movementY πŸ“‹Firefox9/22/2015 Safari9/30/20158
api.MouseEvent.offsetX πŸ“‹Safari6/23/2003 Firefox7/2/20154392
api.MouseEvent.offsetY πŸ“‹Safari6/23/2003 Firefox7/2/20154392
api.MouseEvent.pageX πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.pageY πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.relatedTarget πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.screenX πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.screenY πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.shiftKey πŸ“‹Safari6/23/2003 Firefox11/29/2005890
api.MouseEvent.x πŸ“‹Safari3/18/2008 Firefox4/19/20173319
api.MouseEvent.y πŸ“‹Safari3/18/2008 Firefox4/19/20173319
api.MutationObserver πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationObserver.MutationObserver πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationObserver.disconnect πŸ“‹Firefox7/17/2012 Safari7/25/20128
api.MutationObserver.observe πŸ“‹Firefox7/17/2012 Safari7/25/20128
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 πŸ“‹Firefox7/17/2012 Safari7/25/20128
api.MutationRecord πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.addedNodes πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.attributeName πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.attributeNamespace πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.nextSibling πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.oldValue πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.previousSibling πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.removedNodes πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.target πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.MutationRecord.type πŸ“‹Firefox7/17/2012 Safari10/22/2013462
api.NamedNodeMap πŸ“‹Safari6/23/2003 Firefox12/1/20144179
api.NamedNodeMap.getNamedItem πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.getNamedItemNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.removeNamedItem πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.removeNamedItemNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.setNamedItem πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NamedNodeMap.setNamedItemNS πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NavigateEvent πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.NavigateEvent πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.canIntercept πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.destination πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.downloadRequest πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.formData πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.hasUAVisualTransition πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.hashChange πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.info πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.intercept πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.navigationType πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.scroll πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.signal πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.sourceElement πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigateEvent.userInitiated πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.activation πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.back πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.canGoBack πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.canGoForward πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.currentEntry πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.currententrychange_event πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.entries πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.forward πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.navigate πŸ“‹Safari12/12/2025 Firefox1/13/202632
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 πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.navigateerror_event πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.navigatesuccess_event πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.reload πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.transition πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.traverseTo πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigation.updateCurrentEntry πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationActivation πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationActivation.entry πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationActivation.from πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationActivation.navigationType πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationCurrentEntryChangeEvent πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationCurrentEntryChangeEvent.NavigationCurrentEntryChangeEvent πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationCurrentEntryChangeEvent.from πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationCurrentEntryChangeEvent.navigationType πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.getState πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.id πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.index πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.key πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.sameDocument πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationDestination.url πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.dispose_event πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.getState πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.id πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.index πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.key πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.sameDocument πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationHistoryEntry.url πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationPreloadManager πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.NavigationPreloadManager.disable πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.NavigationPreloadManager.enable πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.NavigationPreloadManager.getState πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.NavigationPreloadManager.setHeaderValue πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.NavigationTransition πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationTransition.finished πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationTransition.from πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.NavigationTransition.navigationType πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Navigator πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.appCodeName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.appName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.appVersion πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.canShare πŸ“‹Safari9/16/2020 Firefox1/11/2022482
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_text_parameter πŸ“‹Safari9/16/2020 Firefox1/11/2022482
api.Navigator.clipboard πŸ“‹Firefox10/23/2018 Safari3/24/2020518
api.Navigator.cookieEnabled πŸ“‹Firefox11/9/2004 Safari9/16/20247251
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.credentials πŸ“‹Firefox5/9/2018 Safari9/19/2019498
api.Navigator.geolocation πŸ“‹Firefox6/30/2009 Safari6/7/2010342
api.Navigator.geolocation.secure_context_required Safari9/20/2016 Firefox8/8/2017322
api.Navigator.getGamepads πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.Navigator.gpu πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ 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 πŸ“‹Firefox8/2/2016 Safari3/14/20222050
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.javaEnabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.language πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox9/2/2014 Safari3/27/2017937
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.locks πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.Navigator.maxTouchPoints πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.Navigator.mediaCapabilities πŸ“‹Firefox10/23/2018 Safari9/19/2019331
api.Navigator.mediaDevices πŸ“‹Firefox2/24/2015 Safari9/19/2017938
api.Navigator.mediaDevices.secure_context_required Safari9/19/2017 Firefox9/3/2019714
api.Navigator.mediaSession πŸ“‹Firefox10/20/2020 Safari9/20/2021335
api.Navigator.mimeTypes πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.onLine πŸ“‹Firefox11/29/2005 Safari6/8/20091287
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 πŸ“‹Firefox4/5/2022 Safari3/27/2023356
api.Navigator.permissions πŸ“‹Firefox4/26/2016 Safari9/12/20222330
api.Navigator.platform πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.product πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.productSub πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.requestMediaKeySystemAccess πŸ“‹Firefox5/12/2015 Safari3/25/20191413
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.sendBeacon πŸ“‹Firefox7/22/2014 Safari4/12/20181360
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Safari3/25/2019 Firefox12/10/2019260
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_text_parameter πŸ“‹Firefox12/10/2019 Safari9/16/2020281
api.Navigator.storage πŸ“‹Firefox11/14/2017 Safari12/13/20211490
api.Navigator.userActivation πŸ“‹Safari3/27/2023 Firefox11/21/2023239
api.Navigator.userAgent πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.vendor πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Navigator.vendorSub πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Navigator.wakeLock πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2017 Firefox5/9/2018408
api.Node πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.baseURI πŸ“‹Firefox11/9/2004 Safari6/8/20091672
api.Node.childNodes πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.Node.cloneNode πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.compareDocumentPosition πŸ“‹Firefox11/9/2004 Safari6/8/20091672
Internet Explorer: Only supports contains for elements
api.Node.contains πŸ“‹Safari10/24/2003 Firefox12/20/20112979
Internet Explorer: Only supported for HTMLElement, not all Node objects.
api.Node.firstChild πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.getRootNode πŸ“‹Safari3/27/2017 Firefox4/19/201723
api.Node.hasChildNodes πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.insertBefore πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.isConnected πŸ“‹Firefox9/20/2016 Safari9/20/2016
api.Node.isDefaultNamespace πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Node.isEqualNode πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Node.isSameNode πŸ“‹Safari10/26/2007 Firefox8/2/20163203
api.Node.lastChild πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.lookupNamespaceURI πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Node.lookupPrefix πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Node.nextSibling πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.nodeName πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.nodeType πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.nodeValue πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.normalize πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.ownerDocument πŸ“‹Safari6/23/2003 Firefox12/20/20113102
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 πŸ“‹Safari10/24/2003 Firefox12/20/20112979
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 πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.previousSibling πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Node.removeChild πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.replaceChild πŸ“‹Safari10/24/2003 Firefox11/9/2004382
api.Node.selectstart_event πŸ“‹Safari4/15/2005 Firefox3/7/20174344
api.Node.textContent πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.NodeIterator πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.detach πŸ“‹Safari10/26/2007 Firefox6/30/2009613
Chrome: Since Chrome 45, this method does nothing, as specified. See bug 40362826.Chrome Android: Since Chrome Android 45, this method does nothing, as specified. See bug 40362826.Firefox: Since Firefox 22, this method does nothing, as specified. See bug 823549.Firefox for Android: Since Firefox for Android 22, this method does nothing, as specified. See bug 823549.Quest Browser: Since Quest Browser 5.0, this method does nothing, as specified. See bug 40362826.Opera: Since Opera 32, this method does nothing, as specified. See bug 40362826.Opera Android: Since Opera Android 32, this method does nothing, as specified. See bug 40362826.Safari: Since Safari 10, this method does nothing, as specified. See bug 148454.Safari on iOS: Since Safari on iOS 10, this method does nothing, as specified. See bug 148454.Samsung Internet: Since Samsung Internet 5.0, this method does nothing, as specified. See bug 40362826.WebView Android: Since WebView Android 45, this method does nothing, as specified. See bug 40362826.WebView on iOS: Since WebView on iOS 10, this method does nothing, as specified. See bug 148454.
api.NodeIterator.filter πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.nextNode πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.pointerBeforeReferenceNode πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.previousNode πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.referenceNode πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.root πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeIterator.whatToShow πŸ“‹Safari10/26/2007 Firefox6/30/2009613
api.NodeList πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NodeList.@@iterator πŸ“‹Firefox2/24/2015 Safari9/20/2016574
api.NodeList.entries Safari9/20/2016 Firefox11/15/201656
api.NodeList.forEach πŸ“‹Safari9/20/2016 Firefox11/15/201656
api.NodeList.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NodeList.keys Safari9/20/2016 Firefox11/15/201656
api.NodeList.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.NodeList.values Safari9/20/2016 Firefox11/15/201656
api.Notification πŸ“‹Firefox6/25/2013 Safari10/22/2013119
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 πŸ“‹Firefox6/25/2013 Safari10/22/2013119
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.body πŸ“‹Firefox12/10/2013 Safari9/19/20171379
api.Notification.click_event πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.Notification.close πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.Notification.close_event πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.Notification.data πŸ“‹Firefox12/1/2014 Safari9/12/20222842
api.Notification.dir πŸ“‹Safari10/22/2013 Firefox12/10/201349
api.Notification.error_event πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.Notification.lang πŸ“‹Firefox12/10/2013 Safari9/19/20171379
api.Notification.permission_static πŸ“‹Firefox6/25/2013 Safari10/22/2013119
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 πŸ“‹Firefox6/25/2013 Safari9/20/20213009
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 Firefox4/26/2016 Safari9/20/20211973
api.Notification.show_event πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.Notification.silent πŸ“‹Safari7/24/2023 Firefox10/29/2024463
api.Notification.title πŸ“‹Firefox12/10/2013 Safari9/19/20171379
api.NotificationEvent πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.OES_draw_buffers_indexed πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.blendEquationSeparateiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.blendEquationiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.blendFuncSeparateiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.blendFunciOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.colorMaskiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.disableiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_draw_buffers_indexed.enableiOES πŸ“‹Safari9/12/2022 Firefox12/13/202292
api.OES_element_index_uint πŸ“‹Firefox9/17/2013 Safari10/16/2014394
api.OES_fbo_render_mipmap πŸ“‹Firefox12/10/2019 Safari4/26/2021503
api.OES_standard_derivatives πŸ“‹Firefox1/31/2012 Safari10/16/2014989
api.OES_texture_float πŸ“‹Firefox8/16/2011 Safari10/16/20141157
api.OES_texture_float_linear πŸ“‹Firefox9/17/2013 Safari10/16/2014394
Safari on iOS: Only supported on iPadOS.WebView on iOS: Only supported on iPadOS.
api.OES_texture_half_float πŸ“‹Firefox4/29/2014 Safari10/16/2014170
api.OES_texture_half_float_linear πŸ“‹Firefox6/10/2014 Safari10/16/2014128
api.OES_vertex_array_object πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OES_vertex_array_object.bindVertexArrayOES πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OES_vertex_array_object.createVertexArrayOES πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OES_vertex_array_object.deleteVertexArrayOES πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OES_vertex_array_object.isVertexArrayOES πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OfflineAudioCompletionEvent πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.OfflineAudioCompletionEvent.OfflineAudioCompletionEvent πŸ“‹Firefox4/19/2017 Safari9/16/20201246
api.OfflineAudioCompletionEvent.renderedBuffer πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.OfflineAudioContext πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.OfflineAudioContext.OfflineAudioContext πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.OfflineAudioContext.OfflineAudioContext.options_parameter Firefox11/14/2017 Safari4/26/20211259
api.OfflineAudioContext.complete_event πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.OfflineAudioContext.length πŸ“‹Firefox9/20/2016 Safari4/26/20211679
api.OfflineAudioContext.resume πŸ“‹Firefox8/11/2015 Safari9/30/201550
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 πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.OfflineAudioContext.startRendering.returns_promise Firefox3/31/2015 Safari4/26/20212218
api.OffscreenCanvas πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.OffscreenCanvas πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.convertToBlob πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.getContext πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.getContext.2d_context Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.getContext.bitmaprenderer_context Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.getContext.webgl2_context Firefox9/20/2022 Safari9/18/2023363
api.OffscreenCanvas.getContext.webgl_context Firefox9/20/2022 Safari9/18/2023363
api.OffscreenCanvas.getContext.webgpu_context πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ 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 πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.transferToImageBitmap πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvas.width πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.arc πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.arcTo πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.beginPath πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.bezierCurveTo πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.canvas πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.clearRect πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.clip πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.closePath πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.createConicGradient πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.createImageData πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.createLinearGradient πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.createPattern πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.createRadialGradient πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.direction πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.drawImage πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.ellipse πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.fill πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.fillRect πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.fillStyle πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.fillText πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.font πŸ“‹Firefox9/20/2022 Safari3/31/2025923
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.getImageData πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.getLineDash πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.getTransform πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.globalAlpha πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.globalCompositeOperation πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.imageSmoothingEnabled πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.isPointInPath πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.isPointInStroke πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.letterSpacing πŸ“‹Firefox7/4/2023 Safari3/31/2025636
api.OffscreenCanvasRenderingContext2D.lineCap πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.lineDashOffset πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.lineJoin πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.lineTo πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.lineWidth πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.measureText πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.miterLimit πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.moveTo πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.putImageData πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.quadraticCurveTo πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.rect πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.reset πŸ“‹Firefox5/9/2023 Safari12/11/2023216
api.OffscreenCanvasRenderingContext2D.resetTransform πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.restore πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.rotate πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.roundRect πŸ“‹Safari3/27/2023 Firefox4/11/202315
api.OffscreenCanvasRenderingContext2D.save πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.scale πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.setLineDash πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.setTransform πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.shadowBlur πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.shadowColor πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.shadowOffsetX πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.shadowOffsetY πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.stroke πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.strokeRect πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.strokeStyle πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.strokeText πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.textAlign πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.textBaseline πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.transform πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.translate πŸ“‹Firefox9/20/2022 Safari3/27/2023188
api.OffscreenCanvasRenderingContext2D.wordSpacing πŸ“‹Firefox7/4/2023 Safari3/31/2025636
api.OscillatorNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.OscillatorNode.OscillatorNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.OscillatorNode.detune πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.OscillatorNode.frequency πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.OscillatorNode.setPeriodicWave πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.OscillatorNode.type πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PageTransitionEvent πŸ“‹Firefox11/29/2005 Safari6/7/20101651
api.PageTransitionEvent.PageTransitionEvent πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.PageTransitionEvent.persisted πŸ“‹Safari6/7/2010 Firefox3/13/2012645
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.PannerNode πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.PannerNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.PannerNode.coneInnerAngle πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.coneOuterAngle πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.coneOuterGain πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.distanceModel πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.maxDistance πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.orientationX πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.orientationY πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.orientationZ πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.panningModel πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.positionX πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.positionY πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.positionZ πŸ“‹Firefox11/15/2016 Safari4/26/20211623
api.PannerNode.refDistance πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.rolloffFactor πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.setOrientation πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.PannerNode.setPosition πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.Path2D πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.Path2D πŸ“‹Firefox7/22/2014 Safari10/16/201486
Edge: Before Edge 79, the constructor for Path2D objects does not support invocation with a string consisting of SVG path data.
api.Path2D.addPath πŸ“‹Firefox12/1/2014 Safari9/30/2015303
api.Path2D.arc πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.arcTo πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.bezierCurveTo πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.closePath πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.ellipse πŸ“‹Safari9/30/2015 Firefox8/2/2016307
api.Path2D.lineTo πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.moveTo πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.quadraticCurveTo πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.rect πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.Path2D.roundRect πŸ“‹Safari9/12/2022 Firefox4/11/2023211
api.PaymentMethodChangeEvent πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentMethodChangeEvent.PaymentMethodChangeEvent πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentMethodChangeEvent.methodDetails πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentMethodChangeEvent.methodName πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentRequest πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.PaymentRequest πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.abort πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.canMakePayment πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.id πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.merchantvalidation_event Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.paymentmethodchange_event πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentRequest.shippingAddress Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.shippingOption Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.shippingType Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.shippingaddresschange_event Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.shippingoptionchange_event Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequest.show πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequestUpdateEvent πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentRequestUpdateEvent.updateWith πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.complete πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.details πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.methodName πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.payerEmail πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.payerName πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.payerPhone πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.payerdetailchange_event πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentResponse.requestId πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.retry πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.PaymentResponse.shippingAddress πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.shippingOption πŸ“‹Firefox8/8/2017 Safari4/12/2018247
api.PaymentResponse.toJSON Firefox8/8/2017 Safari4/12/2018247
api.Performance πŸ“‹Firefox9/27/2011 Safari10/16/20141115
Node.js: Only available as an internal instance.
api.Performance.clearMarks πŸ“‹Firefox5/12/2015 Safari9/19/2017861
api.Performance.clearMeasures πŸ“‹Firefox5/12/2015 Safari9/19/2017861
api.Performance.clearResourceTimings πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.eventCounts πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.Performance.getEntries πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.getEntriesByName πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.getEntriesByType πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.interactionCount πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.Performance.mark πŸ“‹Firefox5/12/2015 Safari9/19/2017861
api.Performance.mark.markOptions_parameter Safari4/26/2021 Firefox5/31/2022400
api.Performance.mark.returns_performancemark Safari4/26/2021 Firefox5/31/2022400
api.Performance.measure πŸ“‹Firefox5/12/2015 Safari9/19/2017861
api.Performance.measure.measureOptions_parameter Safari4/26/2021 Firefox7/26/2022456
api.Performance.measure.returns_performancemeasure Safari4/26/2021 Firefox7/26/2022456
api.Performance.navigation πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.Performance.now πŸ“‹Firefox8/28/2012 Safari10/16/2014779
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 πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.setResourceTimingBufferSize πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.Performance.timeOrigin πŸ“‹Firefox4/19/2017 Safari9/20/20211615
api.Performance.timing πŸ“‹Firefox9/27/2011 Safari10/16/20141115
Node.js: Returns node specific timing object
api.Performance.toJSON πŸ“‹Firefox10/29/2013 Safari4/26/20212736
api.PerformanceEntry πŸ“‹Firefox1/13/2015 Safari9/19/2017980
Node.js: Available as a part of the perf_hooks module.
api.PerformanceEntry.duration πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceEntry.entryType πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceEntry.name πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceEntry.startTime πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceEntry.toJSON πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceEntry.worker_support Safari9/19/2017 Firefox5/9/2018232
Node.js: Available as a part of the perf_hooks module.
api.PerformanceEventTiming πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceEventTiming.cancelable πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceEventTiming.interactionId πŸ“‹Firefox10/14/2025 Safari12/12/202559
api.PerformanceEventTiming.processingEnd πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceEventTiming.processingStart πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceEventTiming.target πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceEventTiming.toJSON πŸ“‹Firefox6/1/2021 Safari12/12/20251655
api.PerformanceMark πŸ“‹Firefox5/12/2015 Safari9/19/2017861
Node.js: Available as a part of the perf_hooks module.
api.PerformanceMark.PerformanceMark πŸ“‹Safari4/26/2021 Firefox5/31/2022400
api.PerformanceMark.detail πŸ“‹Safari4/26/2021 Firefox5/31/2022400
api.PerformanceMeasure πŸ“‹Firefox5/12/2015 Safari9/19/2017861
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 πŸ“‹Safari4/26/2021 Firefox7/26/2022456
api.PerformanceNavigation πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceNavigation.redirectCount πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceNavigation.toJSON πŸ“‹Firefox10/29/2013 Safari4/26/20212736
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 πŸ“‹Firefox9/27/2011 Safari10/16/20141115
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 πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.domComplete πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.domContentLoadedEventEnd πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.domContentLoadedEventStart πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.domInteractive πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.loadEventEnd πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.loadEventStart πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.redirectCount πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.toJSON πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.type πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.unloadEventEnd πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceNavigationTiming.unloadEventStart πŸ“‹Firefox1/23/2018 Safari9/20/20211336
api.PerformanceObserver πŸ“‹Safari9/19/2017 Firefox11/14/201756
Node.js: Available as a part of the perf_hooks module.
api.PerformanceObserver.PerformanceObserver πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserver.disconnect πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserver.observe πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserver.supportedEntryTypes_static πŸ“‹Firefox7/9/2019 Safari9/19/201972
api.PerformanceObserver.takeRecords πŸ“‹Firefox5/9/2018 Safari9/20/20211230
api.PerformanceObserver.worker_support Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserverEntryList πŸ“‹Safari9/19/2017 Firefox11/14/201756
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 πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserverEntryList.getEntriesByName πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformanceObserverEntryList.getEntriesByType πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.PerformancePaintTiming πŸ“‹Firefox12/15/2020 Safari4/26/2021132
api.PerformancePaintTiming.first-contentful-paint πŸ“‹Firefox12/15/2020 Safari4/26/2021132
api.PerformancePaintTiming.toJSON πŸ“‹Firefox12/15/2020 Safari4/26/2021132
api.PerformanceResourceTiming πŸ“‹Firefox1/13/2015 Safari9/19/2017980
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 πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.connectStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.decodedBodySize πŸ“‹Firefox3/8/2016 Safari3/27/20232575
api.PerformanceResourceTiming.domainLookupEnd πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.domainLookupStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.encodedBodySize πŸ“‹Firefox3/8/2016 Safari3/27/20232575
api.PerformanceResourceTiming.fetchStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.initiatorType πŸ“‹Firefox1/13/2015 Safari9/19/2017980
Node.js: Since v18.2.0, the value can be returned by toJSON(), but can not accessed via property getter.
api.PerformanceResourceTiming.nextHopProtocol πŸ“‹Firefox3/8/2016 Safari9/19/2017560
api.PerformanceResourceTiming.redirectEnd πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.redirectStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.requestStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.responseEnd πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.responseStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.secureConnectionStart πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.serverTiming πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceResourceTiming.toJSON πŸ“‹Firefox1/13/2015 Safari9/19/2017980
api.PerformanceResourceTiming.transferSize πŸ“‹Firefox3/8/2016 Safari3/27/20232575
api.PerformanceResourceTiming.workerStart πŸ“‹Safari9/19/2017 Firefox1/23/2018126
api.PerformanceResourceTiming.worker_support Firefox5/9/2018 Safari9/17/2018131
api.PerformanceServerTiming πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceServerTiming.description πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceServerTiming.duration πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceServerTiming.name πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceServerTiming.toJSON πŸ“‹Firefox6/26/2018 Safari3/27/20231735
api.PerformanceTiming πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.connectEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.connectStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domComplete πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domContentLoadedEventEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domContentLoadedEventStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domInteractive πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domLoading πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domainLookupEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.domainLookupStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.fetchStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.loadEventEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.loadEventStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.navigationStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.redirectEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.redirectStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.requestStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.responseEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.responseStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.secureConnectionStart πŸ“‹Safari10/16/2014 Firefox9/28/20171078
api.PerformanceTiming.toJSON πŸ“‹Firefox10/29/2013 Safari3/27/20171245
api.PerformanceTiming.unloadEventEnd πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PerformanceTiming.unloadEventStart πŸ“‹Firefox9/27/2011 Safari10/16/20141115
api.PeriodicWave πŸ“‹Firefox10/29/2013 Safari10/16/2014352
api.PeriodicWave.PeriodicWave πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.PermissionStatus πŸ“‹Firefox4/26/2016 Safari9/12/20222330
api.PermissionStatus.change_event πŸ“‹Firefox4/26/2016 Safari3/27/20232526
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 πŸ“‹Firefox10/5/2021 Safari9/12/2022342
api.PermissionStatus.state πŸ“‹Firefox4/26/2016 Safari9/12/20222330
api.Permissions πŸ“‹Firefox4/26/2016 Safari9/12/20222330
api.Permissions.permission_camera Safari9/12/2022 Firefox10/29/2024778
api.Permissions.permission_geolocation Firefox4/26/2016 Safari9/12/20222330
api.Permissions.permission_microphone Safari9/12/2022 Firefox10/29/2024778
api.Permissions.permission_notifications Firefox4/26/2016 Safari3/27/20232526
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_push Firefox4/26/2016 Safari9/18/20232701
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Firefox8/29/2023 Safari12/12/2025836
api.Permissions.query πŸ“‹Firefox4/26/2016 Safari9/12/20222330
api.Plugin πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Plugin.description πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Plugin.filename πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Plugin.item πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Plugin.name πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Plugin.namedItem πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.PluginArray.item πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.PluginArray.namedItem πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: See MSDN Pointer events updates.
api.PointerEvent.PointerEvent πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: See MSDN Pointer events updates.
api.PointerEvent.PointerEvent.options_altitudeAngle_parameter Firefox10/1/2024 Safari12/11/202471
api.PointerEvent.PointerEvent.options_azimuthAngle_parameter Firefox10/1/2024 Safari12/11/202471
api.PointerEvent.altitudeAngle πŸ“‹Firefox10/1/2024 Safari12/11/202471
api.PointerEvent.azimuthAngle πŸ“‹Firefox10/1/2024 Safari12/11/202471
api.PointerEvent.getCoalescedEvents πŸ“‹Firefox3/13/2018 Safari12/11/20242465
Firefox for Android: The method always returns an empty array, regardless of the user's actions.
api.PointerEvent.getPredictedEvents πŸ“‹Firefox6/1/2021 Safari12/11/20241289
api.PointerEvent.height πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: Returns values in screen pixels instead of CSS document pixels.
api.PointerEvent.isPrimary πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.pointerId πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.pointerType πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: Returns an integer enumeration instead of a string.
api.PointerEvent.pointerType.fractional_coordinates Firefox2/4/2025 Safari12/12/2025311
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 πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: Returns 0 instead of 0.5 on hardware that doesn't support pressure.
api.PointerEvent.tangentialPressure πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.tiltX πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.tiltY πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.twist πŸ“‹Firefox3/13/2018 Safari9/19/2019555
api.PointerEvent.width πŸ“‹Firefox3/13/2018 Safari9/19/2019555
Internet Explorer: Returns values in screen pixels instead of CSS document pixels.
api.PopStateEvent πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.PopStateEvent.PopStateEvent πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.PopStateEvent.state πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.ProcessingInstruction πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.ProcessingInstruction.sheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.ProcessingInstruction.target πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.ProgressEvent πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ProgressEvent.ProgressEvent πŸ“‹Safari7/25/2012 Firefox1/8/2013167
api.ProgressEvent.lengthComputable πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ProgressEvent.loaded πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ProgressEvent.total πŸ“‹Safari3/18/2008 Firefox6/30/2009469
api.ProgressEvent.worker_support Safari9/20/2016 Firefox6/13/2017266
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 πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.PromiseRejectionEvent.PromiseRejectionEvent πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.PromiseRejectionEvent.promise πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.PromiseRejectionEvent.reason πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.PublicKeyCredential πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.authenticatorAttachment πŸ“‹Safari5/16/2022 Firefox11/21/2023554
api.PublicKeyCredential.getClientCapabilities_static πŸ“‹Safari3/5/2024 Firefox2/4/2025336
api.PublicKeyCredential.getClientExtensionResults πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.isConditionalMediationAvailable_static πŸ“‹Safari9/12/2022 Firefox10/24/2023407
api.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable_static πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.parseCreationOptionsFromJSON_static πŸ“‹Firefox10/24/2023 Safari3/31/2025524
api.PublicKeyCredential.parseRequestOptionsFromJSON_static πŸ“‹Firefox10/24/2023 Safari3/31/2025524
api.PublicKeyCredential.rawId πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.response πŸ“‹Firefox5/9/2018 Safari9/19/2019498
Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens.
api.PublicKeyCredential.toJSON πŸ“‹Firefox10/24/2023 Safari3/31/2025524
api.PushEvent πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.permissionState πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.subscribe πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Safari9/12/2022 Firefox1/7/2025848
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.PushMessageData.json πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/11/2022 Safari9/12/2022244
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.toJSON πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Safari9/12/2022 Firefox4/1/2025932
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 πŸ“‹Safari10/24/2022 Firefox4/1/2025890
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 πŸ“‹Safari9/12/2022 Firefox4/1/2025932
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 πŸ“‹Safari9/12/2022 Firefox4/1/2025932
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.RTCCertificate πŸ“‹Firefox11/3/2015 Safari3/25/20191238
api.RTCCertificate.expires πŸ“‹Firefox11/3/2015 Safari3/25/20191238
api.RTCCertificate.getFingerprints πŸ“‹Safari3/25/2019 Firefox4/29/20252227
api.RTCDTMFSender πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFSender.canInsertDTMF πŸ“‹Safari3/24/2020 Firefox8/6/20241596
api.RTCDTMFSender.insertDTMF πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFSender.toneBuffer πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFSender.tonechange_event πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFToneChangeEvent πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFToneChangeEvent.RTCDTMFToneChangeEvent πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDTMFToneChangeEvent.tone πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCDataChannel πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.binaryType πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.binaryType.arraybuffer_value Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.binaryType.blob_value Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.bufferedAmount πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.bufferedAmountLowThreshold πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.RTCDataChannel.bufferedamountlow_event πŸ“‹Firefox1/26/2016 Safari9/19/2017602
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 πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.close_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.closing_event πŸ“‹Safari3/14/2022 Firefox10/14/20251310
api.RTCDataChannel.error_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.id πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.label πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.maxPacketLifeTime πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.RTCDataChannel.maxRetransmits πŸ“‹Safari9/19/2017 Firefox9/5/2018351
api.RTCDataChannel.message_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.negotiated πŸ“‹Safari9/19/2017 Firefox7/9/2019658
api.RTCDataChannel.open_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.ordered πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.protocol πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.readyState πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.send πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannel.transferable πŸ“‹Safari9/20/2021 Firefox10/14/20251485
api.RTCDataChannelEvent πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannelEvent.RTCDataChannelEvent πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDataChannelEvent.channel πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCDtlsTransport πŸ“‹Firefox10/20/2020 Safari3/14/2022510
api.RTCDtlsTransport.iceTransport πŸ“‹Safari3/14/2022 Firefox4/16/2024764
api.RTCDtlsTransport.state πŸ“‹Firefox10/20/2020 Safari3/14/2022510
api.RTCDtlsTransport.statechange_event Firefox10/20/2020 Safari3/14/2022510
api.RTCEncodedAudioFrame πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_contributingSources_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_payloadType_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_rtpTimestamp_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_sequenceNumber_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.RTCEncodedAudioFrame.options_metadata_synchronizationSource_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.data πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedAudioFrame.getMetadata πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedAudioFrame.getMetadata.return_object_property_contributingSources πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.getMetadata.return_object_property_payloadType πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.getMetadata.return_object_property_rtpTimestamp πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.getMetadata.return_object_property_sequenceNumber πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.getMetadata.return_object_property_synchronizationSource πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedAudioFrame.timestamp Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedVideoFrame πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_contributingSources_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_dependencies_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_frameId_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_height_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_payloadType_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_spatialIndex_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_synchronizationSource_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_temporalIndex_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.RTCEncodedVideoFrame.options_metadata_width_parameter πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.data πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedVideoFrame.getMetadata πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedVideoFrame.getMetadata.return_object_property_contributingSources πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_dependencies πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_frameId πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_height πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_payloadType πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_spatialIndex πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_synchronizationSource πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_temporalIndex πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.getMetadata.return_object_property_width πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.RTCEncodedVideoFrame.timestamp Safari3/14/2022 Firefox8/29/2023533
api.RTCEncodedVideoFrame.type πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCIceCandidate πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.RTCIceCandidate.RTCIceCandidate πŸ“‹Firefox1/26/2016 Safari9/19/2017602
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 πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.candidate πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.foundation πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.port πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.priority πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.protocol πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.relatedAddress πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.relatedPort πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.sdpMLineIndex πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.toJSON πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCIceCandidate.type πŸ“‹Safari4/26/2021 Firefox5/14/20241114
api.RTCIceCandidate.usernameFragment πŸ“‹Firefox5/21/2019 Safari4/26/2021706
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 πŸ“‹Safari9/19/2017 Firefox4/16/20242401
api.RTCIceTransport.gatheringState πŸ“‹Safari9/19/2017 Firefox4/16/20242401
api.RTCIceTransport.gatheringstatechange_event πŸ“‹Safari3/14/2022 Firefox4/16/2024764
api.RTCIceTransport.state πŸ“‹Safari9/19/2017 Firefox4/16/20242401
api.RTCIceTransport.statechange_event πŸ“‹Safari3/14/2022 Firefox4/16/2024764
api.RTCPeerConnection πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.RTCPeerConnection.RTCPeerConnection πŸ“‹Firefox1/26/2016 Safari9/19/2017602
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 πŸ“‹Firefox11/3/2015 Safari9/19/2017686
api.RTCPeerConnection.RTCPeerConnection.configuration_certificates_parameter πŸ“‹Firefox11/3/2015 Safari3/25/20191238
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.credential_parameter πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.urls_parameter πŸ“‹Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.username_parameter πŸ“‹Firefox8/6/2013 Safari9/19/20171505
api.RTCPeerConnection.RTCPeerConnection.configuration_iceTransportPolicy_parameter πŸ“‹Firefox11/3/2015 Safari9/19/2017686
api.RTCPeerConnection.addIceCandidate πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.addTrack πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.addTransceiver πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCPeerConnection.addTransceiver.init_direction_parameter Safari9/19/2017 Firefox3/13/2018175
api.RTCPeerConnection.addTransceiver.init_sendEncodings_parameter Safari4/26/2021 Firefox2/14/2023659
api.RTCPeerConnection.addTransceiver.init_streams_parameter Firefox3/13/2018 Safari3/25/2019377
api.RTCPeerConnection.canTrickleIceCandidates πŸ“‹Firefox6/7/2016 Safari3/14/20222106
api.RTCPeerConnection.close πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.connectionState πŸ“‹Safari9/19/2017 Firefox5/9/20232058
api.RTCPeerConnection.connectionstatechange_event πŸ“‹Safari9/19/2017 Firefox5/9/20232058
api.RTCPeerConnection.createAnswer πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.createAnswer.returns_promise Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.createDataChannel πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.createOffer πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.createOffer.returns_promise Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.currentLocalDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.currentRemoteDescription πŸ“‹Safari9/19/2017 Firefox11/14/201756
api.RTCPeerConnection.datachannel_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.generateCertificate_static πŸ“‹Firefox6/25/2013 Safari3/25/20192099
api.RTCPeerConnection.getConfiguration πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.getReceivers πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCPeerConnection.getSenders πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCPeerConnection.getStats πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCPeerConnection.getStats.returns_promise Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.getStats.selector_parameter Firefox2/4/2014 Safari9/19/20171323
api.RTCPeerConnection.getTransceivers πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCPeerConnection.iceConnectionState πŸ“‹Firefox9/17/2013 Safari9/19/20171463
api.RTCPeerConnection.iceGatheringState πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.icecandidate_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.iceconnectionstatechange_event πŸ“‹Firefox9/17/2013 Safari9/19/20171463
api.RTCPeerConnection.icegatheringstatechange_event πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.localDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.negotiationneeded_event πŸ“‹Firefox5/12/2015 Safari9/19/2017861
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 πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.pendingRemoteDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.remoteDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.removeTrack πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.restartIce πŸ“‹Firefox10/22/2019 Safari4/26/2021552
api.RTCPeerConnection.sctp πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCPeerConnection.setConfiguration πŸ“‹Safari9/19/2017 Firefox4/5/20221659
api.RTCPeerConnection.setLocalDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
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 Firefox4/7/2020 Safari4/26/2021384
api.RTCPeerConnection.setLocalDescription.returns_promise Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.setRemoteDescription πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnection.setRemoteDescription.implicit_rollback Firefox10/22/2019 Safari3/14/2022874
api.RTCPeerConnection.setRemoteDescription.returns_promise Firefox3/31/2015 Safari9/19/2017903
api.RTCPeerConnection.signalingState πŸ“‹Firefox9/17/2013 Safari9/19/20171463
api.RTCPeerConnection.signalingstatechange_event πŸ“‹Firefox2/24/2015 Safari9/19/2017938
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 πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCPeerConnectionIceEvent πŸ“‹Firefox9/17/2013 Safari9/17/20181826
api.RTCPeerConnectionIceEvent.RTCPeerConnectionIceEvent πŸ“‹Firefox9/17/2013 Safari9/17/20181826
api.RTCPeerConnectionIceEvent.candidate πŸ“‹Firefox9/17/2013 Safari9/17/20181826
api.RTCRtpReceiver πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCRtpReceiver.getCapabilities_static πŸ“‹Safari3/25/2019 Firefox5/9/20231506
api.RTCRtpReceiver.getContributingSources πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getContributingSources.audioLevel πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getContributingSources.audio_tracks_supported Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getContributingSources.source πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getContributingSources.timestamp πŸ“‹Firefox3/13/2018 Safari3/25/2019377
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 Safari3/25/2019 Firefox7/9/2019106
api.RTCRtpReceiver.getParameters πŸ“‹Safari9/19/2017 Firefox7/9/20242485
api.RTCRtpReceiver.getParameters.return_object_property_codecs πŸ“‹Safari9/19/2017 Firefox7/9/20242485
api.RTCRtpReceiver.getStats πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.RTCRtpReceiver.getSynchronizationSources πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getSynchronizationSources.audio_tracks_supported Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpReceiver.getSynchronizationSources.video_tracks_supported Safari3/25/2019 Firefox7/9/2019106
api.RTCRtpReceiver.track πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCRtpReceiver.transform πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpReceiver.transport πŸ“‹Firefox10/20/2020 Safari3/14/2022510
api.RTCRtpScriptTransform πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransform.RTCRtpScriptTransform πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer.generateKeyFrame πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer.options πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer.readable πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer.sendKeyFrameRequest πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpScriptTransformer.writable πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpSender πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCRtpSender.dtmf πŸ“‹Firefox3/7/2017 Safari3/24/20201113
api.RTCRtpSender.getCapabilities_static πŸ“‹Safari3/25/2019 Firefox5/9/20231506
api.RTCRtpSender.getParameters πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.RTCRtpSender.getParameters.return_object_property_codecs πŸ“‹Safari9/19/2017 Firefox7/9/20242485
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 πŸ“‹Safari3/25/2019 Firefox4/29/20252227
api.RTCRtpSender.getParameters.return_object_property_encodings πŸ“‹Firefox4/26/2016 Safari3/25/20191063
api.RTCRtpSender.getParameters.return_object_property_headerExtensions πŸ“‹Firefox4/26/2016 Safari9/19/2017511
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 πŸ“‹Firefox4/26/2016 Safari9/20/20211973
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 πŸ“‹Safari3/25/2019 Firefox2/14/20231422
api.RTCRtpSender.getStats πŸ“‹Firefox8/8/2017 Safari3/25/2019594
api.RTCRtpSender.replaceTrack πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCRtpSender.setParameters πŸ“‹Safari9/19/2017 Firefox12/11/2018448
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 πŸ“‹Safari3/25/2019 Firefox7/9/20241933
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 πŸ“‹Safari3/25/2019 Firefox4/29/20252227
api.RTCRtpSender.setParameters.parameters_encodings_parameter πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.RTCRtpSender.setParameters.parameters_encodings_parameter.active Safari4/12/2018 Firefox2/14/20231769
api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxBitrate πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxFramerate πŸ“‹Safari9/19/2017 Firefox5/31/20221715
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 πŸ“‹Firefox4/26/2016 Safari9/19/2017511
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 πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.RTCRtpSender.setParameters.parameters_headerExtensions_parameter πŸ“‹Firefox4/26/2016 Safari3/25/20191063
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 πŸ“‹Firefox4/26/2016 Safari9/20/20211973
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 πŸ“‹Safari3/25/2019 Firefox2/14/20231422
api.RTCRtpSender.setStreams πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCRtpSender.track πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCRtpSender.transform πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCRtpSender.transport πŸ“‹Firefox10/20/2020 Safari3/14/2022510
api.RTCRtpTransceiver πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.currentDirection πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.RTCRtpTransceiver.direction πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.mid πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.receiver πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.sender πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.setCodecPreferences πŸ“‹Safari3/24/2020 Firefox7/9/20241568
api.RTCRtpTransceiver.stop πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCRtpTransceiver.stopped Safari9/19/2017 Firefox3/13/2018175
api.RTCSctpTransport πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCSctpTransport.maxChannels πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCSctpTransport.maxMessageSize πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCSctpTransport.state πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCSctpTransport.statechange_event Safari3/14/2022 Firefox5/9/2023421
api.RTCSctpTransport.transport πŸ“‹Safari3/14/2022 Firefox5/9/2023421
api.RTCSessionDescription πŸ“‹Firefox1/26/2016 Safari9/19/2017602
api.RTCSessionDescription.RTCSessionDescription Firefox1/26/2016 Safari9/19/2017602
api.RTCSessionDescription.sdp πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCSessionDescription.toJSON πŸ“‹Firefox9/17/2013 Safari9/19/20171463
api.RTCSessionDescription.type πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCStatsReport πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.@@iterator Firefox8/2/2016 Safari9/19/2017413
api.RTCStatsReport.entries πŸ“‹Firefox8/2/2016 Safari9/19/2017413
api.RTCStatsReport.forEach πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.get πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.has πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.keys πŸ“‹Firefox8/2/2016 Safari9/19/2017413
api.RTCStatsReport.size πŸ“‹Firefox8/2/2016 Safari9/19/2017413
api.RTCStatsReport.type_candidate-pair πŸ“‹Firefox4/29/2014 Safari9/19/20171239
api.RTCStatsReport.type_candidate-pair.bytesReceived πŸ“‹Safari9/19/2017 Firefox9/28/20179
api.RTCStatsReport.type_candidate-pair.bytesSent πŸ“‹Safari9/19/2017 Firefox9/28/20179
api.RTCStatsReport.type_candidate-pair.id πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_candidate-pair.localCandidateId πŸ“‹Firefox4/29/2014 Safari9/19/20171239
api.RTCStatsReport.type_candidate-pair.nominated πŸ“‹Safari9/19/2017 Firefox9/28/20179
api.RTCStatsReport.type_candidate-pair.remoteCandidateId πŸ“‹Firefox4/29/2014 Safari9/19/20171239
api.RTCStatsReport.type_candidate-pair.responsesReceived πŸ“‹Safari9/19/2017 Firefox8/19/20252891
api.RTCStatsReport.type_candidate-pair.state πŸ“‹Firefox4/29/2014 Safari9/19/20171239
api.RTCStatsReport.type_candidate-pair.timestamp πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_candidate-pair.totalRoundTripTime πŸ“‹Safari9/19/2017 Firefox8/19/20252891
api.RTCStatsReport.type_candidate-pair.transportId πŸ“‹Safari9/19/2017 Firefox9/28/20179
api.RTCStatsReport.type_candidate-pair.type πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_codec πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.channels πŸ“‹Safari4/26/2021 Firefox3/8/2022316
api.RTCStatsReport.type_codec.clockRate πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.id πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.mimeType πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.payloadType πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.sdpFmtpLine πŸ“‹Safari9/16/2020 Firefox3/8/2022538
api.RTCStatsReport.type_codec.timestamp πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_codec.type πŸ“‹Safari3/24/2020 Firefox3/8/2022714
api.RTCStatsReport.type_data-channel πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.bytesReceived πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.bytesSent πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.id πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.label πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.messagesReceived πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.messagesSent πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.protocol πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.state πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.timestamp πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_data-channel.type πŸ“‹Safari3/24/2020 Firefox7/28/2020126
api.RTCStatsReport.type_inbound-rtp πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_inbound-rtp.bytesReceived πŸ“‹Firefox2/4/2014 Safari3/24/20202240
api.RTCStatsReport.type_inbound-rtp.concealedSamples πŸ“‹Safari4/26/2021 Firefox8/23/2022484
api.RTCStatsReport.type_inbound-rtp.concealmentEvents πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.fecPacketsDiscarded πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.fecPacketsReceived πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.headerBytesReceived πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.id πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_inbound-rtp.insertedSamplesForDeceleration πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.jitter πŸ“‹Firefox2/4/2014 Safari3/24/20202240
api.RTCStatsReport.type_inbound-rtp.jitterBufferDelay πŸ“‹Safari4/26/2021 Firefox8/23/2022484
api.RTCStatsReport.type_inbound-rtp.jitterBufferEmittedCount πŸ“‹Safari4/26/2021 Firefox8/23/2022484
api.RTCStatsReport.type_inbound-rtp.kind πŸ“‹Firefox10/23/2018 Safari9/16/2020694
api.RTCStatsReport.type_inbound-rtp.mid πŸ“‹Safari9/18/2023 Firefox2/4/2025505
api.RTCStatsReport.type_inbound-rtp.packetsDiscarded πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.RTCStatsReport.type_inbound-rtp.packetsLost πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_inbound-rtp.packetsReceived πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_inbound-rtp.removedSamplesForAcceleration πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.silentConcealedSamples πŸ“‹Safari4/26/2021 Firefox8/23/2022484
api.RTCStatsReport.type_inbound-rtp.ssrc πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_inbound-rtp.timestamp πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_inbound-rtp.totalAudioEnergy πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.totalSamplesDuration πŸ“‹Safari4/26/2021 Firefox10/18/2022540
api.RTCStatsReport.type_inbound-rtp.totalSamplesReceived πŸ“‹Safari4/26/2021 Firefox8/23/2022484
api.RTCStatsReport.type_inbound-rtp.trackIdentifier πŸ“‹Firefox3/14/2023 Safari3/27/202313
api.RTCStatsReport.type_inbound-rtp.type πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_local-candidate πŸ“‹Firefox2/4/2014 Safari3/25/20191875
api.RTCStatsReport.type_local-candidate.candidateType πŸ“‹Firefox2/4/2014 Safari3/25/20191875
api.RTCStatsReport.type_local-candidate.id πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_local-candidate.port πŸ“‹Safari3/25/2019 Firefox1/7/2020288
api.RTCStatsReport.type_local-candidate.priority πŸ“‹Safari3/25/2019 Firefox1/7/2020288
api.RTCStatsReport.type_local-candidate.protocol πŸ“‹Firefox12/11/2018 Safari3/25/2019104
api.RTCStatsReport.type_local-candidate.timestamp πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_local-candidate.transportId πŸ“‹Firefox7/22/2014 Safari3/25/20191707
api.RTCStatsReport.type_local-candidate.type πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_media-source πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_media-source.id πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_media-source.kind πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_media-source.timestamp πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_media-source.trackIdentifier πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_media-source.type πŸ“‹Safari4/26/2021 Firefox5/9/2023743
api.RTCStatsReport.type_outbound-rtp πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_outbound-rtp.bytesSent πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_outbound-rtp.codecId πŸ“‹Safari9/19/2017 Firefox3/8/20221631
api.RTCStatsReport.type_outbound-rtp.headerBytesSent πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.RTCStatsReport.type_outbound-rtp.id πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_outbound-rtp.kind πŸ“‹Firefox10/23/2018 Safari9/16/2020694
api.RTCStatsReport.type_outbound-rtp.nackCount πŸ“‹Firefox8/8/2017 Safari3/14/20221679
api.RTCStatsReport.type_outbound-rtp.packetsSent πŸ“‹Firefox2/4/2014 Safari3/24/20202240
api.RTCStatsReport.type_outbound-rtp.retransmittedBytesSent πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.RTCStatsReport.type_outbound-rtp.retransmittedPacketsSent πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.RTCStatsReport.type_outbound-rtp.ssrc πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_outbound-rtp.timestamp πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_outbound-rtp.type πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_peer-connection πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_peer-connection.dataChannelsClosed πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_peer-connection.dataChannelsOpened πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_peer-connection.id πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_peer-connection.timestamp πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_peer-connection.type πŸ“‹Safari3/24/2020 Firefox5/9/20231141
api.RTCStatsReport.type_remote-candidate πŸ“‹Firefox2/4/2014 Safari3/25/20191875
api.RTCStatsReport.type_remote-candidate.candidateType πŸ“‹Firefox2/4/2014 Safari3/25/20191875
api.RTCStatsReport.type_remote-candidate.id πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_remote-candidate.port πŸ“‹Safari3/25/2019 Firefox1/7/2020288
api.RTCStatsReport.type_remote-candidate.priority πŸ“‹Safari3/25/2019 Firefox1/7/2020288
api.RTCStatsReport.type_remote-candidate.protocol πŸ“‹Firefox12/11/2018 Safari3/25/2019104
api.RTCStatsReport.type_remote-candidate.timestamp πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_remote-candidate.transportId πŸ“‹Firefox7/22/2014 Safari3/25/20191707
api.RTCStatsReport.type_remote-candidate.type πŸ“‹Firefox1/7/2020 Safari3/24/202077
api.RTCStatsReport.type_remote-inbound-rtp πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_remote-inbound-rtp.codecId πŸ“‹Safari9/19/2017 Firefox3/8/20221631
api.RTCStatsReport.type_remote-inbound-rtp.id πŸ“‹Firefox1/7/2020 Safari4/26/2021475
api.RTCStatsReport.type_remote-inbound-rtp.kind πŸ“‹Firefox10/23/2018 Safari9/16/2020694
api.RTCStatsReport.type_remote-inbound-rtp.localId πŸ“‹Firefox1/7/2020 Safari4/26/2021475
api.RTCStatsReport.type_remote-inbound-rtp.roundTripTime πŸ“‹Safari4/26/2021 Firefox1/11/2022260
api.RTCStatsReport.type_remote-inbound-rtp.ssrc πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_remote-inbound-rtp.timestamp πŸ“‹Firefox1/7/2020 Safari4/26/2021475
api.RTCStatsReport.type_remote-inbound-rtp.type πŸ“‹Firefox1/7/2020 Safari4/26/2021475
api.RTCStatsReport.type_remote-outbound-rtp πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.type_remote-outbound-rtp.codecId πŸ“‹Safari9/19/2017 Firefox3/8/20221631
api.RTCStatsReport.type_remote-outbound-rtp.kind πŸ“‹Firefox10/23/2018 Safari9/16/2020694
api.RTCStatsReport.type_remote-outbound-rtp.ssrc πŸ“‹Firefox2/4/2014 Safari9/19/20171323
api.RTCStatsReport.values Firefox8/2/2016 Safari9/19/2017413
api.RTCTrackEvent πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCTrackEvent.RTCTrackEvent πŸ“‹Firefox4/26/2016 Safari9/19/2017511
api.RTCTrackEvent.receiver πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.RTCTrackEvent.streams πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCTrackEvent.track πŸ“‹Firefox6/25/2013 Safari9/19/20171547
api.RTCTrackEvent.transceiver πŸ“‹Safari9/19/2017 Firefox3/13/2018175
api.RTCTransformEvent πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RTCTransformEvent.transformer πŸ“‹Safari3/14/2022 Firefox8/29/2023533
api.RadioNodeList πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.RadioNodeList.value πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.Range πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox9/17/2013 Safari10/16/2014394
api.Range.cloneContents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.cloneRange πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.collapse πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.collapse.toStart_parameter_optional Safari6/23/2003 Firefox10/29/20133781
Internet Explorer: Optional but defaults to true.
api.Range.collapsed πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.commonAncestorContainer πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.compareBoundaryPoints πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.comparePoint πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Range.createContextualFragment πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.deleteContents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.detach πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Chrome: Since Chrome 37, this method does nothing, as specified. See bug 40362748.Chrome Android: Since Chrome Android 37, this method does nothing, as specified. See bug 40362748.Firefox: Since Firefox 15, this method does nothing, as specified. See bug 702948.Firefox for Android: Since Firefox for Android 15, this method does nothing, as specified. See bug 702948.Quest Browser: Since Quest Browser 5.0, this method does nothing, as specified. See bug 40362748.Opera: Since Opera 24, this method does nothing, as specified. See bug 40362748.Opera Android: Since Opera 24, this method does nothing, as specified. See bug 40362748.Safari: Since Safari 10, this method does nothing, see bug 148454.Safari on iOS: Since Safari on iOS 10, this method does nothing, see bug 148454.Samsung Internet: Since Samsung Internet 3.0, this method does nothing, as specified. See bug 40362748.WebView Android: Since WebView Android 37, this method does nothing, as specified. See bug 40362748.WebView on iOS: Since WebView on iOS 10, this method does nothing, see bug 148454.
api.Range.endContainer πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.endOffset πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.extractContents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.getBoundingClientRect πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.Range.getClientRects πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.Range.insertNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.intersectsNode πŸ“‹Safari10/26/2007 Firefox11/20/20121852
api.Range.isPointInRange πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Range.selectNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.selectNodeContents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setEnd πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setEndAfter πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setEndBefore πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setStart πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setStartAfter πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.setStartBefore πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.startContainer πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.startOffset πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.surroundContents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Range.toString πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.ReadableStream πŸ“‹Safari3/27/2017 Firefox1/29/2019673
Node.js: Available as a part of the stream/web module.
api.ReadableStream.ReadableStream πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ReadableStream.cancel πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ReadableStream.getReader πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ReadableStream.locked πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.ReadableStream.pipeThrough πŸ“‹Safari3/27/2017 Firefox6/28/20221919
api.ReadableStream.pipeTo πŸ“‹Safari3/27/2017 Firefox5/3/20221863
api.ReadableStream.tee πŸ“‹Safari3/27/2017 Firefox1/29/2019673
Node.js: Before 18.10.0 or 16.18.0, teeing a readable byte stream is not supported.
api.ReadableStreamDefaultController πŸ“‹Safari9/20/2016 Firefox1/29/2019861
Deno: ReadableStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.ReadableStreamDefaultController.close πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultController.desiredSize πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultController.enqueue πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultController.error πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultReader πŸ“‹Safari9/20/2016 Firefox1/29/2019861
Deno: ReadableStreamDefaultReader is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.ReadableStreamDefaultReader.ReadableStreamDefaultReader πŸ“‹Safari9/20/2016 Firefox5/3/20222051
api.ReadableStreamDefaultReader.cancel πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultReader.closed πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultReader.read πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultReader.releaseLock πŸ“‹Safari9/20/2016 Firefox1/29/2019861
api.ReadableStreamDefaultReader.releaseLock.reject_pending_read_request Firefox6/28/2022 Safari9/18/2023447
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.Report πŸ“‹Firefox1/29/2019 Safari3/27/20231518
Firefox: Worker support added in version 77
api.Report.body πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.Report.toJSON Firefox6/2/2020 Safari3/27/20231028
api.Report.type πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.Report.url πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportBody πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportBody.toJSON Firefox6/2/2020 Safari3/27/20231028
api.ReportingObserver πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportingObserver.ReportingObserver πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportingObserver.disconnect πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportingObserver.observe πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.ReportingObserver.takeRecords πŸ“‹Firefox1/29/2019 Safari3/27/20231518
api.Request πŸ“‹Firefox7/2/2015 Safari3/27/2017634
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 πŸ“‹Firefox7/2/2015 Safari3/27/2017634
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 Safari3/27/2017 Firefox6/13/201778
api.Request.Request.init_keepalive_parameter πŸ“‹Safari9/19/2019 Firefox11/26/20241895
api.Request.Request.init_priority_parameter πŸ“‹Safari12/11/2023 Firefox10/29/2024323
api.Request.Request.init_referrer_parameter πŸ“‹Firefox6/7/2016 Safari3/27/2017293
api.Request.arrayBuffer πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.blob πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.bodyUsed πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.bytes πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.Request.cache πŸ“‹Firefox8/2/2016 Safari3/27/2017237
api.Request.cache.only-if-cached Firefox11/15/2016 Safari3/27/2017132
api.Request.clone πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.credentials πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.credentials.default_same-origin Firefox6/26/2018 Safari3/25/2019272
api.Request.destination πŸ“‹Safari3/27/2017 Firefox6/26/2018456
api.Request.formData πŸ“‹Firefox7/2/2015 Safari4/26/20212125
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 πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.integrity πŸ“‹Firefox1/24/2017 Safari3/27/201762
api.Request.json πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.keepalive πŸ“‹Safari9/19/2019 Firefox11/26/20241895
api.Request.method πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.mode πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.mode.navigate_mode Firefox4/26/2016 Safari3/27/2017335
api.Request.redirect πŸ“‹Firefox12/15/2015 Safari3/27/2017468
Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.
api.Request.referrer πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.referrerPolicy πŸ“‹Firefox6/7/2016 Safari3/27/2017293
api.Request.signal πŸ“‹Firefox11/14/2017 Safari3/25/2019496
api.Request.text πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Request.url πŸ“‹Firefox7/2/2015 Safari3/27/2017634
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 πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserver.ResizeObserver πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserver.disconnect πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserver.observe πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserver.observe.options_box_parameter Firefox9/3/2019 Safari3/14/2022923
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 πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserverEntry πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserverEntry.borderBoxSize πŸ“‹Firefox9/7/2021 Safari3/14/2022188
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 πŸ“‹Firefox9/7/2021 Safari3/14/2022188
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 πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserverEntry.target πŸ“‹Firefox9/3/2019 Safari3/24/2020203
api.ResizeObserverSize πŸ“‹Firefox9/3/2019 Safari3/14/2022923
api.ResizeObserverSize.blockSize πŸ“‹Firefox9/3/2019 Safari3/14/2022923
api.ResizeObserverSize.inlineSize πŸ“‹Firefox9/3/2019 Safari3/14/2022923
api.Response πŸ“‹Firefox7/2/2015 Safari3/27/2017634
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 πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.Response.accept_readablestream Firefox7/2/2015 Safari3/27/2017634
api.Response.Response.body_parameter_optional Safari3/27/2017 Firefox3/13/2018351
api.Response.arrayBuffer πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.blob πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.body πŸ“‹Safari3/27/2017 Firefox1/29/2019673
api.Response.bodyUsed πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.bytes πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.Response.clone πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.error_static πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.formData πŸ“‹Firefox7/2/2015 Safari4/26/20212125
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 πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.json πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.json_static πŸ“‹Firefox7/4/2023 Safari9/18/202376
api.Response.ok πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.redirect_static πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.redirected πŸ“‹Firefox9/20/2016 Safari3/27/2017188
api.Response.status πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.statusText πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.text πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.type πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.Response.url πŸ“‹Firefox7/2/2015 Safari3/27/2017634
api.SVGAElement πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGAElement.href πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.SVGAElement.hreflang πŸ“‹Firefox6/26/2018 Safari12/12/20252726
api.SVGAElement.rel πŸ“‹Firefox6/26/2018 Safari9/16/2020813
api.SVGAElement.relList πŸ“‹Firefox6/26/2018 Safari9/16/2020813
api.SVGAElement.target πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGAElement.type πŸ“‹Firefox6/26/2018 Safari12/12/20252726
api.SVGAngle πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.convertToSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.newValueSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.unitType πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.value πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.valueAsString πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAngle.valueInSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimateElement πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.SVGAnimateMotionElement πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.SVGAnimateTransformElement πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.SVGAnimatedAngle πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedAngle.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedAngle.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedBoolean πŸ“‹Firefox6/17/2008 Safari6/7/2010720
api.SVGAnimatedBoolean.animVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedBoolean.baseVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedEnumeration πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedEnumeration.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedEnumeration.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedInteger πŸ“‹Firefox6/17/2008 Safari6/7/2010720
api.SVGAnimatedInteger.animVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedInteger.baseVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedLength.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedLength.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedLengthList πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedLengthList.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedLengthList.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedNumber πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedNumber.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedNumber.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedNumberList πŸ“‹Firefox11/29/2005 Safari6/7/20101651
api.SVGAnimatedNumberList.animVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedNumberList.baseVal πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGAnimatedPreserveAspectRatio πŸ“‹Firefox11/29/2005 Safari6/7/20101651
api.SVGAnimatedPreserveAspectRatio.animVal πŸ“‹Safari7/25/2012 Firefox6/25/2013335
api.SVGAnimatedPreserveAspectRatio.baseVal πŸ“‹Safari7/25/2012 Firefox6/25/2013335
api.SVGAnimatedRect πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedRect.animVal πŸ“‹Safari10/26/2007 Firefox8/28/20121768
api.SVGAnimatedRect.baseVal πŸ“‹Safari10/26/2007 Firefox8/28/20121768
api.SVGAnimatedString πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedString.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedString.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedTransformList πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedTransformList.animVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimatedTransformList.baseVal πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGAnimationElement πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.SVGAnimationElement.beginElement πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.beginElementAt πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.beginEvent_event πŸ“‹Firefox10/5/2021 Safari12/12/20251529
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 πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.endElementAt πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.endEvent_event πŸ“‹Safari9/20/2016 Firefox10/5/20211841
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 πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.getSimpleDuration πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.getStartTime πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGAnimationElement.repeatEvent_event πŸ“‹Firefox10/5/2021 Safari12/12/20251529
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 πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGAnimationElement.systemLanguage πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGAnimationElement.targetElement πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.SVGCircleElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGCircleElement.cx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGCircleElement.cy πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGCircleElement.r πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGClipPathElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGClipPathElement.clipPathUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGClipPathElement.transform πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGComponentTransferFunctionElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.amplitude πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.exponent πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.intercept πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.offset πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.slope πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.tableValues πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGComponentTransferFunctionElement.type πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGDefsElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGDescElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGElement.autofocus πŸ“‹Safari3/14/2022 Firefox2/14/2023337
Firefox: Only supported on SVGGraphicsElement.Firefox for Android: Only supported on SVGGraphicsElement.
api.SVGElement.blur πŸ“‹Safari10/26/2007 Firefox1/24/20173378
api.SVGElement.className πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGElement.dataset πŸ“‹Safari7/20/2011 Firefox1/24/20172015
api.SVGElement.error_event πŸ“‹Firefox11/29/2005 Safari7/25/20122430
api.SVGElement.focus πŸ“‹Safari10/26/2007 Firefox1/24/20173378
api.SVGElement.focus.options_preventScroll_parameter Firefox7/9/2019 Safari9/20/2021804
api.SVGElement.load_event πŸ“‹Safari10/26/2007 Firefox3/22/20111243
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 πŸ“‹Firefox4/7/2020 Safari3/14/2022706
api.SVGElement.ownerSVGElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGElement.style πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGElement.style.returns_CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.SVGElement.tabIndex πŸ“‹Safari10/16/2014 Firefox1/24/2017831
api.SVGElement.viewportElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGEllipseElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGEllipseElement.cx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGEllipseElement.cy πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGEllipseElement.rx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGEllipseElement.ry πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGFEBlendElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.in2 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.mode πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEBlendElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.type πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.values πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEColorMatrixElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEComponentTransferElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEComponentTransferElement.height πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEComponentTransferElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEComponentTransferElement.result πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEComponentTransferElement.width πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEComponentTransferElement.x πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEComponentTransferElement.y πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFECompositeElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.in2 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.k1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.k2 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.k3 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.k4 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.operator πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFECompositeElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.bias πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.divisor πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.edgeMode πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.kernelMatrix πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.kernelUnitLengthX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.kernelUnitLengthY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.orderX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.orderY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.preserveAlpha πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.targetX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.targetY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEConvolveMatrixElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.diffuseConstant πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.kernelUnitLengthX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.kernelUnitLengthY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.surfaceScale πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDiffuseLightingElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.in2 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.scale πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.xChannelSelector πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDisplacementMapElement.yChannelSelector πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDistantLightElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDistantLightElement.azimuth πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDistantLightElement.elevation πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEDropShadowElement πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.dx πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.dy πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.height πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.in1 πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.result πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.setStdDeviation πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.stdDeviationX πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.stdDeviationY πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.width πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.x πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEDropShadowElement.y πŸ“‹Safari7/25/2012 Firefox6/10/2014685
api.SVGFEFloodElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEFloodElement.height πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.SVGFEFloodElement.result πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.SVGFEFloodElement.width πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.SVGFEFloodElement.x πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.SVGFEFloodElement.y πŸ“‹Safari7/25/2012 Firefox1/13/2015902
api.SVGFEFuncAElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEFuncBElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEFuncGElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEFuncRElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement.height πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEGaussianBlurElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement.result πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEGaussianBlurElement.setStdDeviation πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement.stdDeviationX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement.stdDeviationY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEGaussianBlurElement.width πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEGaussianBlurElement.x πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEGaussianBlurElement.y πŸ“‹Safari7/25/2012 Firefox4/29/2014643
api.SVGFEImageElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.href πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.preserveAspectRatio πŸ“‹Safari7/25/2012 Firefox6/25/2013335
api.SVGFEImageElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEImageElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeNodeElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMergeNodeElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.operator πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.radiusX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.radiusY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEMorphologyElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.dx πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.dy πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEOffsetElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEPointLightElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEPointLightElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEPointLightElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFEPointLightElement.z πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.kernelUnitLengthX πŸ“‹Firefox6/17/2008 Safari3/5/20245740
api.SVGFESpecularLightingElement.kernelUnitLengthY πŸ“‹Firefox6/17/2008 Safari3/5/20245740
api.SVGFESpecularLightingElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.specularConstant πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.specularExponent πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.surfaceScale πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpecularLightingElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.limitingConeAngle πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.pointsAtX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.pointsAtY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.pointsAtZ πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.specularExponent πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFESpotLightElement.z πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.in1 πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETileElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.baseFrequencyX πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.baseFrequencyY πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.numOctaves πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.result πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.seed πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.stitchTiles πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.type πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFETurbulenceElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.filterUnits πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.height πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.href πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.primitiveUnits πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.width πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.x πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGFilterElement.y πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGForeignObjectElement πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGForeignObjectElement.height πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGForeignObjectElement.width πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGForeignObjectElement.x πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGForeignObjectElement.y πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGGElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGeometryElement πŸ“‹Firefox4/19/2017 Safari9/17/2018516
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 πŸ“‹Firefox6/26/2018 Safari9/17/201883
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 πŸ“‹Firefox6/26/2018 Safari9/17/201883
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 πŸ“‹Safari9/17/2018 Firefox9/3/2019351
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 Safari9/17/2018 Firefox9/3/2019351
api.SVGGeometryElement.isPointInStroke πŸ“‹Safari9/17/2018 Firefox9/3/2019351
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 Safari9/17/2018 Firefox9/3/2019351
api.SVGGeometryElement.pathLength πŸ“‹Firefox6/26/2018 Safari9/17/201883
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 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGradientElement.gradientTransform πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGradientElement.gradientUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGradientElement.href πŸ“‹Firefox10/24/2006 Safari10/26/2007367
api.SVGGradientElement.spreadMethod πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGraphicsElement πŸ“‹Firefox4/2/2013 Safari10/22/2013203
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 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
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 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGGraphicsElement.getScreenCTM πŸ“‹Firefox11/29/2005 Safari10/26/2007696
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 πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGGraphicsElement.systemLanguage πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGGraphicsElement.transform πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.crossOrigin πŸ“‹Firefox6/6/2023 Safari12/11/2023188
api.SVGImageElement.decode πŸ“‹Firefox7/9/2019 Safari3/31/20252092
api.SVGImageElement.height πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.href πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.preserveAspectRatio πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.width πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGImageElement.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.convertToSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.newValueSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.unitType πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.value πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.valueAsString πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLength.valueInSpecifiedUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.appendItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.clear πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.getItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.initialize πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.insertItemBefore πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.length πŸ“‹Firefox6/21/2011 Safari3/24/20203199
api.SVGLengthList.numberOfItems πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.removeItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLengthList.replaceItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLineElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLineElement.x1 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLineElement.x2 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLineElement.y1 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLineElement.y2 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLinearGradientElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLinearGradientElement.x1 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLinearGradientElement.x2 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLinearGradientElement.y1 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGLinearGradientElement.y2 πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMPathElement πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.SVGMPathElement.href πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.SVGMarkerElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.markerHeight πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.markerUnits πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.markerWidth πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.orientAngle πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.orientType πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.preserveAspectRatio πŸ“‹Firefox10/24/2006 Safari10/26/2007367
api.SVGMarkerElement.refX πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.refY πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.setOrientToAngle πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.setOrientToAuto πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGMarkerElement.viewBox πŸ“‹Firefox10/24/2006 Safari10/26/2007367
api.SVGMaskElement πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGMaskElement.height πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGMaskElement.maskContentUnits πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGMaskElement.maskUnits πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGMaskElement.width πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGMaskElement.x πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGMaskElement.y πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGMetadataElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGNumber πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGNumber.value πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGNumberList πŸ“‹Firefox11/29/2005 Safari6/7/20101651
api.SVGNumberList.appendItem πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.clear πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.getItem πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.initialize πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.insertItemBefore πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.length πŸ“‹Firefox6/21/2011 Safari3/24/20203199
api.SVGNumberList.numberOfItems πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.removeItem πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGNumberList.replaceItem πŸ“‹Firefox6/17/2008 Safari7/25/20121499
api.SVGPathElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPathElement.getPointAtLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPathElement.getTotalLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPathElement.pathLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPatternElement πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.height πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.href πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.patternContentUnits πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.patternTransform πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.patternUnits πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.preserveAspectRatio πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.viewBox πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.width πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.x πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPatternElement.y πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGPoint πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPoint.matrixTransform πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPoint.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPoint.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.appendItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.clear πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.getItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.initialize πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.insertItemBefore πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.length πŸ“‹Firefox6/21/2011 Safari3/24/20203199
api.SVGPointList.numberOfItems πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.removeItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPointList.replaceItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolygonElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolygonElement.animatedPoints πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolygonElement.points πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolylineElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolylineElement.animatedPoints πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPolylineElement.points πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPreserveAspectRatio πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPreserveAspectRatio.align πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGPreserveAspectRatio.meetOrSlice πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement.cx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement.cy πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement.fr πŸ“‹Safari10/22/2013 Firefox8/8/20171386
api.SVGRadialGradientElement.fx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement.fy πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRadialGradientElement.r πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRect πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRect.height Firefox11/29/2005 Safari10/26/2007696
api.SVGRect.width Firefox11/29/2005 Safari10/26/2007696
api.SVGRect.x Firefox11/29/2005 Safari10/26/2007696
api.SVGRect.y Firefox11/29/2005 Safari10/26/2007696
api.SVGRectElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRectElement.height πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRectElement.rx πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGRectElement.ry πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGRectElement.width πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRectElement.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGRectElement.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.animationsPaused πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGAngle πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGMatrix πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGNumber πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGPoint πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGRect πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGTransform πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.createSVGTransformFromMatrix πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.currentScale πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.currentTranslate πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.deselectAll πŸ“‹Safari10/26/2007 Firefox10/29/20132195
api.SVGSVGElement.forceRedraw πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.getCurrentTime πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.getElementById πŸ“‹Firefox11/29/2005 Safari7/20/20112059
api.SVGSVGElement.height πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.pauseAnimations πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.preserveAspectRatio πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.setCurrentTime πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.suspendRedraw πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.unpauseAnimations πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.unsuspendRedraw πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.unsuspendRedrawAll πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.viewBox πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.width πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSVGElement.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGScriptElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGScriptElement.async Firefox8/29/2023 Safari12/12/2025836
api.SVGScriptElement.href πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGScriptElement.type πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSetElement πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.SVGStopElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGStopElement.offset πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGStringList πŸ“‹Safari10/26/2007 Firefox4/24/20121642
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 πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.clear πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.getItem πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.initialize πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.insertItemBefore πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.length πŸ“‹Firefox4/24/2012 Safari3/24/20202891
api.SVGStringList.numberOfItems πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.removeItem πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStringList.replaceItem πŸ“‹Safari10/26/2007 Firefox4/24/20121642
api.SVGStyleElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGStyleElement.disabled πŸ“‹Safari7/25/2012 Firefox8/23/20223681
api.SVGStyleElement.media πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGStyleElement.sheet πŸ“‹Firefox11/29/2005 Safari3/27/20236327
api.SVGStyleElement.title πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGStyleElement.type πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSwitchElement πŸ“‹Safari10/26/2007 Firefox6/17/2008235
api.SVGSymbolElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSymbolElement.preserveAspectRatio πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGSymbolElement.viewBox πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTSpanElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getCharNumAtPosition πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getComputedTextLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getEndPositionOfChar πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getExtentOfChar πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getNumberOfChars πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getRotationOfChar πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getStartPositionOfChar πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.getSubStringLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.lengthAdjust πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.selectSubString πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextContentElement.textLength πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPathElement πŸ“‹Firefox10/24/2006 Safari3/18/2008511
api.SVGTextPathElement.href πŸ“‹Firefox10/24/2006 Safari3/18/2008511
api.SVGTextPathElement.method πŸ“‹Safari3/18/2008 Firefox4/2/20131841
api.SVGTextPathElement.spacing πŸ“‹Safari3/18/2008 Firefox4/2/20131841
api.SVGTextPathElement.startOffset πŸ“‹Safari3/18/2008 Firefox4/2/20131841
api.SVGTextPositioningElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPositioningElement.dx πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPositioningElement.dy πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPositioningElement.rotate πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPositioningElement.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTextPositioningElement.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTitleElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransform πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.angle πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.matrix πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setMatrix πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setRotate πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setScale πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setSkewX πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setSkewY πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.setTranslate πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransform.type πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.SVGTransformList πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.appendItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.clear πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.consolidate πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.createSVGTransformFromMatrix πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.getItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.initialize πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.insertItemBefore πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.length πŸ“‹Firefox12/20/2011 Safari3/24/20203017
api.SVGTransformList.numberOfItems πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.removeItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGTransformList.replaceItem πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUnitTypes πŸ“‹Safari3/18/2008 Firefox6/17/200891
api.SVGUseElement πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUseElement.height πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUseElement.href πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUseElement.width πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUseElement.x πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGUseElement.y πŸ“‹Firefox11/29/2005 Safari10/26/2007696
api.SVGViewElement πŸ“‹Safari10/26/2007 Firefox8/28/20121768
api.SVGViewElement.preserveAspectRatio πŸ“‹Safari10/26/2007 Firefox8/28/20121768
api.SVGViewElement.viewBox πŸ“‹Safari10/26/2007 Firefox8/28/20121768
api.Screen πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Screen.availHeight πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Edge: Always reflects the main screen.
api.Screen.availLeft Safari6/23/2003 Firefox11/9/2004505
api.Screen.availLeft.relative-multi-screen Safari6/23/2003 Firefox11/9/2004505
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 Safari6/23/2003 Firefox11/9/2004505
api.Screen.availTop.relative-multi-screen Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Edge: Always reflects the main screen.
api.Screen.colorDepth πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Screen.orientation πŸ“‹Firefox12/15/2015 Safari3/27/20232659
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.ScreenOrientation πŸ“‹Firefox12/15/2015 Safari3/27/20232659
api.ScreenOrientation.angle πŸ“‹Firefox12/15/2015 Safari3/27/20232659
api.ScreenOrientation.change_event πŸ“‹Firefox12/15/2015 Safari3/27/20232659
api.ScreenOrientation.type πŸ“‹Firefox12/15/2015 Safari3/27/20232659
api.ScriptProcessorNode Safari10/22/2013 Firefox10/29/20137
api.ScriptProcessorNode.audioprocess_event Safari10/22/2013 Firefox10/29/20137
api.ScriptProcessorNode.bufferSize πŸ“‹Safari10/22/2013 Firefox10/29/20137
api.SecurityPolicyViolationEvent πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.blockedURI πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.columnNumber πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.disposition πŸ“‹Firefox10/23/2018 Safari9/20/20211063
api.SecurityPolicyViolationEvent.documentURI πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.effectiveDirective πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.lineNumber πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.originalPolicy πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.referrer πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.sample πŸ“‹Firefox10/23/2018 Safari9/20/20211063
api.SecurityPolicyViolationEvent.sourceFile πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.statusCode πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.SecurityPolicyViolationEvent.violatedDirective πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Selection πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.addRange πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Selection.anchorNode πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.anchorOffset πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.collapse πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.collapse.node_parameter_nullable Safari4/15/2005 Firefox8/8/20174498
api.Selection.collapse.offset_parameter_optional Safari4/15/2005 Firefox8/8/20174498
api.Selection.collapseToEnd πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.collapseToStart πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.containsNode πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 Safari3/18/2008 Firefox8/8/20173430
api.Selection.deleteFromDocument πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.Selection.direction πŸ“‹Safari9/18/2023 Firefox5/14/2024239
api.Selection.empty πŸ“‹Safari4/15/2005 Firefox8/8/20174498
api.Selection.extend πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.Selection.extend.offset_parameter_optional Safari3/18/2008 Firefox8/8/20173430
api.Selection.focusNode πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.focusOffset πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.getComposedRanges πŸ“‹Safari9/18/2023 Firefox8/19/2025701
api.Selection.getRangeAt πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Selection.isCollapsed πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Selection.modify πŸ“‹Safari4/15/2005 Firefox3/22/20112167
api.Selection.rangeCount πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Selection.removeAllRanges πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Selection.removeRange πŸ“‹Firefox11/9/2004 Safari9/18/20236887
api.Selection.selectAllChildren πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.Selection.setBaseAndExtent πŸ“‹Safari4/15/2005 Firefox4/19/20174387
api.Selection.setPosition πŸ“‹Safari4/15/2005 Firefox8/8/20174498
api.Selection.toString πŸ“‹Firefox11/9/2004 Safari4/15/2005157
Firefox: Before Firefox 139, toString() returns an empty string for selected texts in form elements. See bug 85686.Firefox for Android: Before Firefox for Android 139, toString() returns an empty string for selected texts in form elements. See bug 85686.
api.Selection.type πŸ“‹Safari4/15/2005 Firefox11/14/20174596
api.ServiceWorker πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorker.ecmascript_modules Safari9/20/2021 Firefox1/13/20261576
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorker.postMessage πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorker.scriptURL πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorker.state πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorker.statechange_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.controller πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.controllerchange_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.getRegistration πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.getRegistrations πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.message_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.messageerror_event πŸ“‹Firefox1/29/2019 Safari3/27/20231518
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.register πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerContainer.startMessages πŸ“‹Safari4/12/2018 Firefox12/11/2018243
api.ServiceWorkerContainer.worker_support Safari4/12/2018 Firefox11/26/20242420
api.ServiceWorkerGlobalScope πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.activate_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.clients πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.cookieStore πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.ServiceWorkerGlobalScope.fetch_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.install_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.messageerror_event πŸ“‹Safari4/12/2018 Firefox1/29/2019292
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
Safari: Notifications are supported on macOS Ventura and later.
api.ServiceWorkerGlobalScope.notificationclose_event πŸ“‹Firefox1/26/2016 Safari9/12/20222421
Safari: Notifications are supported on macOS Ventura and later.
api.ServiceWorkerGlobalScope.push_event πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerGlobalScope.skipWaiting πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.active πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.getNotifications πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.navigationPreload πŸ“‹Safari3/14/2022 Firefox4/5/202222
api.ServiceWorkerRegistration.pushManager πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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 πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.showNotification πŸ“‹Firefox1/26/2016 Safari9/12/20222421
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.unregister πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.update πŸ“‹Firefox1/26/2016 Safari4/12/2018807
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 πŸ“‹Firefox11/14/2017 Safari4/12/2018149
api.ServiceWorkerRegistration.updatefound_event πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ServiceWorkerRegistration.waiting πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.ShadowRoot πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.ShadowRoot.activeElement πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.ShadowRoot.adoptedStyleSheets πŸ“‹Firefox5/31/2022 Safari3/27/2023300
api.ShadowRoot.clonable πŸ“‹Firefox2/20/2024 Safari3/5/202414
api.ShadowRoot.delegatesFocus πŸ“‹Safari9/20/2021 Firefox11/2/202143
api.ShadowRoot.elementFromPoint Safari3/27/2017 Firefox10/23/2018575
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 Safari4/12/2018 Firefox10/23/2018194
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 πŸ“‹Firefox12/11/2018 Safari3/27/20231567
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 πŸ“‹Firefox4/7/2020 Safari9/16/2020162
api.ShadowRoot.getHTML πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes Firefox6/24/2025 Safari9/15/202583
api.ShadowRoot.host πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.ShadowRoot.innerHTML πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes Firefox6/24/2025 Safari9/15/202583
api.ShadowRoot.mode πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.ShadowRoot.pointerLockElement πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.ShadowRoot.referenceTarget Safari9/15/2025 Firefox3/24/2026190
api.ShadowRoot.serializable πŸ“‹Firefox7/9/2024 Safari9/16/202469
api.ShadowRoot.setHTMLUnsafe πŸ“‹Firefox2/20/2024 Safari9/15/2025573
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.slotAssignment πŸ“‹Firefox9/7/2021 Safari3/27/2023566
api.ShadowRoot.styleSheets πŸ“‹Firefox10/23/2018 Safari3/25/2019153
api.SharedWorker πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorker.SharedWorker πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorker.SharedWorker.ecmascript_modules Safari9/20/2021 Firefox6/6/2023624
Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4.
api.SharedWorker.SharedWorker.mime_checks Firefox9/22/2020 Safari9/12/2022720
api.SharedWorker.SharedWorker.options_type_parameter Safari9/20/2021 Firefox6/6/2023624
api.SharedWorker.error_event πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorker.port πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorkerGlobalScope πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorkerGlobalScope.close πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SharedWorkerGlobalScope.connect_event πŸ“‹Firefox4/29/2014 Safari9/12/20223058
Firefox: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec.Firefox for Android: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec.
api.SharedWorkerGlobalScope.name πŸ“‹Firefox4/29/2014 Safari9/12/20223058
api.SourceBuffer πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.abort πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.abort_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.appendBuffer πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.appendWindowEnd πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.appendWindowStart πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.buffered πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.changeType πŸ“‹Firefox10/23/2018 Safari3/25/2019153
Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.error_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.mode πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.remove πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.timestampOffset πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBuffer.update_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.updateend_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.updatestart_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.updating πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.
api.SourceBufferList πŸ“‹Safari10/16/2014 Firefox11/3/2015383
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 πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.length πŸ“‹Safari10/16/2014 Firefox11/3/2015383
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.removesourcebuffer_event πŸ“‹Firefox11/3/2015 Safari3/27/2017510
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.SpeechRecognition πŸ“‹Safari4/26/2021 Firefox8/19/20251576
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 πŸ“‹Safari4/26/2021 Firefox8/19/20251576
api.SpeechRecognition.abort πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.audioend_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.audiostart_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.continuous πŸ“‹Safari4/26/2021 Firefox9/16/20251604
Chrome Android: The property can be set, but has no effect.Quest Browser: The property can be set, but has no effect.Opera Android: The property can be set, but has no effect.Samsung Internet: The property can be set, but has no effect.WebView Android: The property can be set, but has no effect.
api.SpeechRecognition.end_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.error_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.interimResults πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.lang πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.maxAlternatives πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.nomatch_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.result_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.soundend_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.soundstart_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.speechend_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.speechstart_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.start πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.start_event πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechRecognition.stop πŸ“‹Safari4/26/2021 Firefox9/16/20251604
api.SpeechSynthesis πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.cancel πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.getVoices πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.pause πŸ“‹Safari10/22/2013 Firefox9/20/20161064
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 πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.pending πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.resume πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.speak πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.speaking πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesis.voiceschanged_event πŸ“‹Firefox9/20/2016 Safari9/12/20222183
api.SpeechSynthesisErrorEvent πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent πŸ“‹Firefox9/20/2016 Safari9/12/20222183
api.SpeechSynthesisErrorEvent.error πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisEvent πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisEvent.SpeechSynthesisEvent πŸ“‹Firefox9/20/2016 Safari9/12/20222183
api.SpeechSynthesisEvent.charIndex πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisEvent.charLength πŸ“‹Firefox4/19/2017 Safari9/12/20221972
api.SpeechSynthesisEvent.elapsedTime πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisEvent.name πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisEvent.utterance πŸ“‹Firefox9/20/2016 Safari9/12/20222183
api.SpeechSynthesisUtterance πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.SpeechSynthesisUtterance πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.boundary_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
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 πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.error_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.lang πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.mark_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.pause_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.pitch πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.rate πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.resume_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.start_event πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.text πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.voice πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisUtterance.volume πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisVoice πŸ“‹Safari10/22/2013 Firefox9/20/20161064
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 πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisVoice.lang πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisVoice.localService πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisVoice.name πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.SpeechSynthesisVoice.voiceURI πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.StaticRange πŸ“‹Safari3/27/2017 Firefox9/3/2019890
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 πŸ“‹Firefox12/10/2019 Safari3/24/2020105
api.StaticRange.collapsed πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.StaticRange.endContainer πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.StaticRange.endOffset πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.StaticRange.startContainer πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.StaticRange.startOffset πŸ“‹Safari3/27/2017 Firefox9/3/2019890
api.StereoPannerNode πŸ“‹Firefox3/31/2015 Safari4/26/20212218
api.StereoPannerNode.StereoPannerNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.StereoPannerNode.pan πŸ“‹Firefox3/31/2015 Safari4/26/20212218
api.Storage πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.clear πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.getItem πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.key πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.length πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.removeItem πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Storage.setItem πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.StorageEvent πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.StorageEvent Firefox6/5/2012 Safari7/25/201250
api.StorageEvent.initStorageEvent πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.key πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.newValue πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.oldValue πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.storageArea πŸ“‹Safari6/8/2009 Firefox6/5/20121093
api.StorageEvent.url πŸ“‹Safari6/7/2010 Firefox6/5/2012729
api.StorageManager πŸ“‹Firefox11/14/2017 Safari12/13/20211490
api.StorageManager.estimate πŸ“‹Firefox11/14/2017 Safari9/18/20232134
api.StorageManager.getDirectory πŸ“‹Safari12/13/2021 Firefox3/14/2023456
api.StorageManager.persist πŸ“‹Firefox11/14/2017 Safari12/13/20211490
api.StorageManager.persisted πŸ“‹Firefox11/14/2017 Safari12/13/20211490
api.StyleSheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.disabled πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.href πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.media πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.ownerNode πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.parentStyleSheet πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.title πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheet.type πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheetList πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheetList.item πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.StyleSheetList.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.SubmitEvent πŸ“‹Firefox4/7/2020 Safari9/20/2021531
api.SubmitEvent.SubmitEvent πŸ“‹Firefox4/7/2020 Safari9/20/2021531
api.SubmitEvent.submitter πŸ“‹Firefox4/7/2020 Safari3/14/2022706
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.SubtleCrypto πŸ“‹Firefox12/1/2014 Safari9/19/20171023
Node.js: Available as a part of the crypto module.
api.SubtleCrypto.decrypt πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Firefox12/1/2014 Safari9/19/20171023
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 πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.SubtleCrypto.deriveKey πŸ“‹Firefox12/1/2014 Safari9/19/20171023
Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf πŸ“‹Safari9/19/2017 Firefox10/24/20232226
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac πŸ“‹Firefox12/1/2014 Safari9/19/20171023
api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_pbkdf2 πŸ“‹Safari9/19/2017 Firefox10/24/20232226
api.SubtleCrypto.deriveKey.x25519 πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.SubtleCrypto.digest πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari9/18/2023 Firefox8/6/2024323
api.SubtleCrypto.exportKey.x25519 πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.SubtleCrypto.generateKey πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari9/18/2023 Firefox8/6/2024323
api.SubtleCrypto.generateKey.x25519 πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.SubtleCrypto.importKey πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Deno: P-384 supported. Not supported: P-256, P-521.
api.SubtleCrypto.importKey.ECDSA πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Deno: P-384 supported. Not supported: P-256, P-521.
api.SubtleCrypto.importKey.ed25519 πŸ“‹Safari9/18/2023 Firefox8/6/2024323
api.SubtleCrypto.importKey.x25519 πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.SubtleCrypto.secure_context_required Firefox4/7/2020 Safari9/20/2021531
api.SubtleCrypto.sign πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA
api.SubtleCrypto.sign.ed25519 πŸ“‹Safari9/18/2023 Firefox8/6/2024323
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 πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH
api.SubtleCrypto.verify πŸ“‹Safari10/22/2013 Firefox12/1/2014405
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 πŸ“‹Safari9/18/2023 Firefox8/6/2024323
api.SubtleCrypto.worker_support Firefox8/2/2016 Safari9/19/2017413
api.SubtleCrypto.wrapKey πŸ“‹Safari10/22/2013 Firefox12/1/2014405
Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of Promise
api.Text πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Text.Text πŸ“‹Firefox9/17/2013 Safari10/16/2014394
api.Text.assignedSlot πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.Text.splitText πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.TextDecoder πŸ“‹Firefox2/19/2013 Safari3/27/20171497
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 πŸ“‹Firefox2/19/2013 Safari3/27/20171497
Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.
api.TextDecoder.decode πŸ“‹Firefox2/19/2013 Safari3/27/20171497
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 πŸ“‹Firefox2/19/2013 Safari3/27/20171497
Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.
api.TextDecoder.fatal πŸ“‹Firefox2/24/2015 Safari3/27/2017762
api.TextDecoder.ignoreBOM πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.TextDecoder.worker_support Firefox4/2/2013 Safari3/27/20171455
api.TextDecoderStream πŸ“‹Safari4/26/2021 Firefox9/20/2022512
Node.js: Available as a part of the stream/web module.
api.TextDecoderStream.TextDecoderStream πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextDecoderStream.encoding πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextDecoderStream.fatal πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextDecoderStream.ignoreBOM πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextDecoderStream.readable πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextDecoderStream.writable πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextEncoder πŸ“‹Firefox1/8/2013 Safari3/27/20171539
Node.js: Available as a part of the util module.
api.TextEncoder.TextEncoder πŸ“‹Firefox1/8/2013 Safari3/27/20171539
api.TextEncoder.encode πŸ“‹Firefox1/8/2013 Safari3/27/20171539
api.TextEncoder.encodeInto πŸ“‹Firefox3/19/2019 Safari4/26/2021769
api.TextEncoder.encoding πŸ“‹Firefox1/8/2013 Safari3/27/20171539
api.TextEncoder.worker_support Firefox4/2/2013 Safari3/27/20171455
api.TextEncoderStream πŸ“‹Safari4/26/2021 Firefox9/20/2022512
Node.js: Available as a part of the stream/web module.
api.TextEncoderStream.TextEncoderStream πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextEncoderStream.encoding πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextEncoderStream.readable πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextEncoderStream.writable πŸ“‹Safari4/26/2021 Firefox9/20/2022512
api.TextEvent πŸ“‹Safari10/26/2007 Firefox8/6/20246129
api.TextEvent.data πŸ“‹Safari10/26/2007 Firefox8/6/20246129
api.TextEvent.initTextEvent πŸ“‹Safari10/26/2007 Firefox8/6/20246129
api.TextMetrics πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.TextMetrics.actualBoundingBoxAscent πŸ“‹Safari4/12/2018 Firefox3/10/2020698
api.TextMetrics.actualBoundingBoxDescent πŸ“‹Safari4/12/2018 Firefox3/10/2020698
api.TextMetrics.actualBoundingBoxLeft πŸ“‹Safari4/12/2018 Firefox3/10/2020698
api.TextMetrics.actualBoundingBoxRight πŸ“‹Safari4/12/2018 Firefox3/10/2020698
api.TextMetrics.alphabeticBaseline πŸ“‹Safari4/12/2018 Firefox8/1/20231937
api.TextMetrics.emHeightAscent πŸ“‹Safari4/12/2018 Firefox9/26/20231993
api.TextMetrics.emHeightDescent πŸ“‹Safari4/12/2018 Firefox9/26/20231993
api.TextMetrics.fontBoundingBoxAscent πŸ“‹Safari4/12/2018 Firefox8/1/20231937
api.TextMetrics.fontBoundingBoxDescent πŸ“‹Safari4/12/2018 Firefox8/1/20231937
api.TextMetrics.hangingBaseline πŸ“‹Safari4/12/2018 Firefox8/1/20231937
api.TextMetrics.ideographicBaseline πŸ“‹Safari4/12/2018 Firefox8/1/20231937
api.TextMetrics.width πŸ“‹Firefox11/29/2005 Safari6/8/20091287
api.TextTrack πŸ“‹Safari7/25/2012 Firefox7/22/2014727
Firefox: Firefox versions before Firefox 50 didn't display captions when playing media without one or more video tracks being played.
api.TextTrack.activeCues πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrack.cuechange_event πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrack.cues πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.TextTrack.inBandMetadataTrackDispatchType πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.TextTrack.kind πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrack.label πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrack.language πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrack.mode πŸ“‹Safari7/25/2012 Firefox7/22/2014727
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 πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.endTime πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.enter_event πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.exit_event πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.id πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.pauseOnExit πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.startTime πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCue.track πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCueList πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCueList.getCueById πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackCueList.length πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackList πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackList.addtrack_event πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackList.change_event πŸ“‹Safari10/22/2013 Firefox7/22/2014273
api.TextTrackList.getTrackById πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.TextTrackList.length πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.TextTrackList.removetrack_event πŸ“‹Safari10/22/2013 Firefox7/22/2014273
api.TimeRanges πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.TimeRanges.end πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.TimeRanges.length πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.TimeRanges.start πŸ“‹Safari3/18/2008 Firefox3/22/20111099
api.ToggleEvent πŸ“‹Safari9/18/2023 Firefox11/21/202364
api.ToggleEvent.ToggleEvent πŸ“‹Safari9/18/2023 Firefox11/21/202364
api.ToggleEvent.newState πŸ“‹Safari9/18/2023 Firefox11/21/202364
api.ToggleEvent.oldState πŸ“‹Safari9/18/2023 Firefox11/21/202364
api.TrackEvent πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.TrackEvent.TrackEvent πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.TrackEvent.track πŸ“‹Safari7/25/2012 Firefox2/4/2014559
api.TransformStream πŸ“‹Safari4/26/2021 Firefox6/28/2022428
Node.js: Available as a part of the stream/web module.
api.TransformStream.TransformStream πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStream.readable πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStream.writable πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStreamDefaultController πŸ“‹Safari4/26/2021 Firefox6/28/2022428
Deno: TransformStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module.
api.TransformStreamDefaultController.desiredSize πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStreamDefaultController.enqueue πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStreamDefaultController.error πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransformStreamDefaultController.terminate πŸ“‹Safari4/26/2021 Firefox6/28/2022428
api.TransitionEvent πŸ“‹Firefox3/22/2011 Safari10/22/2013945
api.TransitionEvent.TransitionEvent πŸ“‹Firefox8/6/2013 Safari10/22/201377
api.TransitionEvent.elapsedTime πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.TransitionEvent.propertyName πŸ“‹Firefox3/22/2011 Safari7/25/2012491
api.TransitionEvent.pseudoElement πŸ“‹Safari7/25/2012 Firefox8/6/2013377
api.TreeWalker πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.currentNode πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.filter πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.firstChild πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.lastChild πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.nextNode πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.nextSibling πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.parentNode πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.previousNode πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.previousSibling πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.root πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TreeWalker.whatToShow πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.TrustedHTML πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedHTML.toJSON πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedHTML.toString πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScript πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScript.toJSON πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScript.toString πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScriptURL πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScriptURL.toJSON πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedScriptURL.toString πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicy πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicy.createHTML πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicy.createScript πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicy.createScriptURL πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicy.name πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.createPolicy πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.defaultPolicy πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.emptyHTML πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.emptyScript πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.getAttributeType πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.getPropertyType πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.isHTML πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.isScript πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.TrustedTypePolicyFactory.isScriptURL πŸ“‹Safari9/15/2025 Firefox2/24/2026162
api.UIEvent πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.UIEvent.UIEvent πŸ“‹Firefox3/13/2012 Safari10/22/2013588
api.UIEvent.detail πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.UIEvent.view πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.UIEvent.which πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox2/19/2013 Safari10/22/2013245
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 πŸ“‹Firefox12/10/2013 Safari4/26/20212694
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 πŸ“‹Firefox7/4/2023 Safari9/18/202376
api.URL.createObjectURL_static πŸ“‹Safari7/25/2012 Firefox2/19/2013209
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 πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.URL.host πŸ“‹Firefox6/25/2013 Safari10/22/2013119
api.URL.hostname πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.URL.href πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.URL.origin πŸ“‹Firefox12/10/2013 Safari9/20/20161015
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 πŸ“‹Firefox5/14/2024 Safari9/16/2024125
api.URL.password πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.URL.pathname πŸ“‹Firefox6/25/2013 Safari9/20/20161183
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 πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.URL.protocol πŸ“‹Firefox6/25/2013 Safari9/20/20161183
api.URL.revokeObjectURL_static πŸ“‹Safari7/25/2012 Firefox2/19/2013209
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 πŸ“‹Firefox6/25/2013 Safari9/20/20161183
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 πŸ“‹Firefox4/29/2014 Safari3/27/20171063
Node.js: An object matching the URLSearchParams interface is returned, but it contains no data.
api.URL.toJSON πŸ“‹Firefox6/13/2017 Safari9/19/201798
api.URL.toString πŸ“‹Safari10/22/2013 Firefox6/13/20171330
api.URL.username πŸ“‹Firefox12/10/2013 Safari9/20/20161015
api.URLPattern πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.URLPattern πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.URLPattern.ignoreCase_option πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.exec πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.hasRegExpGroups πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.hash πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.hostname πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.password πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.pathname πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.port πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.protocol πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.search πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.test πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLPattern.username πŸ“‹Firefox8/19/2025 Safari9/15/202527
api.URLSearchParams πŸ“‹Firefox4/29/2014 Safari3/27/20171063
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 πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.URLSearchParams.URLSearchParams πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.URLSearchParams.USVString Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.URLSearchParams.record Firefox6/13/2017 Safari9/19/201798
api.URLSearchParams.URLSearchParams.sequence Firefox4/19/2017 Safari9/19/2017153
api.URLSearchParams.append πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.delete πŸ“‹Firefox4/29/2014 Safari9/16/20202332
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 Firefox7/4/2023 Safari9/18/202376
api.URLSearchParams.entries πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.URLSearchParams.forEach πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.URLSearchParams.get πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.getAll πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.has πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.has.value_parameter Firefox7/4/2023 Safari9/18/202376
api.URLSearchParams.keys πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.URLSearchParams.set πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.size πŸ“‹Firefox4/11/2023 Safari9/18/2023160
api.URLSearchParams.sort πŸ“‹Firefox6/13/2017 Safari9/19/201798
api.URLSearchParams.toString πŸ“‹Firefox4/29/2014 Safari3/27/20171063
api.URLSearchParams.values πŸ“‹Firefox1/26/2016 Safari3/27/2017426
api.UserActivation πŸ“‹Safari3/27/2023 Firefox11/21/2023239
api.UserActivation.hasBeenActive πŸ“‹Safari3/27/2023 Firefox11/21/2023239
api.UserActivation.isActive πŸ“‹Safari3/27/2023 Firefox11/21/2023239
api.VTTCue πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.VTTCue πŸ“‹Firefox7/22/2014 Safari10/16/201486
api.VTTCue.align πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.getCueAsHTML πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.line πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.lineAlign πŸ“‹Firefox7/22/2014 Safari4/26/20212470
api.VTTCue.position πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.positionAlign πŸ“‹Firefox7/22/2014 Safari4/26/20212470
api.VTTCue.region πŸ“‹Firefox3/13/2018 Safari4/26/20211140
api.VTTCue.size πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.snapToLines πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.text πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTCue.text.all_html_character_references Safari5/13/2024 Firefox6/11/202429
api.VTTCue.vertical πŸ“‹Safari7/25/2012 Firefox7/22/2014727
api.VTTRegion πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.VTTRegion πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.id πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.lines πŸ“‹Firefox3/13/2018 Safari3/25/2019377
api.VTTRegion.regionAnchorX πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.regionAnchorY πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.scroll πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.viewportAnchorX πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.viewportAnchorY πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.VTTRegion.width πŸ“‹Safari10/22/2013 Firefox3/13/20181603
api.ValidityState πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.badInput πŸ“‹Safari10/22/2013 Firefox4/29/2014189
api.ValidityState.customError πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.patternMismatch πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.rangeOverflow πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.rangeUnderflow πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.stepMismatch πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.tooLong πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Safari9/20/2016 Firefox1/24/2017126
api.ValidityState.typeMismatch πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.valid πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.ValidityState.valueMissing πŸ“‹Safari6/7/2010 Firefox3/22/2011288
api.VideoColorSpace πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoColorSpace.VideoColorSpace πŸ“‹Safari9/18/2023 Firefox9/3/2024351
api.VideoColorSpace.fullRange πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoColorSpace.matrix πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoColorSpace.primaries πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoColorSpace.toJSON πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoColorSpace.transfer πŸ“‹Safari3/14/2022 Firefox9/3/2024904
api.VideoDecoder πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.VideoDecoder πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.close πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.configure πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.decode πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.decodeQueueSize πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.dequeue_event πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.flush πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.isConfigSupported_static πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.reset πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoDecoder.state πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.VideoEncoder πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.close πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.configure πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.dequeue_event πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.encode πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.encodeQueueSize πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.flush πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.isConfigSupported_static πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.reset πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoEncoder.state πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.VideoFrame πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.allocationSize πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.clone πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.close πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.codedHeight πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.codedRect πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.codedWidth πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.colorSpace πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.copyTo πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.displayHeight πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.displayWidth πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.duration πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.format πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.timestamp πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoFrame.visibleRect πŸ“‹Safari3/27/2023 Firefox9/3/2024526
api.VideoPlaybackQuality πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.creationTime πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.droppedVideoFrames πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.
api.VideoPlaybackQuality.totalVideoFrames πŸ“‹Safari10/16/2014 Firefox11/3/2015383
Internet Explorer: Only works on Windows 8+.
api.VideoTrack πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrack.id πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrack.kind πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrack.label πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrack.language πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrack.selected πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.addtrack_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.change_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.getTrackById πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.length πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.removetrack_event πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.VideoTrackList.selectedIndex πŸ“‹Safari10/22/2013 Firefox10/14/2014357
api.ViewTransition πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.ViewTransition.finished πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.ViewTransition.ready πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.ViewTransition.skipTransition πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.ViewTransition.types πŸ“‹Safari12/11/2024 Firefox1/13/2026398
api.ViewTransition.updateCallbackDone πŸ“‹Safari9/16/2024 Firefox10/14/2025393
api.ViewTransitionTypeSet πŸ“‹Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.@@iterator Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.add Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.clear Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.delete Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.entries Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.forEach Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.has Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.keys Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.size Safari12/11/2024 Firefox1/13/2026398
api.ViewTransitionTypeSet.values Safari12/11/2024 Firefox1/13/2026398
api.VisualViewport πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.height πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.offsetLeft πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.offsetTop πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.pageLeft πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.pageTop πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.resize_event πŸ“‹Safari9/19/2019 Firefox8/10/2021691
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 πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.VisualViewport.scroll_event πŸ“‹Safari9/19/2019 Firefox8/10/2021691
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.width πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.WEBGL_color_buffer_float πŸ“‹Firefox6/10/2014 Safari9/16/20202290
api.WEBGL_compressed_texture_astc πŸ“‹Firefox4/19/2017 Safari9/17/2018516
api.WEBGL_compressed_texture_astc.getSupportedProfiles πŸ“‹Firefox4/19/2017 Safari9/17/2018516
api.WEBGL_compressed_texture_s3tc πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.WEBGL_compressed_texture_s3tc_srgb πŸ“‹Firefox8/8/2017 Safari4/26/20211357
api.WEBGL_debug_renderer_info πŸ“‹Safari3/21/2016 Firefox4/19/2017394
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 πŸ“‹Firefox9/28/2017 Safari9/16/20201084
api.WEBGL_debug_shaders.getTranslatedShaderSource πŸ“‹Firefox9/28/2017 Safari9/16/20201084
api.WEBGL_depth_texture πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.WEBGL_draw_buffers πŸ“‹Firefox3/18/2014 Safari9/30/2015561
api.WEBGL_draw_buffers.drawBuffersWEBGL πŸ“‹Firefox3/18/2014 Safari9/30/2015561
api.WEBGL_lose_context πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.WEBGL_lose_context.loseContext πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.WEBGL_lose_context.restoreContext πŸ“‹Firefox6/25/2013 Safari10/16/2014478
api.WGSLLanguageFeatures πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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.forEach πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari3/27/2023 Firefox5/14/2024414
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 πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.WaveShaperNode.WaveShaperNode πŸ“‹Firefox4/19/2017 Safari4/26/20211468
api.WaveShaperNode.curve πŸ“‹Safari7/25/2012 Firefox10/29/2013461
api.WaveShaperNode.oversample πŸ“‹Safari7/25/2012 Firefox12/10/2013503
api.WebGL2RenderingContext πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.activeTexture πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.attachShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.beginQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.beginTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindAttribLocation πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindBuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindBufferBase πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindBufferRange πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindRenderbuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindSampler πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindTexture πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bindVertexArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blendColor πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blendEquation πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blendEquationSeparate πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blendFunc πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blendFuncSeparate πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.blitFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bufferData πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.bufferSubData πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.canvas πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.checkFramebufferStatus πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clear πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearBufferfi πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearBufferfv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearBufferiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearBufferuiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearColor πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearDepth πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clearStencil πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.clientWaitSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.colorMask πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.compileShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.compressedTexImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.compressedTexImage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.compressedTexSubImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.compressedTexSubImage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.copyBufferSubData πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.copyTexImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.copyTexSubImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.copyTexSubImage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createBuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createRenderbuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createSampler πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createTexture πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.createVertexArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.cullFace πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteBuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteRenderbuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteSampler πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteTexture πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.deleteVertexArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.depthFunc πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.depthMask πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.depthRange πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.detachShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.disable πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.disableVertexAttribArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawArrays πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawArraysInstanced πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawBuffers πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawElements πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawElementsInstanced πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawRangeElements πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawingBufferColorSpace πŸ“‹Safari3/27/2023 Firefox10/29/2024582
Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality.
api.WebGL2RenderingContext.drawingBufferHeight πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.drawingBufferWidth πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.enable πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.enableVertexAttribArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.endQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.endTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.fenceSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.finish πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.flush πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.framebufferRenderbuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.framebufferTexture2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.framebufferTextureLayer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.frontFace πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.generateMipmap πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getActiveAttrib πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getActiveUniform πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getActiveUniformBlockName πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getActiveUniformBlockParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getActiveUniforms πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getAttachedShaders πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getAttribLocation πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getBufferParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getBufferSubData πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getContextAttributes πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getError πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getExtension πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getFragDataLocation πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getFramebufferAttachmentParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getIndexedParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getInternalformatParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getProgramInfoLog πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getProgramParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getQueryParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getRenderbufferParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getSamplerParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getShaderInfoLog πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getShaderParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getShaderPrecisionFormat πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getShaderSource πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getSupportedExtensions πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getSyncParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getTexParameter πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getTransformFeedbackVarying πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getUniform πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getUniformBlockIndex πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getUniformIndices πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getUniformLocation πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getVertexAttrib πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.getVertexAttribOffset πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.hint πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.invalidateFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.invalidateSubFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isBuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isContextLost πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isEnabled πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isFramebuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isRenderbuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isSampler πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isShader πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isTexture πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.isVertexArray πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.lineWidth πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.linkProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.pauseTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.pixelStorei πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.polygonOffset πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.readBuffer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.readPixels πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.renderbufferStorage πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.renderbufferStorageMultisample πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.resumeTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.sampleCoverage πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.samplerParameterf πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.samplerParameteri πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.scissor πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.shaderSource πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilFunc πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilFuncSeparate πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilMask πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilMaskSeparate πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilOp πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.stencilOpSeparate πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGL2RenderingContext.texImage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texParameterf πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texParameteri πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texStorage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texStorage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.texSubImage2D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGL2RenderingContext.texSubImage3D πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.transformFeedbackVaryings πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1i πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1iv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1ui πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform1uiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2i πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2iv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2ui πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform2uiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3i πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3iv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3ui πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform3uiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4i πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4iv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4ui πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniform4uiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformBlockBinding πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix2fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix2x3fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix2x4fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix3fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix3x2fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix3x4fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix4fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix4x2fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.uniformMatrix4x3fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.useProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.validateProgram πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib1f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib1fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib2f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib2fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib3f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib3fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib4f πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttrib4fv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribDivisor πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribI4i πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribI4iv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribI4ui πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribI4uiv πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribIPointer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.vertexAttribPointer πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.viewport πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGL2RenderingContext.waitSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLActiveInfo πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLActiveInfo.name πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLActiveInfo.size πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLActiveInfo.type πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLBuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLContextEvent πŸ“‹Safari7/20/2011 Firefox9/20/20161889
api.WebGLContextEvent.WebGLContextEvent πŸ“‹Safari7/25/2012 Firefox9/20/20161518
api.WebGLContextEvent.statusMessage πŸ“‹Safari7/20/2011 Firefox9/20/20161889
api.WebGLFramebuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLQuery πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext πŸ“‹Firefox3/22/2011 Safari7/20/2011120
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 πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.attachShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bindAttribLocation πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bindBuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bindFramebuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bindRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bindTexture πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.blendColor πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.blendEquation πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.blendEquationSeparate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.blendFunc πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.blendFuncSeparate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bufferData πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.bufferSubData πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.canvas πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.checkFramebufferStatus πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.clear πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.clearColor πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.clearDepth πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.clearStencil πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.colorMask πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.compileShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.compressedTexImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.compressedTexSubImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.copyTexImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.copyTexSubImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createBuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createFramebuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.createTexture πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.cullFace πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteBuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteFramebuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.deleteTexture πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.depthFunc πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.depthMask πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.depthRange πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.detachShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.disable πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.disableVertexAttribArray πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.drawArrays πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.drawElements πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.drawingBufferColorSpace πŸ“‹Safari3/27/2023 Firefox10/29/2024582
Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality.
api.WebGLRenderingContext.drawingBufferHeight πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.drawingBufferWidth πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.enable πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.enableVertexAttribArray πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.finish πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.flush πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.framebufferRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.framebufferTexture2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.frontFace πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.generateMipmap πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getActiveAttrib πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getActiveUniform πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getAttachedShaders πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getAttribLocation πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getBufferParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getContextAttributes πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getError πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getExtension πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getFramebufferAttachmentParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getProgramInfoLog πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getProgramParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getRenderbufferParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getShaderInfoLog πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getShaderParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getShaderPrecisionFormat πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getShaderSource πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getSupportedExtensions πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getTexParameter πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getUniform πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getUniformLocation πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getVertexAttrib πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.getVertexAttribOffset πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.hint πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isBuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isContextLost πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isEnabled πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isFramebuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isRenderbuffer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.isTexture πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.lineWidth πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.linkProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.pixelStorei πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.polygonOffset πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.readPixels πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.renderbufferStorage πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.sampleCoverage πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.scissor πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.shaderSource πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilFunc πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilFuncSeparate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilMask πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilMaskSeparate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilOp πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.stencilOpSeparate πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.texImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGLRenderingContext.texParameterf πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.texParameteri πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.texSubImage2D πŸ“‹Firefox3/22/2011 Safari7/20/2011120
Firefox for Android: Textures from video elements are not supported. See bug 1884282.
api.WebGLRenderingContext.uniform1f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform1fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform1i πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform1iv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform2f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform2fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform2i πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform2iv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform3f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform3fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform3i πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform3iv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform4f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform4fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform4i πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniform4iv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniformMatrix2fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniformMatrix3fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.uniformMatrix4fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.useProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.validateProgram πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib1f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib1fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib2f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib2fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib3f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib3fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib4f πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttrib4fv πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.vertexAttribPointer πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLRenderingContext.viewport πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLSampler πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLShader πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLShaderPrecisionFormat πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLShaderPrecisionFormat.precision πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLShaderPrecisionFormat.rangeMax πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLShaderPrecisionFormat.rangeMin πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLSync πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLTexture πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLTransformFeedback πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLUniformLocation πŸ“‹Firefox3/22/2011 Safari7/20/2011120
api.WebGLVertexArrayObject πŸ“‹Firefox1/24/2017 Safari9/20/20211700
api.WebGLVertexArrayObjectOES πŸ“‹Safari7/20/2011 Firefox10/29/2013832
api.WebSocket πŸ“‹Safari6/7/2010 Firefox3/13/2012645
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 πŸ“‹Safari6/7/2010 Firefox3/13/2012645
api.WebSocket.WebSocket.url_parameter_http_https_relative Safari1/22/2024 Firefox3/19/202457
api.WebSocket.binaryType πŸ“‹Firefox3/13/2012 Safari7/25/2012134
api.WebSocket.bufferedAmount πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.close πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.close_event πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.error_event πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.extensions πŸ“‹Firefox11/8/2011 Safari7/25/2012260
api.WebSocket.message_event πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.open_event πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.protocol πŸ“‹Firefox9/27/2011 Safari7/25/2012302
api.WebSocket.protocol_rfc_6455 Firefox3/13/2012 Safari7/25/2012134
api.WebSocket.readyState πŸ“‹Safari6/7/2010 Firefox9/27/2011477
api.WebSocket.send πŸ“‹Safari6/7/2010 Firefox1/8/2013946
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 πŸ“‹Firefox9/27/2011 Safari7/25/2012302
api.WebSocket.worker_support Safari6/7/2010 Firefox3/31/20151758
api.WheelEvent πŸ“‹Safari10/26/2007 Firefox11/20/20121852
api.WheelEvent.WheelEvent πŸ“‹Firefox11/20/2012 Safari10/22/2013336
api.WheelEvent.deltaMode πŸ“‹Firefox11/20/2012 Safari10/22/2013336
api.WheelEvent.deltaX πŸ“‹Firefox11/20/2012 Safari10/16/2014695
Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double.
api.WheelEvent.deltaY πŸ“‹Firefox11/20/2012 Safari10/16/2014695
Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double.
api.WheelEvent.deltaZ πŸ“‹Firefox11/20/2012 Safari10/16/2014695
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 Firefox8/8/2017 Safari9/20/20211504
api.WheelEvent.wheelDelta Safari10/26/2007 Firefox7/13/20215009
api.WheelEvent.wheelDeltaX Safari10/26/2007 Firefox7/13/20215009
api.WheelEvent.wheelDeltaY Safari10/26/2007 Firefox7/13/20215009
api.Window πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Node.js: The Window interface is not implemented, but some methods, and properties are available in the global scope.
api.Window.DOMContentLoaded_event πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.Window.afterprint_event πŸ“‹Firefox8/16/2011 Safari9/19/20192956
api.Window.alert πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.beforeprint_event πŸ“‹Firefox8/16/2011 Safari9/19/20192956
api.Window.beforeunload_event πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.beforeunload_event.event_returnvalue_activation Firefox8/16/2011 Safari10/16/20141157
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 Firefox1/26/2016 Safari3/21/201655
api.Window.beforeunload_event.preventdefault_activation Firefox8/16/2011 Safari9/19/20172226
api.Window.beforeunload_event.return_string_activation Firefox11/9/2004 Safari10/26/20071081
api.Window.blur πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.blur_event πŸ“‹Safari7/20/2011 Firefox8/16/201127
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 πŸ“‹Firefox8/6/2013 Safari10/22/201377
api.Window.captureEvents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.close πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.confirm πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari3/31/2025 Firefox6/24/202585
api.Window.customElements πŸ“‹Safari3/27/2017 Firefox10/23/2018575
api.Window.devicePixelRatio πŸ“‹Safari10/26/2007 Firefox1/8/20131901
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 πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.Window.deviceorientation_event πŸ“‹Firefox8/16/2011 Safari9/18/20234416
api.Window.document πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.error_event πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.Window.event πŸ“‹Safari10/24/2003 Firefox3/19/20195625
api.Window.find Firefox11/9/2004 Safari10/26/20071081
api.Window.focus πŸ“‹Safari6/23/2003 Firefox11/9/2004505
Chrome: Starting in Chrome 66, opening a popup in fullscreen mode and calling this function will end fullscreen mode.
api.Window.focus_event πŸ“‹Safari7/20/2011 Firefox8/16/201127
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.frames πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.gamepadconnected_event πŸ“‹Firefox6/1/2021 Safari9/12/2022468
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 πŸ“‹Firefox6/1/2021 Safari9/12/2022468
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 Firefox6/30/2009 Safari7/20/2011750
api.Window.getComputedStyle.returns_CSSStyleProperties πŸ“‹Safari9/15/2025 Firefox11/11/202557
api.Window.getSelection πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.hashchange_event πŸ“‹Firefox1/21/2010 Safari6/7/2010137
Chrome: A regular Event object is fired, rather than a HashChangeEvent object.
api.Window.history πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.innerHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Firefox9/2/2014 Safari3/27/2017937
api.Window.length πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.load_event πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Window.localStorage πŸ“‹Safari6/8/2009 Firefox6/30/200922
Deno: The key used for the Web Storage bucket is based on various factors. See the Deno manual.
api.Window.location πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.matchMedia πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.Window.menubar πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.message_event πŸ“‹Safari6/8/2009 Firefox12/20/2011925
api.Window.messageerror_event πŸ“‹Firefox11/14/2017 Safari3/27/20231959
api.Window.moveBy πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.moveTo πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.moveTo.relative-multi-screen Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari12/12/2025 Firefox1/13/202632
api.Window.navigator πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.offline_event πŸ“‹Safari6/8/2009 Firefox12/20/2011925
api.Window.online_event πŸ“‹Safari6/8/2009 Firefox12/20/2011925
api.Window.open πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.once_per_event Safari9/19/2017 Firefox1/29/2019497
api.Window.open.relative-multi-screen Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.outerHeight πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.outerWidth πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.pagehide_event πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.Window.pageshow_event πŸ“‹Safari6/7/2010 Firefox8/16/2011435
api.Window.parent πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.Window.personalbar πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.popstate_event πŸ“‹Safari6/7/2010 Firefox3/22/2011288
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 πŸ“‹Firefox6/17/2008 Safari6/8/2009356
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.transfer_parameter Safari6/7/2010 Firefox4/2/20131030
api.Window.print πŸ“‹Safari10/24/2003 Firefox11/9/2004382
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.Window.releaseEvents πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.requestAnimationFrame πŸ“‹Firefox8/6/2013 Safari10/22/201377
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.resizeBy πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari10/24/2003 Firefox11/9/2004382
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.screen πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.screenLeft πŸ“‹Safari6/23/2003 Firefox12/11/20185650
api.Window.screenLeft.relative-multi-screen Safari6/23/2003 Firefox12/11/20185650
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 πŸ“‹Safari6/23/2003 Firefox12/11/20185650
api.Window.screenTop.relative-multi-screen Safari6/23/2003 Firefox12/11/20185650
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Safari6/23/2003 Firefox11/9/2004505
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Safari6/23/2003 Firefox12/11/20185650
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 πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.scroll.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
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 Firefox2/24/2015 Safari3/27/2017762
api.Window.scroll.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Window.scrollBy πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.scrollBy.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
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 Firefox2/24/2015 Safari3/27/2017762
api.Window.scrollBy.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Window.scrollTo πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.scrollTo.options_behavior_parameter Firefox2/24/2015 Safari9/16/20202031
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 Firefox2/24/2015 Safari3/27/2017762
api.Window.scrollTo.options_top_parameter Firefox2/24/2015 Safari3/27/2017762
api.Window.scrollX πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.scrollY πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.scrollbars πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.self πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.sessionStorage πŸ“‹Firefox10/24/2006 Safari6/8/2009958
api.Window.speechSynthesis πŸ“‹Safari10/22/2013 Firefox9/20/20161064
api.Window.status πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.Window.statusbar πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.stop πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.storage_event πŸ“‹Safari6/8/2009 Firefox3/8/20162465
api.Window.toolbar πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.top πŸ“‹Firefox11/9/2004 Safari10/26/20071081
Firefox: Starting in Firefox 6, this property is read only, as defined by the standard.
api.Window.unhandledrejection_event πŸ“‹Safari9/19/2017 Firefox9/3/2019714
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.Window.visualViewport πŸ“‹Safari9/19/2019 Firefox8/10/2021691
api.Window.window πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.WindowClient πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.WindowClient.focus πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.WindowClient.focused πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.WindowClient.navigate πŸ“‹Firefox11/15/2016 Safari9/12/20222127
Safari: This method exists, but always throws NotSupportedError.Safari on iOS: This method exists, but always throws NotSupportedError.
api.WindowClient.visibilityState πŸ“‹Firefox1/26/2016 Safari4/12/2018807
api.Worker πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Safari6/8/2009 Firefox6/30/200922
Node.js: Takes entirely different options parameters.
api.Worker.Worker.ecmascript_modules Safari9/20/2021 Firefox6/6/2023624
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.mime_checks Firefox9/22/2020 Safari9/12/2022720
api.Worker.Worker.options_name_parameter Firefox8/8/2017 Safari3/25/2019594
api.Worker.Worker.options_type_parameter Safari9/20/2021 Firefox6/6/2023624
Deno: Only supports module
api.Worker.error_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
Node.js: Supports the event, but only via Node EventEmitter.
api.Worker.message_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
Node.js: Supports the event, but only via Node EventEmitter.
api.Worker.messageerror_event πŸ“‹Firefox11/14/2017 Safari3/27/20231959
Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter.
api.Worker.postMessage πŸ“‹Safari6/8/2009 Firefox6/30/200922
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.terminate πŸ“‹Safari6/8/2009 Firefox6/30/200922
Node.js: Returns a Promise.Node.js: Takes an optional callback parameter to be executed when the worker has terminated.
api.Worker.worker_support Firefox12/1/2014 Safari3/27/20233038
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 πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerGlobalScope.error_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerGlobalScope.fonts πŸ“‹Safari9/20/2021 Firefox9/20/2022365
api.WorkerGlobalScope.importScripts πŸ“‹Safari6/8/2009 Firefox3/22/2011652
api.WorkerGlobalScope.importScripts.mime_checks Firefox5/21/2019 Safari9/12/20221210
api.WorkerGlobalScope.location πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerGlobalScope.navigator πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerGlobalScope.offline_event πŸ“‹Firefox4/29/2014 Safari10/16/2014170
api.WorkerGlobalScope.online_event πŸ“‹Firefox4/29/2014 Safari10/16/2014170
api.WorkerGlobalScope.rejectionhandled_event πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.WorkerGlobalScope.securitypolicyviolation_event πŸ“‹Safari9/20/2016 Firefox10/23/2018763
api.WorkerGlobalScope.self πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerGlobalScope.unhandledrejection_event πŸ“‹Safari9/19/2017 Firefox9/3/2019714
api.WorkerLocation πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.hash πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.host πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.hostname πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.href πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.origin πŸ“‹Firefox4/29/2014 Safari9/20/2016875
api.WorkerLocation.pathname πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.port πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.protocol πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.search πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerLocation.toString πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerNavigator πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerNavigator.appCodeName πŸ“‹Firefox6/30/2009 Safari9/20/20162639
api.WorkerNavigator.appName πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerNavigator.appVersion πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.WorkerNavigator.gpu πŸ“‹Firefox7/22/2025 Safari9/15/202555
Chrome: Supported on ChromeOS, macOS, and Windows.Chrome: Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144.Edge: Supported on ChromeOS, macOS, and Windows.Edge: Supported on Linux (Intel Gen12+ GPUs only) since Edge 144.Firefox: Supports all contexts except service workers. See bug 1942431.Firefox: Supports Windows since Firefox 141. See bug 1972486.Firefox: Supports macOS Tahoe on Apple silicon since Firefox 145. See bug 1992212.Firefox: Supports older macOS versions on Apple silicon since 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 πŸ“‹Firefox8/2/2016 Safari3/14/20222050
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 πŸ“‹Firefox6/30/2009 Safari9/20/20162639
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 πŸ“‹Firefox9/2/2014 Safari3/27/2017937
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 πŸ“‹Firefox1/11/2022 Safari3/14/202262
api.WorkerNavigator.mediaCapabilities πŸ“‹Firefox10/23/2018 Safari3/14/20221238
api.WorkerNavigator.onLine πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Safari3/27/2023 Firefox11/26/2024610
api.WorkerNavigator.platform πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 πŸ“‹Firefox6/30/2009 Safari9/20/20162639
api.WorkerNavigator.serviceWorker πŸ“‹Safari4/12/2018 Firefox11/26/20242420
api.WorkerNavigator.storage πŸ“‹Firefox11/14/2017 Safari12/13/20211490
api.WorkerNavigator.userAgent πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.Worklet πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.Worklet.addModule πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.Worklet.ecmascript_modules Safari9/20/2021 Firefox6/6/2023624
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 πŸ“‹Firefox5/5/2020 Safari4/26/2021356
api.WritableStream πŸ“‹Safari4/26/2021 Firefox5/3/2022372
Node.js: Available as a part of the stream/web module.
api.WritableStream.WritableStream πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStream.abort πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStream.close πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStream.getWriter πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStream.locked πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultController πŸ“‹Safari4/26/2021 Firefox5/3/2022372
Node.js: Available as a part of the stream/web module.
api.WritableStreamDefaultController.error πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultController.signal πŸ“‹Firefox5/3/2022 Safari3/27/2023328
api.WritableStreamDefaultWriter πŸ“‹Safari4/26/2021 Firefox5/3/2022372
Node.js: Available as a part of the stream/web module.
api.WritableStreamDefaultWriter.WritableStreamDefaultWriter πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.abort πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.close πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.closed πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.desiredSize πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.ready πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.releaseLock πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.WritableStreamDefaultWriter.write πŸ“‹Safari4/26/2021 Firefox5/3/2022372
api.XMLDocument πŸ“‹Firefox11/9/2004 Safari9/20/20164333
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 πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Implemented via ActiveXObject('Microsoft.XMLHTTP')
api.XMLHttpRequest.XMLHttpRequest πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XMLHttpRequest.abort πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.XMLHttpRequest.abort_event πŸ“‹Safari4/15/2005 Firefox6/30/20091537
api.XMLHttpRequest.authorization_removed_cross_origin πŸ“‹Safari10/24/2022 Firefox3/14/2023141
api.XMLHttpRequest.error_event πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.XMLHttpRequest.getAllResponseHeaders πŸ“‹Safari2/2/2004 Firefox11/9/2004281
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 Safari9/19/2017 Firefox12/11/2018448
api.XMLHttpRequest.getResponseHeader πŸ“‹Safari2/2/2004 Firefox11/9/2004281
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 πŸ“‹Firefox11/9/2004 Safari4/15/2005157
api.XMLHttpRequest.loadend_event πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.XMLHttpRequest.loadstart_event πŸ“‹Safari4/15/2005 Firefox6/30/20091537
api.XMLHttpRequest.open πŸ“‹Safari2/2/2004 Firefox11/9/2004281
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 πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Implemented via ActiveXObject
api.XMLHttpRequest.progress_event πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XMLHttpRequest.readyState πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.XMLHttpRequest.readystatechange_event πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.XMLHttpRequest.response πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.XMLHttpRequest.responseText πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Before Internet Explorer 10, the value of XMLHttpRequest.responseText could be read only once the request was complete.
api.XMLHttpRequest.responseType πŸ“‹Safari7/20/2011 Firefox8/16/201127
api.XMLHttpRequest.responseType.arraybuffer_value Safari7/20/2011 Firefox8/16/201127
api.XMLHttpRequest.responseType.blob_value Safari7/20/2011 Firefox8/16/201127
api.XMLHttpRequest.responseType.document_value Firefox3/13/2012 Safari10/22/2013588
api.XMLHttpRequest.responseType.json_value Firefox1/31/2012 Safari10/22/2013630
api.XMLHttpRequest.responseURL πŸ“‹Firefox9/2/2014 Safari10/16/201444
api.XMLHttpRequest.responseXML πŸ“‹Firefox11/9/2004 Safari10/26/20071081
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 πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.XMLHttpRequest.send.body_ArrayBufferView_type Firefox4/2/2013 Safari10/22/2013203
api.XMLHttpRequest.send.body_ArrayBuffer_type Firefox12/20/2011 Safari7/25/2012218
api.XMLHttpRequest.send.body_Blob_type Firefox10/24/2006 Safari7/25/20122101
api.XMLHttpRequest.send.body_FormData_type Firefox10/24/2006 Safari7/25/20122101
api.XMLHttpRequest.send.body_URLSearchParams_type Firefox1/26/2016 Safari9/20/20212064
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.setRequestHeader πŸ“‹Safari2/2/2004 Firefox11/9/2004281
api.XMLHttpRequest.status πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject()
api.XMLHttpRequest.statusText πŸ“‹Safari2/2/2004 Firefox11/9/2004281
Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject()
api.XMLHttpRequest.timeout πŸ“‹Firefox4/24/2012 Safari10/22/2013546
api.XMLHttpRequest.timeout_event πŸ“‹Firefox4/24/2012 Safari10/22/2013546
api.XMLHttpRequest.upload πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequest.withCredentials πŸ“‹Safari6/8/2009 Firefox6/30/200922
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 Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestEventTarget πŸ“‹Safari6/23/2003 Firefox11/9/2004505
api.XMLHttpRequestUpload πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.abort_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.error_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.load_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.loadend_event πŸ“‹Safari6/8/2009 Firefox6/21/2011743
api.XMLHttpRequestUpload.loadstart_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.progress_event πŸ“‹Safari6/8/2009 Firefox6/30/200922
api.XMLHttpRequestUpload.timeout_event πŸ“‹Firefox4/24/2012 Safari10/22/2013546
api.XMLSerializer πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XMLSerializer.XMLSerializer πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XMLSerializer.serializeToString πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathEvaluator πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathEvaluator.XPathEvaluator πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathEvaluator.createExpression πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathEvaluator.createNSResolver πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathEvaluator.evaluate πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathExpression πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathExpression.evaluate πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.booleanValue πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.invalidIteratorState πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.iterateNext πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.numberValue πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.resultType πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.singleNodeValue πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.snapshotItem πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.snapshotLength πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XPathResult.stringValue πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.XSLTProcessor πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.XSLTProcessor πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.clearParameters πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.getParameter πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.removeParameter πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.reset πŸ“‹Firefox11/9/2004 Safari3/18/20081225
api.XSLTProcessor.setParameter πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 πŸ“‹Firefox11/9/2004 Safari3/18/20081225
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 πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.atob.worker_support Firefox3/22/2011 Safari9/20/20162009
api.btoa πŸ“‹Firefox11/9/2004 Safari10/26/20071081
api.btoa.worker_support Firefox3/22/2011 Safari9/20/20162009
api.caches πŸ“‹Firefox9/22/2015 Safari4/12/2018933
api.caches.secure_context_required Safari4/12/2018 Firefox7/26/20221566
api.caches.worker_support Firefox9/22/2015 Safari4/12/2018933
api.clearInterval πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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 Safari6/8/2009 Firefox6/30/200922
api.clearTimeout πŸ“‹Firefox11/9/2004 Safari6/8/20091672
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 Safari6/8/2009 Firefox6/30/200922
api.console πŸ“‹Safari10/26/2007 Firefox3/22/20111243
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 πŸ“‹Safari6/8/2009 Firefox3/18/20141744
Node.js: Throws error when assertion fails.
api.console.clear_static πŸ“‹Safari10/22/2013 Firefox7/2/2015618
api.console.countReset_static πŸ“‹Firefox9/5/2018 Safari9/19/2019379
api.console.count_static πŸ“‹Safari6/8/2009 Firefox6/10/20141828
api.console.debug_static πŸ“‹Safari6/8/2009 Firefox6/21/2011743
Node.js: Since Node.js 8.10.0, this method is an alias for console.log.
api.console.dir_static πŸ“‹Safari6/8/2009 Firefox11/8/2011883
api.console.dirxml_static πŸ“‹Safari6/8/2009 Firefox7/2/20152215
Node.js: Does not use Logger to log data.
api.console.error_static πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.console.groupCollapsed_static πŸ“‹Safari7/20/2011 Firefox12/20/2011153
Node.js: Alias for console.group
api.console.groupEnd_static πŸ“‹Safari6/8/2009 Firefox12/20/2011925
api.console.group_static πŸ“‹Safari6/8/2009 Firefox12/20/2011925
api.console.info_static πŸ“‹Safari10/26/2007 Firefox3/22/20111243
Node.js: Alias for console.log
api.console.log_static πŸ“‹Safari10/26/2007 Firefox3/22/20111243
api.console.profileEnd_static Safari6/8/2009 Firefox3/8/20224656
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 Safari6/8/2009 Firefox3/8/20224656
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 Safari10/26/2007 Firefox12/20/20111516
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 πŸ“‹Safari10/22/2013 Firefox12/1/2014405
api.console.timeEnd_static πŸ“‹Safari6/8/2009 Firefox1/31/2012967
api.console.timeLog_static πŸ“‹Firefox9/5/2018 Safari9/19/2019379
api.console.timeStamp_static Safari7/25/2012 Firefox3/8/20223513
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.time_static πŸ“‹Safari6/8/2009 Firefox1/31/2012967
api.console.trace_static πŸ“‹Safari6/8/2009 Firefox8/16/2011799
api.console.warn_static πŸ“‹Safari10/26/2007 Firefox3/22/20111243
Node.js: Alias for console.error
api.console.worker_support Safari10/22/2013 Firefox4/29/2014189
api.createImageBitmap πŸ“‹Firefox11/3/2015 Safari9/20/20212148
api.createImageBitmap.options_colorSpaceConversion_parameter Safari9/20/2021 Firefox3/8/2022169
api.createImageBitmap.options_imageOrientation_parameter Safari9/20/2021 Firefox10/5/202115
api.createImageBitmap.options_imageOrientation_parameter.from-image Safari9/12/2022 Firefox3/14/2023183
api.createImageBitmap.options_premultiplyAlpha_parameter Firefox10/5/2021 Safari9/18/2023713
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 Safari9/20/2021 Firefox3/8/2022169
api.createImageBitmap.options_resizeWidth_parameter Safari9/20/2021 Firefox3/8/2022169
api.createImageBitmap.svgimageelement_as_source_image Firefox1/29/2019 Safari12/11/20231777
api.crossOriginIsolated πŸ“‹Firefox1/7/2020 Safari12/13/2021706
api.crypto πŸ“‹Firefox11/9/2004 Safari6/7/20102036
Node.js: Available as a part of the crypto module.
api.crypto.worker_support Firefox8/2/2016 Safari3/27/2017237
api.fetch πŸ“‹Firefox7/2/2015 Safari3/27/2017634
Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.
api.fetch.authorization_removed_cross_origin πŸ“‹Safari10/24/2022 Firefox3/14/2023141
api.fetch.blob_data_support Firefox7/2/2015 Safari3/27/2017634
api.fetch.init_keepalive_parameter Safari9/19/2019 Firefox11/26/20241895
api.fetch.init_priority_parameter Safari12/11/2023 Firefox10/29/2024323
api.fetch.init_referrerPolicy_parameter Firefox3/7/2017 Safari4/12/2018401
api.fetch.init_signal_parameter Firefox11/14/2017 Safari4/12/2018149
api.indexedDB πŸ“‹Firefox10/9/2012 Safari10/16/2014737
api.indexedDB.worker_support Firefox3/31/2015 Safari9/20/2016539
api.isSecureContext πŸ“‹Firefox9/20/2016 Safari4/12/2018569
api.isSecureContext.worker_support Firefox3/7/2017 Safari4/12/2018401
api.origin πŸ“‹Firefox6/13/2017 Safari9/19/201798
api.performance πŸ“‹Firefox9/27/2011 Safari10/16/20141115
Node.js: Available as a part of the perf_hooks module.
api.performance.worker_support Firefox12/1/2014 Safari9/19/20171023
Node.js: Available as a part of the perf_hooks module.
api.queueMicrotask πŸ“‹Safari3/25/2019 Firefox9/3/2019162
api.reportError πŸ“‹Firefox10/5/2021 Safari3/14/2022160
api.setInterval πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.supports_parameters_for_callback Safari2/2/2004 Firefox11/9/2004281
api.setInterval.worker_support Safari6/8/2009 Firefox6/30/200922
api.setTimeout πŸ“‹Safari6/23/2003 Firefox11/9/2004505
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.supports_parameters_for_callback Safari2/2/2004 Firefox11/9/2004281
api.setTimeout.worker_support Safari6/8/2009 Firefox6/30/200922
api.structuredClone πŸ“‹Firefox11/2/2021 Safari3/14/2022132
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 πŸ“‹Safari9/15/2025 Firefox2/24/2026162