mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
10 lines
219 B
Plaintext
10 lines
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;
|
|
};
|