mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
651e815b42
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
A set of provider utilities for Yjs
createLazyProvider
A factory function to create a lazy provider. It will not download the document from the provider until the first time a document is loaded at the parent doc.
To use it, first define a DatasourceDocAdapter.
Then, create a LazyProvider with createLazyProvider(rootDoc, datasource).