Open wjyzhixing opened 2 months ago
TextEncoder usage was added with #317 v1.5.4, so either use 1.5.3 or add a polyfill for TextEncoder like https://github.com/anonyco/FastestSmallestTextEncoderDecoder
yes,now I use v1.5.3 version.But if I use v1.5.4.If I alse use fastestsmallesttextencoderdecoder-encodeinto.I can only resolve the import of TextEncoder in my code.How to deal with the code in node_modules lib?my npm run build is base in babel.Here is my babel.config.js How can I do more to fix in v1.5.4?I realy want to learn this method to solve it.Thank you very much.
Hello!My node version is v16.20.0.
I installed version 1.5.4 of qrcode, and I encountered an error on IE11. The error message is as follows:"
How can I deal with this problem?Or is this a bug?It will appreciate that if you can give me some advice.