Struct xpcom::interfaces::nsIServiceWorkerRegistrationInfo [] [src]

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

interface nsIServiceWorkerRegistrationInfo : nsISupports

Methods

impl nsIServiceWorkerRegistrationInfo
[src]

[src]

Cast this nsIServiceWorkerRegistrationInfo to one of its base interfaces.

impl nsIServiceWorkerRegistrationInfo
[src]

UPDATE_VIA_CACHE_IMPORTS: i64 = 0

UPDATE_VIA_CACHE_ALL: i64 = 1

UPDATE_VIA_CACHE_NONE: i64 = 2

[src]

readonly attribute nsIPrincipal principal;

[src]

readonly attribute DOMString scope;

[src]

readonly attribute DOMString scriptSpec;

[src]

readonly attribute unsigned short updateViaCache;

[src]

readonly attribute PRTime lastUpdateTime;

[src]

readonly attribute nsIServiceWorkerInfo installingWorker;

[src]

readonly attribute nsIServiceWorkerInfo waitingWorker;

[src]

readonly attribute nsIServiceWorkerInfo activeWorker;

[src]

nsIServiceWorkerInfo getWorkerByID (in unsigned long long aID);

[src]

void addListener (in nsIServiceWorkerRegistrationInfoListener listener);

[src]

void removeListener (in nsIServiceWorkerRegistrationInfoListener 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 nsIServiceWorkerRegistrationInfo
[src]

IID: nsIID = nsID(3720093652, 12078, 20426, [163, 149, 110, 1, 11, 190, 223, 227])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIServiceWorkerRegistrationInfo
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.