feross/buffer

Buffer.prototype.slice fails in in IE11

Open

#224 geöffnet am 16. Dez. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (259 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (1.883 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

When running it in IE11 I get this error:

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