gecko-dev/dom/workers/nsIWorkerDebugger.idl

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;
};