Skip to content

[Firefox] Float16Array, BigUint64Array, BigInt64Array, are Opaque in content script #33

@zendive

Description

@zendive
jsdiff.diff({}, {
    'Float16Array': new Float16Array([0, 1]),
    'BigUint64Array': new BigUint64Array([0n, 1n]),
    'BigInt64Array': new BigInt64Array([0n, 1n]),
});

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions