0.0.6 • Published 1 year ago

dexie-cross v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

dexie-cross

Quality Gate Status Coverage Version Downloads License

Dexie Cross Domain Addon

Dexie Cross allows you to share a Dexie database with other domains.

  • On host side, it's easy as adding an addon to your database.
  • On client side, you should instantiate a specific DexieCrossClient class.

Behind the scenes, the client creates a hidden iframe pointing to the domain where the host database is located.

Thats means that this URL should have correct Content Security Policy header set.

Once it's done, commands will be passed to the host database via postMessage API.

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago