Buffer is not defined #40
Answered
by
suren-atoyan
camilo0119
asked this question in
Q&A
-
Uncaught ReferenceError: Buffer is not defined |
Beta Was this translation helpful? Give feedback.
Answered by
suren-atoyan
Nov 11, 2022
Replies: 1 comment
-
There is no We have |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suren-atoyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no
Buffer
in the EcmaScript specification.We have
ArrayBuffer
,SourceBuffer
,AudioBuffer
,WebGLBuffer
, but notBuffer
.