mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
Various changes to make eslint more happy, null out navigator.sendBeacon to make errors less frequent.
This commit is contained in:
parent
6cc293b453
commit
ee94ec0df1
4 changed files with 21 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue