Romain Menke

Results 782 comments of Romain Menke

This is more complicated than I expected :) The polyfill library and service uses the Safari browser version on iOS. MDN however switched to the iOS operating system version at...

[wip pr](https://github.com/romainmenke/polyfill-library/pull/37) blocking issues : - [regexp bug in IE8](https://github.com/jonathantneal/element-qsa-scope/issues/4) - [source without feature detection](https://github.com/jonathantneal/element-qsa-scope/pull/5)

The MDN list might be an ok reference? https://developer.mozilla.org/en-US/docs/Web/API/Window#properties Obvious bug fixes : | feature | missing aliases | | -- | -- | | `setImmediate` | `window.setImmediate`, `clearImmediate`, `window.clearImmediate`...

🤔 I made sure not to update `HTMLTemplateElement` in https://github.com/Financial-Times/polyfill-library/pull/1095 because I had the same error. Maybe I did it wrong anyway :/ I'll take a second look. I opened...

@chenyulun can you run `npm ci` and then `npm run build`? Doing thatm the build passed for me as the `HTMLTemplateElement` polyfill will be exactly `v1.4.3`. @JakeChampion we could pin...

That also works :) `npm ci` is kinda the equivalent of deleting node_modules + `npm install`

This is fixed. https://polyfill.io/v3/polyfill.js?features=IntersectionObserver,es2015,es2016,es2017,es2018,es2019 ``` /* Polyfill service v3.105.0 * For detailed credits and licence information see https://github.com/financial-times/polyfill-service. * * Features requested: IntersectionObserver,es2015,es2016,es2017,es2018,es2019 * * - _ESAbstract.Get, License: CC0 (required...

https://github.com/Financial-Times/polyfill-library/commit/af107f8d6696764c3c9b4ce368c5679ff4232fd2 ### Browsers - 88 missing - 6 unknown - 33 unbounded ('*' or '>5') ### Meta - 27 missing docs link ### Log - 177 warnings - 273 info...

https://github.com/Financial-Times/polyfill-library/commit/e936be1250a9bd03df2f4d94728e90c7a42ef5c8 ### Browsers - 83 missing - 2 unknown - 19 unbounded ('*' or '>5') ### Meta - 27 missing docs link ### Log - 4 warnings - 2 info...

@msvab Could you maybe create a repo with the contents of that zip? Not really best practice to download and open unknown zips :D