Dominic C.

Results 2 comments of Dominic C.

I was experiencing this issue (.getItem is not a function). My mistake was assuming that `.localStorage("id")` retrieved a "channel" object of some type that `setItem` and `getItem` could be used...

I noticed this as well. It seems that `archive.directory` doesn't append a file to the progress total until after it's been processed. Here's some code demonstrating that: Example Code ```javascript...