[IndexedDB] Grant access to other domains (#60)

Currently this requires opening an iframe and proxying all data access (hence, perf issue)

One approach would be to make IDBDatabase connection objects Transferable; then they could be passed between cooperating frames via postMessage()


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/60

Received on Thursday, 8 October 2015 00:28:00 UTC