This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add streaming/cancellable API (#39)
Upgrades to the latest interface-datastore which includes streaming APIs and passing AbortControllers. Uses the new Adapter class to implement these with minimal code changes. * Splits out open so it's not called from the constructor any more * Combines some of the private methods to make code flow simpler * Removes code duplicated by the interface adapter
- Loading branch information
1 parent
c6f2762
commit 5232c1c
Showing
3 changed files
with
32 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters