Skip to content

Commit 7611815

Browse files
committed
buffer: keep nodejs best practice
1 parent 9f4dbe3 commit 7611815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/response.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var send = require('send');
3131
var extname = path.extname;
3232
var resolve = path.resolve;
3333
var vary = require('vary');
34+
const { Buffer } = require('node:buffer');
3435

3536
/**
3637
* Response prototype.

0 commit comments

Comments
 (0)