Skip to main content

How to parse Blob, guys? Why this feature is introduced and no documentation and real examples of how to use it.


I need to parse local iOS localization file with extension .strings and get keys and values into a table. Any suggestions welcome.

try looking into .arrayBuffer() instead of .blob()


Reply