mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 23:10:02 -04:00
7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
// safe version of the globals we overwrite
|
|
|
|
export const Function = self.Function;
|
|
export const URL = self.URL;
|
|
export const fetch = self.fetch;
|
|
export const Request = self.Request;
|
|
export const XMLHttpRequest = self.XMLHttpRequest;
|