intel / webapps-shopping-list

Apache License 2.0
8 stars 11 forks source link

[tizen/xwalk] fix webkitStorageInfo deprecation warnings #3

Open davidmaxwaterman opened 10 years ago

davidmaxwaterman commented 10 years ago
[1011/132805:INFO:CONSOLE(1)] "object['root'] is [object DirectoryEntry]", source: file:///opt/home/developer/webapps-shopping-list/js/helper.js (1)
[1011/132805:INFO:CONSOLE(1)] "object['name'] is file__0:Persistent", source: file:///opt/home/developer/webapps-shopping-list/js/helper.js (1)
[1011/132805:INFO:CONSOLE(0)] "'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.", source:  (0)
townxelliot commented 10 years ago

I changed the title, to better indicate what we need to address.

davidmaxwaterman commented 10 years ago

ok, though I was more concerned about the errors about the object array, iinm - I guess the number in CONSOLE() being '1' means error?

townxelliot commented 10 years ago

Ah, I didn't get that. I assumed they were info messages rather than errors because of the INFO:CONSOLE part. In which case we should probably have two bugs.