crow/js/browser.crow (source)

alert void(message string) summon

document-cookies record

    cookies document-cookies()

    subscript string?(anonymous document-cookies, cookie-name string)

    fetch-error record exception variant-member

    show string(a fetch-error)

    fetch string(url string) summon

    fetch json(url string) summon

    post[in] json(url string, body in) summon, (json, string) to, in show

    include-credentials enum

    • include-credentials
    • exclude-credentials

    post[in] json(url string, body in, credentials include-credentials) summon, in show