https://github.com/QYGames/WebAPI
Minimal Web API implementation in TypeScript for Godot/Unity game enegine
https://github.com/QYGames/WebAPI
godot unity webapi
Last synced: about 1 year ago
JSON representation
Minimal Web API implementation in TypeScript for Godot/Unity game enegine
- Host: GitHub
- URL: https://github.com/QYGames/WebAPI
- Owner: QYGames
- Created: 2020-07-10T16:15:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T07:03:46.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T06:11:08.809Z (about 1 year ago)
- Topics: godot, unity, webapi
- Language: TypeScript
- Homepage:
- Size: 553 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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