Struct xpcom::interfaces::nsIServiceWorkerInfo [] [src]

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

interface nsIServiceWorkerInfo : nsISupports

Methods

impl nsIServiceWorkerInfo
[src]

[src]

Cast this nsIServiceWorkerInfo to one of its base interfaces.

impl nsIServiceWorkerInfo
[src]

STATE_PARSED: i64 = 0

STATE_INSTALLING: i64 = 1

STATE_INSTALLED: i64 = 2

STATE_ACTIVATING: i64 = 3

STATE_ACTIVATED: i64 = 4

STATE_REDUNDANT: i64 = 5

STATE_UNKNOWN: i64 = 6

[src]

readonly attribute DOMString scriptSpec;

[src]

readonly attribute DOMString cacheName;

[src]

readonly attribute unsigned short state;

[src]

readonly attribute nsIWorkerDebugger debugger;

[src]

readonly attribute bool handlesFetchEvents;

[src]

readonly attribute PRTime installedTime;

[src]

readonly attribute PRTime activatedTime;

[src]

readonly attribute PRTime redundantTime;

[src]

void attachDebugger ();

[src]

void detachDebugger ();

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 nsIServiceWorkerInfo
[src]

IID: nsIID = nsID(1994610669, 8333, 20044, [145, 101, 28, 64, 89, 112, 120, 121])

[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 nsIServiceWorkerInfo
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIServiceWorkerInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.