interface HTTPRequestData {
    bytesArray?: Uint8Array<ArrayBufferLike>;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

bytesArray?: Uint8Array<ArrayBufferLike>