I can't write Uint32Array on a file.
I want to write an Uint32Array type to a file, but i always have the following error:
I tried using
It seems like Deno is limiting us to write only the
I tried using
Deno.writeFileSync and writeFileSync from node:fs, but no one worked. What can I do?It seems like Deno is limiting us to write only the
Uint8Array type.