keen/js/browser

Source
alert void(message string) global, js
document-cookies record (has private fields)
cookies document-cookies()
subscript string option(_ document-cookies, cookie-name string) global, js
fetch-error record
url string
status nat64
response string
show string(a fetch-error)
fetch string(url string) global, js
fetch json(url string) global, js
fetch nat8[](url string) global, js
post[body] json(url string, body body) (json, string) to, body show, global, js
include-credentials enum
include-credentials
exclude-credentials
post[body] json(url string, body body, credentials include-credentials) body show, global, js