misc fixes

This commit is contained in:
velzie 2024-08-03 11:20:15 -04:00
parent 7e8e9990f4
commit a58f9bcb63
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 26 additions and 8 deletions

View file

@ -3,4 +3,5 @@
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;