codemelted.js Module
    Preparing search index...

    Enumeration AVAILABILITY_REQUESTReadonly

    Determines if a particular object, function, or feature is available within the current runtime supporting the runtime_available function.

    Index
    AskRuntime: "ask_runtime"

    When performing a search for a specific definition on a particular object or globalThis namespace.

    Audio: "audio"

    Determines if audio is available in the runtime.

    Beacon: "beacon"

    Determines if the network_beacon is available to the runtime.

    Bluetooth: "bluetooth"

    Determines if bluetooth is available.

    BroadcastChannel: "broadcast_channel"

    Determines if a BroadcastChannel protocol is available.

    Browser: "browser"

    Determine if the runtime is a Web Browser.

    Bun: "bun"

    Determines if the runtime is Bun.

    CookieStore: "cookie_store"

    Determines if cookie store is available to the runtime.

    Deno: "deno"

    Determines if the runtime is Deno.

    EventSource: "event_source"

    Determines if an EventSource protocol is available.

    IFrame: "iframe"

    Determines if a web site is running under an iframe or not.

    LocalStorage: "local_storage"

    Determines if local storage is available to the runtime.

    Midi: "midi"

    Determines if MIDI devices are available.

    Node: "node"

    Determines if the runtime is Node.

    Open: "open"

    Determines if ui_open is available to the runtime.

    Orientation: "orientation"

    Determines if Orientation is available (i.e. GPS and 3D space device orientation.)

    Pwa: "pwa"

    Determines if the browser window represents an installed Progressive Web Application.

    SecureContext: "secure_context"

    indicating whether the current context is secure (true) or not (false).

    SerialPort: "serial_port"

    Determines if SerialPort protocols are available.

    SessionStorage: "session_storage"

    Determines if session storage is available to the runtime.

    Share: "share"

    Determines if sharing is available to the runtime.

    TextToSpeech: "text_to_speech"

    Determines if text-to-speech is available to the runtime.

    TouchEnabled: "touch_enabled"

    Identifies if the browser is accessible via a touch device.

    Usb: "usb"

    Determines if USB is available to the runtime.

    Vibrate: "vibrate"

    Determines if the vibrate function is available to the runtime.

    WebRTC: "web_rtc"

    Determines if WebRTC is available to the runtime.

    WebSocket: "web_socket"

    Determines if WebSocket is available to the runtime.

    WebTransport: "web_transport"

    Determines if WebTransport is available to the runtime.

    WorkerAvailable: "worker_available"

    Determines if a Worker can be created with the runtime.

    WorkerRuntime: "worker_runtime"

    Determines if the runtime is a Worker runtime.