move beacon to dom api

This commit is contained in:
Percs 2024-10-28 01:05:58 -05:00
parent 4efb930c20
commit bacbc7e11e

View file

@ -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", {