mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
move beacon to dom api
This commit is contained in:
parent
4efb930c20
commit
bacbc7e11e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import { rewriteUrl } from "../../../shared";
|
||||
import { ScramjetClient } from "../../client";
|
||||
import { rewriteUrl } from "../../shared";
|
||||
import { ScramjetClient } from "../client";
|
||||
|
||||
export default function (client: ScramjetClient, self) {
|
||||
client.Proxy("Navigator.prototype.sendBeacon", {
|
Loading…
Add table
Add a link
Reference in a new issue