Closed ByScripts closed 4 months ago
createXoStoreConfig() can now be passed a { pollInterval: number } option to enable polling on a collection.
createXoStoreConfig()
{ pollInterval: number }
[!NOTE] This is a temporary solution. A better implementation will follow.
Also, handleAdd and handleAfterLoad have been renamed to handleRecordAdded and handleRecordsLoaded to enhance clarity and comprehension.
handleAdd
handleAfterLoad
handleRecordAdded
handleRecordsLoaded
Fixes #007
See xoa-support#42
See https://...
Introduced by
CHANGELOG.unreleased.md
Description
createXoStoreConfig()
can now be passed a{ pollInterval: number }
option to enable polling on a collection.Also,
handleAdd
andhandleAfterLoad
have been renamed tohandleRecordAdded
andhandleRecordsLoaded
to enhance clarity and comprehension.Checklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md