Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP597c6c07f712: Switch back to janky array copying
Load a diff in IE8; see changes and don't get JS errors.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- jxa
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
hahahahaha
oh well, we can do this again in 6 years once IE8 is deprecated
webroot/rsrc/externals/javelin/core/util.js | ||
---|---|---|
57–61 | Let's just do this one unconditionally? I'd rather have simpler code than the presumably-trivial performance gains of invoking slice. |
Comment Actions
(Facebook's toArray corroborates this story: https://github.com/facebook/react/blob/master/src/vendor/core/toArray.js says "IE < 9 does not support Array#slice on collections objects".)
webroot/rsrc/externals/javelin/core/util.js | ||
---|---|---|
57–61 | Sure. |