콘텐츠로 이동

createMemoryBlobStore

이 콘텐츠는 아직 번역되지 않았습니다.

function createMemoryBlobStore(options?): SegmentBlobStore & {
size: number;
keys: string[];
};

创建纯内存的 SegmentBlobStore;附 size / keys() 供测试直读。

MemoryBlobStoreOptions