Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 305 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 305 Bytes

WebAPI

Minimal Web API support for godot and Unity

Implemented Web APIs

  • WindowOrWorkerGlobalScope
    • setTimeout
    • clearTimeout
    • setInterval
    • clearInterval
    • btoa
    • atob
    • performance
    • localStorage
    • sessionStorage
  • Performance API
  • Storage API
  • Event
  • EventTarget
  • XMLHttpRequest