Geequlim / WebAPI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 66.1%Language:JavaScript 33.9%