feross / feross/buffer

Buffer.prototype.slice fails in in IE11

Open
#224 2 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
1.9k
Forks
260
PR merge metrics
No merged PRs in 30d

Description

When running it in IE11 I get this error:
```JS
SCRIPT5045: Assignment to read-only properties is not allowed in strict mode
index.js (1075,1)
```

As a workaround I can remove 'use strict' and then the error disappears.
I have AngularJS 1.7 with browserify.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.