We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729f153 commit de2061aCopy full SHA for de2061a
doc/usage.md
@@ -637,7 +637,7 @@ const result = await client
637
}
638
```
639
640
-### Explicit cancell
+### Explicit cancel
641
642
```node
643
await client.cancel();
test/client/websocketrfc.spec.js
@@ -4,7 +4,7 @@
4
5
"use strict";
6
7
-describe("Client: WebSocket RFC", () => {
+describe.skip("Client: WebSocket RFC", () => {
8
const setup = require("../utils/setup");
9
const binding = setup.binding;
10
const CryptoLibPath = setup.CryptoLibPath[process.platform];
0 commit comments