Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
32
rated 0 times [  39] [ 7]  / answers: 1 / hits: 17935  / 10 Years ago, tue, december 30, 2014, 12:00:00

I have a Blob object I want to inspect by logging its value. All I can see are type and size properties. Is there a way to do this?



console.logging


More From » blob

 Answers
44

Updated for 2023, this can now be done with


await blob.text()

(Thanks @Kaiido)


[#68352] Friday, December 26, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
yosefleod

Total Points: 113
Total Questions: 100
Total Answers: 115

Location: Egypt
Member since Tue, May 3, 2022
2 Years ago
;