feross/buffer

Buffer.prototype.slice fails in in IE11

Open

#224 aperta il 16 dic 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (259 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (1883 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor