Is it possible for a Chrome extension to access an IndexedDB database created by a specific domain? -
if http://example.com/ creates indexeddb database, possible chrome extension (used on domains other example.com) open , query database?
no, can not it. data storage sandboxed http://www.html5rocks.com/en/tutorials/offline/storage/
Comments
Post a Comment