feross/buffer

Buffer.prototype.slice fails in in IE11

Open

#224 aberto em 16 de dez. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (259 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (1.883 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador