Files
AFFiNE-Mirror/packages/common/y-provider
李华桥 30a58f7b70 v0.10.2
2023-11-16 14:28:36 +08:00
..
2023-11-16 14:28:36 +08:00

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).