mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02: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 { }; |