Why is Buffer.from() available in a client component if Buffer is Node.js only?
Unanswered
Raymond posted this in #help-forum
RaymondOP
I'm using
use client but the class is available. But when I use Buffer.from() in the browser developer console, it's undefined.