WebIDLpedia

RTCIdentityProviderGlobalScope interface

Definition

Identity for WebRTC 1.0 defines RTCIdentityProviderGlobalScope

[Global=(Worker,RTCIdentityProvider), Exposed=RTCIdentityProvider]
interface RTCIdentityProviderGlobalScope : WorkerGlobalScope {
    readonly        attribute RTCIdentityProviderRegistrar rtcIdentityProvider;
};