Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS.supports polyfill is missing #563

Closed
ertugrulcetin opened this issue Apr 7, 2020 · 3 comments · Fixed by #569
Closed

CSS.supports polyfill is missing #563

ertugrulcetin opened this issue Apr 7, 2020 · 3 comments · Fixed by #569
Labels
feature New feature request

Comments

@ertugrulcetin
Copy link

It would be nice to have CSS.supports polyfill, yesterday our production went down due to this polyfill :) Here is the souce code: https://github.com/termi/CSS.supports

@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Apr 7, 2020
@MoritzLoewenstein
Copy link
Contributor

MoritzLoewenstein commented Apr 8, 2020

I am trying to implement this, there seem to be a few different, possibly outdated polyfills out there:

  1. https://github.com/termi/CSS.supports
  2. https://github.com/vevlins/CSS.supports (fork of 1.)
  3. https://gist.github.com/codler/03a0995195aa2859465f
  4. Complete Replacement for CSS.supports and [at]supports in css https://github.com/kjarmicki/fq-polyfill
    The third one is by far the shortest, I will check for spec compliance.

Optimal would be a polyfill which also utilizes earlier implementation (see here ) when needed.

@JakeChampion JakeChampion added the feature New feature request label Apr 10, 2020
Origami ✨ automation moved this from incoming to complete Apr 20, 2020
@ertugrulcetin
Copy link
Author

@JakeChampion when will this be available on http://polyfill.io ?

@JakeChampion
Copy link
Owner

PR to update polyfill.io -- polyfillpolyfill/polyfill-service#2211

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 19, 2020
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants