media-stream-library-js icon indicating copy to clipboard operation
media-stream-library-js copied to clipboard

Fixing support in IE11

Open ymoran00 opened this issue 4 years ago • 2 comments

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.

ymoran00 avatar Aug 26 '21 10:08 ymoran00

Could you rebase your changes so that they include latest main branch? Thanks!

steabert avatar Aug 27 '21 07:08 steabert

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.

steabert avatar Oct 19 '21 07:10 steabert