-
Hi,
I am unable to get notifee to work with incoming APNS notification when react native app is in foreground.
None of the event handlers are triggered.
Notifications are received correctly and i…
-
Currently we use an event 'push' internally to update http2-cache Configuration.cache to last response and app need to perform new XHR to get updated content from cache.
I know that the `clean` way…
-
**Is your feature request related to a problem? Please describe.**
```js
const http2 = require('http2');
const session = http2.connect('https://google.com');
// Unfortunately there is no API f…
-
I am using h2o as my HTTP/2 server, and use 'Link header' for server push css file, like this:
> link: ; rel=preload; as=stylesheet
Everything is ok when visit the page first time. After first visit…
qgy18 updated
9 years ago
-
A blog post announcing the release of HTTP2 support in DoneJS. This will include:
* done-serve sets up an HTTP2 server if `--key` and `--cert` are provided (HTTP2 requires SSL).
* done-ssr using P…
-
Hi *,
like Apache and Nginx, h2o supports HTTP/2 push via the Link header. The problem with this approach is that alternative assets get downloaded by the client, like:
- font.woff and font.woff…
-
## [Modernizing our Progressive Enhancement Delivery](https://www.filamentgroup.com/lab/modernizing-delivery.html)
从升级HTTP2.0和使用Service Worker进行离线存储两方面讲述其网站的升级之路。
关键词: __Server Push__ __Service…
-
Hi!
I'm using h2o as a reverse proxy, towards an Apache2 backend server. I'm testing the HTTP/2 push functionalities.
My h2o conf looks like this:
```
proxy.preserve-host: ON
hosts:
"www.exa…
-
http2 and especially the speculative push feature should help with the speed of the site.
This exists https://github.com/molnarg/node-http2, but there a few things that need to be worked out.
- fallb…
-
Repro:
1. Check out https://github.com/GoogleChrome/http2-push-manifest
2. `npm install; npm install hydrolysis@1.23.3`
3. `npm test`
The file it's barfing on is https://github.com/GoogleChrome/http2…