Various changes to make eslint more happy, null out navigator.sendBeacon to make errors less frequent.

This commit is contained in:
wearrrrr 2024-07-14 23:19:19 -05:00 committed by Percs
parent 6cc293b453
commit ee94ec0df1
4 changed files with 21 additions and 17 deletions

View file

@ -13,7 +13,7 @@ import "./css.ts";
import "./history.ts";
import "./worker.ts";
import "./url.ts";
import "./beacon.ts";
import "./beacon.ts"
declare global {
interface Window {