feross/buffer

Buffer.prototype.slice fails in in IE11

Open

#224 创建于 2018年12月16日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (259 fork)github user discovery
bughelp wanted

仓库指标

Star
 (1,883 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南