ably-js
ably-js copied to clipboard
HTTP/2 support
Only works on NodeJS >= 15.10.0. semver NPM module used to perform runtime check to ensure that NodeJS version is sufficient for HTTP/2 to work.
Tests seem to pass in Node 16 except for spec/rest/fallbacks.test.js, although for some reason the Node process seems to stay open for about 10-15 minutes after the test suite is complete.
The failure on Node 16 is related to sindresorhus/got#1899 which is fixed in 12.0.0-beta.4 so I'll pick this PR up again when got v12 becomes stable.