tailscale-web - v0.1.13
    Preparing search index...

    Interface RequestInit

    interface RequestInit {
        body?: string | Uint8Array<ArrayBufferLike>;
        headers?: Record<string, string>;
        method?: string;
    }
    Index

    Properties

    body?: string | Uint8Array<ArrayBufferLike>
    headers?: Record<string, string>
    method?: string