Skip to content

Commit

Permalink
DOMException is serialisable (#16148)
Browse files Browse the repository at this point in the history
* DOMException serialisable in current spec

* DOMException - make serializable positive

* Update api/DOMException.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
hamishwillee and queengooborg authored May 9, 2022
1 parent 30bdd39 commit 91550f0
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions api/DOMException.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,58 @@
"deprecated": false
}
}
},
"serializable_object": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/structured-data.html#serializable-objects",
"description": "<code>DOMException</code> is serializable",
"support": {
"chrome": {
"version_added": "77"
},
"chrome_android": {
"version_added": "77"
},
"deno": {
"version_added": false
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "101"
},
"firefox_android": {
"version_added": "101"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "64"
},
"opera_android": {
"version_added": "55"
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "12.0"
},
"webview_android": {
"version_added": "77"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 91550f0

Please sign in to comment.