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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -