WebAPI icon indicating copy to clipboard operation
WebAPI copied to clipboard

Minimal Web API implementation in TypeScript for Godot/Unity game enegine

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