node.js - How to save buffer data into a file using browser javascript? -


i have pdf buffer data coming nodejs backend, like..

"%pdf-1.5 %����..."

how can save file using browser's javascript ?

you can save file on nodejs end, , download file using javascript. best way, javascript not have access writing file system.