jfroelich / rss-reader

A simple Chrome extension for viewing RSS feeds
Other
10 stars 0 forks source link

Research batch delete in indexedDB for favicon compact #706

Open jfroelich opened 5 years ago

jfroelich commented 5 years ago

Optimize favicon compact to use a single delete request. Check if indexedDB now supports a range for delete, and see if there is a simple way of deleting expired entries that does not involve object deserialization. I think Joshua Bell mentioned something on the github project about new indexedDB features, so this may eventually be supported.

jfroelich commented 5 years ago

delete does accept a range, I think? I think Mr. Bell corrected me on this one.