mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
delete window.navigation api
This commit is contained in:
parent
8d2f23badb
commit
d2249c1fc6
1 changed files with 3 additions and 0 deletions
3
src/client/dom/navigation.ts
Normal file
3
src/client/dom/navigation.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default function (client, self: Self) {
|
||||
delete self.navigation;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue