1rosehip / 1rosehip/jplist-es6

IE issues, Object.assign is not a function

未关闭
#43 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
83
派生
37
PR 合并指标
30 天内没有已合并 PR

描述

Hi, using this on IE 11 and below gives me the error:
`Object.assign is not a function`

Can you please add in the polyfill workaround for this.
Was this meant to be fixed here?:
https://github.com/1rosehip/jplist-es6/issues/3

I see 1 instance of:
`this.settings=Object.assign({} `
in jplist.min.js

贡献指南

这个仓库没有索引到贡献指南

调研方向

The issue points to a specific line in jplist.min.js using Object.assign, which lacks IE11 support. First, examine the source code to locate the Object.assign usage and understand the build process. Then, research polyfill options or consider using a Babel plugin to transpile Object.assign for compatibility. Verify the fix by testing in an IE11 environment or using a polyfill like core-js.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
frontend
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。