Open aurelien-boubennec opened 2 months ago
The error appears to be related to jszip. This is supported in the browser however for some reason it's trying to use Buffer which is Node only. Can you give more details about your environment & bundler?
This issue on JSZip looks similar: https://github.com/Stuk/jszip/issues/821
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