Support bigint seek offsets · Issue #6169 · denoland/deno

The following example const file = await Deno.open("file.txt", { create: true, write: true }); file.seek(BigInt(0), 0); Results in the following error error: Uncaught TypeError: Do not know how to ...