@modoki/engine / index / FetchReleaseOptions
Interface: FetchReleaseOptions
OTA Updates
baseUrl
baseUrl:
string
Base URL the bucket is served from, e.g. "https://cdn.example.com/games/mygame".
fetchImpl?
optionalfetchImpl?: (input,init?) =>Promise<Response>
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
publicKey
publicKey:
string
Ed25519 public key (base64url, 32 raw bytes) baked into the app.