JavaScript Restrictor
Browser extension that improves privacy and security
Loading...
Searching...
No Matches
wrappingS-BE.js File Reference

Wrappers for that disables the Beacon API. More...

Detailed Description

Wrappers for that disables the Beacon API.

See also
https://www.w3.org/TR/beacon/
Author
Copyright (C) 2021 Libor Polcak
License:
SPDX-License-Identifier: GPL-3.0-or-later

The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server. It is intended to be used for sending analytics data to a web server. For more details see the MDN docs on the Beacon API and sendBeacon.

navigator.sendBeacon is the only method currently defined for the Beacon API.