mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
add xmlhttprequest support
This commit is contained in:
parent
d4295e902d
commit
3b27792325
2 changed files with 22 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
import "./location";
|
||||
import "./trustedTypes.ts";
|
||||
import "./eval.ts";
|
||||
import "./storage";
|
||||
import "./element.ts";
|
||||
import "./eval.ts";
|
||||
import "./fetch.ts";
|
||||
import "./trustedTypes.ts";
|
||||
import "./xmlhttprequest.ts";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__location: Location;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue