- atob
string atob(string atob)
Undocumented in source. Be warned that the author may not have intended to support it.
- btoa
string btoa(string btoa)
Undocumented in source. Be warned that the author may not have intended to support it.
- caches
auto caches()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearInterval
void clearInterval(int handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearInterval
void clearInterval()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearTimeout
void clearTimeout(int handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearTimeout
void clearTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageBitmap
auto createImageBitmap(ImageBitmapSource aImage)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageBitmap
auto createImageBitmap(ImageBitmapSource aImage, int aSx, int aSy, int aSw, int aSh)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetch
auto fetch(RequestInfo input, RequestInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetch
auto fetch(RequestInfo input)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexedDB
auto indexedDB()
Undocumented in source. Be warned that the author may not have intended to support it.
- isSecureContext
bool isSecureContext()
Undocumented in source. Be warned that the author may not have intended to support it.
- origin
string origin()
Undocumented in source. Be warned that the author may not have intended to support it.
- setInterval
int setInterval(Function handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInterval
int setInterval(string handler, int timeout, T2 unused)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeout
int setTimeout(Function handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeout
int setTimeout(string handler, int timeout, T2 unused)
Undocumented in source. Be warned that the author may not have intended to support it.