0hm☘️
0hm☘️
this error is also reproducible in NodeJS
Hey, is this issue available! Would love to help!
@kettanaito I am planning to add two checks at https://github.com/mswjs/interceptors/blob/2067cb0f57821a97f2cfb7aa9cdc2fd1900ed8ed/src/interceptors/XMLHttpRequest/XMLHttpRequestController.ts#L298 like this ```ts const totalRequestBodyLength = await getBodyByteLength(this[kFetchRequest]); const isRequestLengthComputable = totalRequestBodyLength !== null; this.trigger('loadstart', this.request.upload, { loaded: 0, total:...
thanks for the review @nihal467 and remark i will make the needed changes
The error is only with Float16Array ```ts import { serialize, deserialize } from "node:v8"; function testSerialization(description, value) { console.log(`\nTesting ${description}:`); try { const serialized = serialize(value); const deserialized = deserialize(serialized);...
The error is occurring because, there is no support for Float16Array, in `arrayBufferViewTypeToIndex` function. I am not sure why ? https://github.com/denoland/deno/blob/c314b2d8577289078d6b00a0dd58f8f36ff6920a/ext/node/polyfills/v8.ts#L215-L231 https://github.com/denoland/deno/blob/c314b2d8577289078d6b00a0dd58f8f36ff6920a/ext/node/polyfills/v8.ts#L239-L261
> ..Still, I suppose we could do both. that would be very nice >For missing openssl, specifically, it seems like the user would have to be in the Preferences app,...
@Ethan-Arrowood, please take a look at the PR when you have a chance. It should be ready for merge unless some any issues is found!
> Looking good. Have you tested it locally by running the relevant fs readdir and opendir recursive test files? Yes, I've tested it. It should be good unless I missed...
@edilson258 I do not plan to / know how to fix the failing tests. If you can help, I would appreciate it!