Packages

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

Beacon W3C Working Draft

MDN Beacon API

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
    Annotations
    @JSType() @native()
  2. trait BeaconWorkerNavigator extends Object
    Annotations
    @JSType() @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