GoogleChromeLabs / http2push-gae

Drop-in HTTP2 push on App Engine
https://http2-push.appspot.com/
Apache License 2.0
141 stars 18 forks source link

Chrome Warning of http2push #21

Closed HW-Siew closed 8 years ago

HW-Siew commented 8 years ago

I used the http2push.py on server. At client side, i see " must have a valid as value" warning in console. Any idea what is wrong there?

ebidel commented 8 years ago

Are you pushing an html file? This is a known bug in chrome where document as a type is not understood.

On Fri, Aug 5, 2016, 4:19 AM HW-Siew notifications@github.com wrote:

I used the http2push.py on server. At client side, i see " must have a valid as value" warning in console. Any idea what is wrong there?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GoogleChrome/http2push-gae/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOigNpkm66LypF3hf94ysyZE3W1t6bWks5qcxxDgaJpZM4JdlyU .

HW-Siew commented 8 years ago

Yes, I am pushing polymer element. Thanks for the information.