-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slicing buffers fails in latest Microsoft Edge #86
Comments
This sounds like an issue with Edge, especially if it's a regression from IE11. Should probably be filed on http://connect.microsoft.com/ |
This sounds like a regression in Edge from IE11. Can you file a bug report with Microsoft and post the link here? |
Just added Edge to the test suite (#87) and for what it's worth, the tests all pass. |
I have tested it some more all tests pass in Edge, as you said. |
Thanks for updating this issue, @oskbor. If you end up discovering a bug, please open a new issue or comment in this one. Cheers! |
Bug report posted to Microsoft |
I just marked that I've also experienced the bug on the issue. |
Thanks! |
@oskbor Can you open a new issue? |
The test suite uses Edge 13 which is ancient. This bug doesn't occur in Edge 20. It does in Edge 25. There are no VM's out there running Edge 25 as far as I know; I spent a ton of time getting my hands on a physical machine to reproduce this :-) |
@Sjors EdgeHTML13 is actually pretty new. See: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history And there's no way to get a newer version with Sauce Labs right now. To be clear, you're not reporting a new issue. Just saying that you got this bug using an old version of browserify/buffer? |
I see, good to know EdgeHTML has different versioning from the browser.
|
slicing buffers fails in Edge 25.10586.0.0
it boils down to this:
Would you say this is an issue with Edge or with this lib?
The text was updated successfully, but these errors were encountered: