9.0.12 • Published 6 months ago

y-indexeddb v9.0.12

Weekly downloads
1,458
License
MIT
Repository
github
Last release
6 months ago

y-indexeddb

IndexedDB database provider for Yjs. Documentation

Use the IndexedDB database adapter to store your shared data persistently in the browser. The next time you join the session, your changes will still be there.

  • Minimizes the amount of data exchanged between server and client
  • Makes offline editing possible

Getting Started

You find the complete documentation published online: API documentation.

npm i --save y-indexeddb
const provider = new IndexeddbPersistence(docName, ydoc)

provider.on('synced', () => {
  console.log('content from the database is loaded')
})

API

License

Yjs is licensed under the MIT License.

kevin.jahns@protonmail.com

9.0.12

6 months ago

9.0.11

12 months ago

9.0.10

1 year ago

9.0.9

2 years ago

9.0.8

2 years ago

9.0.7

2 years ago

9.0.6

3 years ago

9.0.5

4 years ago

9.0.4

4 years ago

9.0.3

4 years ago

9.0.2

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

9.0.0-6

6 years ago

9.0.0-5

6 years ago

9.0.0-4

6 years ago

9.0.0-3

6 years ago

9.0.0-2

6 years ago

9.0.0-1

6 years ago

9.0.0-0

7 years ago

8.1.9

7 years ago

8.1.6

7 years ago

8.1.5

8 years ago

8.1.4

8 years ago

8.1.3

8 years ago

8.1.2

8 years ago

8.1.1

8 years ago

8.1.0

8 years ago

8.0.3

8 years ago

8.0.2

8 years ago

8.0.1

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago