Skip to main content

fileAsync() and later file.slice() returns Blob which shows correct file size, but useless after that

  • May 13, 2021
  • 1 reply
  • 12 views

Maxim_KM
Forum|alt.badge.img+7

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.

1 reply

Forum|alt.badge.img+11
  • Inspiring
  • 85 replies
  • April 23, 2022

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