'Zmodem.Browser' is Undefined
xiaowang04821 opened this issue · 1 comments
xiaowang04821 commented
When I tried to use zmodem.js in Vue Cli, I found this problem after writing according to your document. Then I went to look at the source code of zmodem.js/src/zessions.js in node_modules and found that you did not introduce'zmodem_browser.js'. I wonder if you did it intentionally?
- zmodem.js 0.1.10version
FGasper commented
It’s in the dist/ files but not included in lib/.
Feel free to submit a PR to add a separate lib/zmodem_browser.js that includes Zmodem.Browser.