Package

org.scalajs.dom.experimental

beacon

Permalink

package beacon

The Beacon interface is used to schedule an asynchronous and non-blocking request to a web server. Beacon requests use the HTTP PUT method and requests typically do not require a response. Requests are guaranteed to be initiated before a page is unloaded and they are run to completion without requiring a blocking request (for example XMLHttpRequest).

MDN

See also

MDN Beacon API

Beacon W3C Working Draft

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. beacon
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BeaconNavigator extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. trait BeaconWorkerNavigator extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. implicit def toBeaconNavigator(n: raw.Navigator): BeaconNavigator

    Permalink
  2. implicit def toBeaconWorkerNavigator(n: WorkerNavigator): BeaconWorkerNavigator

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped