org.scalajs.dom.experimental

beacon

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BeaconNavigator extends Object

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

    Annotations
    @RawJSType() @native()

Value Members

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped