Skip to content

@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?

optional fetchImpl?: (input, init?) => Promise<Response>

MDN Reference

Parameters

input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>


publicKey

publicKey: string

Ed25519 public key (base64url, 32 raw bytes) baked into the app.

Built with Modoki.