Struct xpcom::interfaces::nsIWorkerDebugger [] [src]

#[repr(C)]
pub struct nsIWorkerDebugger { /* fields omitted */ }

interface nsIWorkerDebugger : nsISupports

Methods

impl nsIWorkerDebugger
[src]

[src]

Cast this nsIWorkerDebugger to one of its base interfaces.

impl nsIWorkerDebugger
[src]

TYPE_DEDICATED: i64 = 0

TYPE_SHARED: i64 = 1

TYPE_SERVICE: i64 = 2

[src]

readonly attribute bool isClosed;

[src]

readonly attribute bool isChrome;

[src]

readonly attribute bool isInitialized;

[src]

readonly attribute nsIWorkerDebugger parent;

[src]

readonly attribute unsigned long type;

[src]

readonly attribute DOMString url;

[src]

readonly attribute mozIDOMWindow window;

[src]

readonly attribute nsIPrincipal principal;

[src]

readonly attribute unsigned long serviceWorkerID;

[src]

void initialize (in DOMString url);

[src]

[binaryname(PostMessageMoz)] void postMessage (in DOMString message);

[src]

void addListener (in nsIWorkerDebuggerListener listener);

[src]

void removeListener (in nsIWorkerDebuggerListener listener);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIWorkerDebugger
[src]

IID: nsIID = nsID(586758819, 35333, 18110, [135, 224, 250, 147, 191, 138, 142, 255])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIWorkerDebugger
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWorkerDebugger
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.