mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
7 lines
No EOL
255 B
Text
7 lines
No EOL
255 B
Text
// from http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html
|
|
exception DOMException {
|
|
unsigned short code;
|
|
};
|
|
|
|
exception HierarchyRequestError : DOMException { };
|
|
exception NoModificationAllowedError : DOMException { }; |