You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
I am getting the following error when writing a BCF to a buffer:
Error: nodebuffer is not supported by this platform
at a.checkSupport (jszip.min.js:13:34660)
at new f (jszip.min.js:13:27424)
at n.generateInternalStream (jszip.min.js:13:17366)
at n.generateAsync (jszip.min.js:13:17444)
at exportZip (BcfWriter.ts:78:22)
at BcfWriter.write (BcfWriter.ts:30:26)
at ExportToBcf (BcfFunctions.ts:46:37)
at onClick (ExportPage.tsx:26:27)
Does that mean it won't work in the browser?
Thanks
Hi,
I am getting the following error when writing a BCF to a buffer:
Does that mean it won't work in the browser?
Thanks