mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #29] [MERGED] Improvement: api event emitter #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-core/pull/29
Author: @appy-one
Created: 1/1/2023
Status: ✅ Merged
Merged: 2/13/2023
Merged by: @appy-one
Base:
master← Head:improvement/api-event-emitter📝 Commits (2)
712fa65letApiinherit fromSimpleEventEmitter5b00165newpipemethods to forward events📊 Changes
2 files changed (+15 additions, -3 deletions)
View changed files
📝
src/api.ts(+5 -3)📝
src/simple-event-emitter.ts(+10 -0)📄 Description
Allows AceBase async db open/create functionality to bubble events up, needed for errors and good for ready event handling (which currently uses callback)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
onChangesubscriptions #31