You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This NodeJS http2.js module version is a fork of node-http2 hosted on Github originally made by Gábor Molnár and available here: https://github.com/molnarg/node-http2
This fork of node-http2 module named http2.js starts at version 4.0.0 in case previous the repository decides to pick up work again on version 3.x.x.
We are aware that node 8.4.0 now has experimental http2 support via --expose-http2, and we will continue to support the full JavaScript implementation of http2.js at our discretion until HTTP/2 is more fully supported in a broad range of client platforms.
Changes
4.0.1 (2017-10-01)
Bugfixes from pull requests
Fails to load in IE11 due to timers.setImmediate call
Hello,
We started a fork that include cumulative fixes:
See dedicated issue here: kaazing/http2.js#1
Original Source and Fork intent
This NodeJS
http2.jsmodule version is a fork ofnode-http2hosted on Github originally made by Gábor Molnár and available here: https://github.com/molnarg/node-http2This fork of
node-http2module namedhttp2.jsstarts at version4.0.0in case previous the repository decides to pick up work again on version3.x.x.We are aware that node 8.4.0 now has experimental
http2support via--expose-http2, and we will continue to support the full JavaScript implementation ofhttp2.jsat our discretion until HTTP/2 is more fully supported in a broad range of client platforms.Changes
4.0.1 (2017-10-01)
4.0.0 (2017-08-23)