зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
219 B
Plaintext
10 строки
219 B
Plaintext
|
#include "nsISupports.idl"
|
||
|
|
||
|
[scriptable, builtinclass, uuid(0833b363-bffe-4cdb-ad50-1c4563e0C8ff)]
|
||
|
interface nsIWorkerDebugger : nsISupports
|
||
|
{
|
||
|
readonly attribute bool isClosed;
|
||
|
|
||
|
readonly attribute DOMString url;
|
||
|
};
|