I am currently running a service on phone that will continuously retrieve and store the data into my web-sql...
However, it has since exceed 8,000 character counts and I would like to store the data into a blob file.
Is there any example available to use file-stream to store the data into a blob file and using file-reader to extract the data?
Thank you!