Closed learner-long-life closed 5 years ago
Thanks for the PR @cryptogoth !
I feel uncertain about bringing in bops
as a dependency as the package has not been maintained for over 3 years (Last published was 3 years ago).
To find a better alternative, would you mind filing an issue with the error you get from webpack and start a discussion there?
If I read this correctly from the last commit @cryptogoth has decided to go on with an own fork using the bops
dependency, so I think we can close this PR.
Please feel free to reopen if it makes sense.
Thanks for the response @holgerd77 sorry for the delay. I'm able to proceed with my fork.
In case it's useful to anyone else: webpacking with another package that provides 'bufferGlobal' as a plugin would let keythereum
be used in a browser without modification.
currently, the otherwise excellent keythereum package, when being webpack'd, fails on the following operation in a Browser, since there is no Buffer global.