JakeChampion / polyfill-library

NodeJS module to create polyfill bundles tailored to individual user-agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArrayBuffer.isView Edge data

romainmenke opened this issue · comments

https://github.com/Financial-Times/polyfill-library/blob/de90e2e0678f1daacdac4d931d1d8b5501353901/polyfills/ArrayBuffer/isView/config.toml#L13

@mhassan1 Do you remember why this is edge <12 ?
Edge 12 is the first edge versions so this would never match anything.

Is it a typo or was the intention to not server the polyfill to edge?

Maybe this was copied over from other configs? (which are also a bit suspect)

9b345f4

In this case, I believe I just took what was on MDN, without realizing that 12 was the first version.

Ah yes! makes sense :)
Thank you