Skip to content

Commit 7f509ba

Browse files
committed
[New] node v8.8+ supports http2
Fixes #139.
1 parent b826f30 commit 7f509ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/core.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
"dns": true,
1313
"domain": true,
1414
"events": true,
15-
"freelist": "< 6.0.0",
15+
"freelist": "< 6",
1616
"fs": true,
1717
"http": true,
18+
"http2": ">= 8.8",
1819
"https": true,
1920
"_http_server": ">= 0.11",
20-
"_linklist": "< 8.0.0",
21+
"_linklist": "< 8",
2122
"module": true,
2223
"net": true,
2324
"os": true,

0 commit comments

Comments
 (0)