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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/net/http2-secure-server/lib/polyfill.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
* @throws {Error} environment lacks support for HTTP/2
28
28
*/
29
29
functionpolyfill(){
30
-
thrownewError('invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version that supports HTTP/2 and has been built to include support for the Node.js `crypto` module.');
30
+
thrownewError('invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version which supports HTTP/2 and has been built to include support for the Node.js `crypto` module.');
0 commit comments