Source position: wasm.http.objects.pas line 41
type TWasmHTTPMode = (
whmCors,
whmSameOrigin,
whmNoCors,
whmNavigate,
whmWebSocket
);