Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

CDN for polyfill is empty when used with features query argument #307

Open
marcelmokos opened this issue Apr 5, 2018 · 5 comments
Open

Comments

@marcelmokos
Copy link

The https://cdn.polyfill.io/v2/polyfill.min.js is not returning polyfill when used with features query argument.

How to reproduce it.
open chrome => developer tools => toggle device toolbar => pick iPad

https://cdn.polyfill.io/v2/polyfill.min.js
image

https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.locale.en
image

@dachinat
Copy link

I have same question

@VitorLuizC
Copy link

You browsers seems to support this feature, so no reason to polyfills it.

@dachinat
Copy link

dachinat commented Sep 4, 2018

@VitorLuizC I want to disable browser's Intl with window.Intl = undefined, because it does not have my locale, namely Georgian.

@lesmo
Copy link

lesmo commented May 6, 2020

This issue exists too for browsers without support for Intl. Specifically, for User Agent Mozilla/5.0 (Android 9; Mobile…55.0) Gecko/55.0 Firefox/55.0.

@Exelenz9
Copy link

I guess this is something with CDN (especially with v2). For example, this link works fine
https://cdn.polyfill.io/v3/polyfill.min.js?features=Intl.~locale.en

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants