mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09: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 { }; |