mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
LibWeb: Port DOMException interface from DeprecatedString to String
This commit is contained in:
parent
bcb6851c07
commit
41928c2902
65 changed files with 296 additions and 296 deletions
|
@ -1,5 +1,5 @@
|
|||
// https://webidl.spec.whatwg.org/#idl-DOMException
|
||||
[Exposed=*, Serializable, UseDeprecatedAKString]
|
||||
[Exposed=*, Serializable]
|
||||
interface DOMException {
|
||||
|
||||
constructor(optional DOMString message = "", optional DOMString name = "Error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue