Skip to content

Add BigInt64Array and BigUint64Array types #1055

Open
@TimothyGu

Description

@TimothyGu

See whatwg/webidl#936.

  • BigInt64Array and BigUint64Array are introduced as keywords.
  • The ArrayBufferView and BufferSource aliases now include BigInt64Array and BigUint64Array as part of the union.

Concretely, the only change that appears to be necessary is changing the bufferSourceTypes array here:

export const bufferSourceTypes = new Set([
"ArrayBuffer",
"ArrayBufferView",
"DataView",
"Int8Array",
"Uint8Array",
"Int16Array",
"Uint16Array",
"Uint8ClampedArray",
"Int32Array",
"Uint32Array",
"Float32Array",
"Float64Array",
]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions