gespenst API - v0.1.0
    Preparing search index...

    Interface UnsafeClipboardPaste

    Text requiring explicit confirmation before fallback paste can send it to a shell.

    interface UnsafeClipboardPaste {
        byteLength: number;
        location: ClipboardLocation;
        mime: string;
        text: string;
    }
    Index
    byteLength: number

    UTF-8 byte length of the selected representation.

    Browser clipboard location that supplied the text.

    mime: string

    MIME representation selected for fallback text paste.

    text: string

    Decoded clipboard text shown to the user for review.