Rob--W / pdf.js

PDF Reader in JavaScript
Apache License 2.0
5 stars 3 forks source link

chrome.storage.sync instead of chrome.storage.local #5

Closed csbenjamin closed 8 years ago

csbenjamin commented 8 years ago

Is there any chance to use chrome.storage.sync to store the history? Thus the database will be stored on the cloud and it will be synced over all computer that the user is logged in into chrome with a google account. Doing that, if I have some online pdf document, something like www.example.com/myOnlinePdf.pdf, I can open in my office computer, start reading it and later, when I get home, I can open that pdf url and I can continue reading where I had stopped when I was in the office. What do you think?

Rob--W commented 8 years ago

Sounds good to me. Please put this ticket on the main issue tracker at the mozilla/pdf.js repo.