Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: lint error on global Buffer use
  • Loading branch information
mfdebian committed Sep 26, 2024
commit 9c1c5db70bb3b7152c5af0b073e402078f27a71d
1 change: 1 addition & 0 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,7 @@ call `socket.connect(options[, connectListener])`.

```mjs
import net from 'node:net';
import { Buffer } from 'node:buffer';
net.createConnection({
port: 8124,
onread: {
Expand Down