org.scalajs.dom.experimental

push

package push

The Push API is currently specified here: http://www.w3.org/TR/2015/WD-push-api-20151215/

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. push
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait PushEncryptionKeyName extends Any

    This represents a JavaScript enumeration representing the various keys you an request from a PushSubscription as described here: http://www.w3.org/TR/push-api/#idl-def-PushEncryptionKeyName

  2. trait PushEvent extends ExtendableEvent

    The PushEvent interface of the Push API represents a push message that has been received.

  3. trait PushManager extends Object

    The PushManager interface of the Push API provides a way to receive notifications from third-party servers as well as request URLs for push notifications.

  4. trait PushMessageData extends Object

    The PushMessageData interface of the Push API provides methods which let you retrieve the push data sent by a server in various formats.

  5. sealed trait PushPermissionState extends Any

    This represents a JavaScript enumeration describing the state of permissions for pushing described here: http://www.w3.org/TR/push-api/#idl-def-PushPermissionState

  6. trait PushServiceWorkerGlobalScope extends Any

    A trait used for patching Push API support onto ServiceWorkerGlobalScope.

  7. trait PushServiceWorkerRegistration extends Any

    A trait used for patching Push API support onto ServiceWorkerRegistration.

  8. trait PushSubscription extends Object

    The PushSubscription interface of the Push API provides a subcription's URL endpoint and allows unsubscription from a push service.

  9. trait PushSubscriptionJSON extends Object

    A PushSubscriptionJSON dictionary represents the JSON type of a PushSubscription.

  10. trait PushSubscriptionOptions extends Object

    A PushSubscriptionOptions object represents additional options associated with a push subscription.

Value Members

  1. object PushEncryptionKeyName

    Static definitions for PushEncryptionKeyName

  2. object PushPermissionState

    Static definitions for PushPermissionState

  3. implicit def pushServiceWorkerGlobalScope(swgs: ServiceWorkerGlobalScope): PushServiceWorkerGlobalScope

    Implicit function for patching Push API support onto ServiceWorkerGlobalScope

  4. implicit def pushServiceWorkerRegistration(swr: ServiceWorkerRegistration): PushServiceWorkerRegistration

    Implicit function for patching Push API support onto ServiceWorkerRegistration.

Inherited from AnyRef

Inherited from Any

Ungrouped