mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
cursed logging
This commit is contained in:
parent
4f08948e98
commit
2598bee87b
6 changed files with 147 additions and 7 deletions
6
src/snapshot.ts
Normal file
6
src/snapshot.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
// safe version of the globals we overwrite
|
||||
|
||||
export const Function = self.Function;
|
||||
export const URL = self.URL;
|
||||
export const fetch = self.fetch;
|
||||
export const XMLHttpRequest = self.XMLHttpRequest;
|
Loading…
Add table
Add a link
Reference in a new issue