This commit is contained in:
kriskbx 2021-04-20 13:19:19 +02:00
parent 1f1b20791f
commit 245082fd8e

View File

@ -305,7 +305,7 @@ fired up to multiple times a second:
You need to serialize the Y-Doc that hocuspocus gives you to something you can actually display in
your views.
This example is **not intended** to be a primary storage as serializing to and deserializing from JSON not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage.
This example is **not intended** to be a primary storage as serializing to and deserializing from JSON will not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage.
```typescript
import {debounce} from 'debounce'