mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
8 lines
247 B
Text
8 lines
247 B
Text
|
error: Uncaught (in promise) ReferenceError: Buffer is not defined
|
||
|
Buffer;
|
||
|
^
|
||
|
at [WILDCARD]buffer.js:1:1
|
||
|
|
||
|
info: Buffer is not available in the global scope in Deno.
|
||
|
hint: Import it explicitly with import { Buffer } from "node:buffer";.
|