summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/DOMException.idl
AgeCommit message (Collapse)Author
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2021-04-11LibWeb: Add support for optional default values and optional bools in IDLLuke
Fixed the DOMException constructor as it had the default value version commented out.
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh