FGasper / zmodemjs

zmodem.js - ZMODEM in JavaScript
Apache License 2.0
129 stars 25 forks source link

'Zmodem.Browser' is Undefined #19

Closed xiaowang04821 closed 4 years ago

xiaowang04821 commented 4 years ago

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?

FGasper commented 4 years ago

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.