Skip to content

Commit

Permalink
PerformanceObserver.supportedEntryTypes in Firefox (#9333)
Browse files Browse the repository at this point in the history
* PerformanceObserver.supportedEntryTypes in Firefox

Bugzilla says v66: https://bugzilla.mozilla.org/show_bug.cgi?id=1512225
but I tested on BrowserStack that it's available only in v68

* Update api/PerformanceObserver.json

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

* PerformanceObserver.supportedEntryTypes: not experimental

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
jakub-g and ddbeck authored Mar 4, 2021
1 parent 40083de commit 3f16e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/PerformanceObserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@
"version_added": "≤79"
},
"firefox": {
"version_added": null
"version_added": "68"
},
"firefox_android": {
"version_added": null
"version_added": "68"
},
"ie": {
"version_added": false
Expand Down Expand Up @@ -256,7 +256,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 3f16e4a

Please sign in to comment.