mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
// from http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html
|
|
exception DOMException {
|
|
unsigned short code;
|
|
};
|
|
|
|
exception HierarchyRequestError : DOMException { };
|
|
exception NoModificationAllowedError : DOMException { }; |