media-stream-library-js
media-stream-library-js copied to clipboard
Fixing support in IE11
The current legacy bundle doesn't work in IE11. Main culprits are:
- Buffer module stopped supporting IE11 since ver. 6.
- Debug module isn't transpiled with babel. This fix overcomes these issues. It was tested with an IE11 instance.
Could you rebase your changes so that they include latest main branch? Thanks!
Something happened along the way such that there are much more changes showing than there should be (files changed should only include those you made). Can you fix that? I recommend a local rebase and force push.