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

HTTP2 Server Push #2409

Open
paulirish opened this issue Apr 6, 2016 · 5 comments
Open

HTTP2 Server Push #2409

paulirish opened this issue Apr 6, 2016 · 5 comments

Comments

@paulirish
Copy link
Contributor

Known browsers that support:

  • Chrome & Opera: yup
  • Safari: don't think so
  • Firefox: maybe!
  • Edge: maybe..

Test pages:

@aaronlink
Copy link

FWIW, http2.cloudflare.com does not appear to actually push any resources when I visit it (according to Chrome's Net Internals tool).

@connorshea
Copy link
Contributor

@aaronlink It does now, I believe.

@alcidesv
Copy link

There is a list of browsers that support HTTP/2 server push in this article.
In their latest incarnations:

  • Firefox
  • Chrome
  • Internet Explorer 11
  • Edge
  • Opera

Not supporting it:

  • Safari.
@Schweinepriester
Copy link
Contributor

For unshipping in Chrome see #5688.

Now also being unshipped in Firefox: https://groups.google.com/a/mozilla.org/g/dev-platform/c/vU9hJg343U8/m/4cZsHz7TAQAJ?pli=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment