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
- Alphabetic
- By Inheritance
- beacon
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
BeaconNavigator extends Object
- Annotations
- @JSType() @native()
-
trait
BeaconWorkerNavigator extends Object
- Annotations
- @JSType() @native()
Value Members
- implicit def toBeaconNavigator(n: raw.Navigator): BeaconNavigator
- implicit def toBeaconWorkerNavigator(n: WorkerNavigator): BeaconWorkerNavigator