Skip to content

Commit

Permalink
Add PerformanceScriptTiming.sourceFunctionName (#22851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Apr 17, 2024
1 parent dbfdd9a commit 05e71fa
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api/PerformanceScriptTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,43 @@
}
}
},
"sourceFunctionName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/sourceFunctionName",
"spec_url": "https://w3c.github.io/long-animation-frames/#dom-performancescripttiming-sourcefunctionname",
"tags": [
"web-features:long-animation-frame-timing"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"sourceURL": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/sourceURL",
Expand Down

0 comments on commit 05e71fa

Please sign in to comment.