Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signals #22

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Add signals #22

merged 1 commit into from
Jan 27, 2024

Conversation

vweevers
Copy link
Member

Mainly for tests. This way I can add support of signals to classic-level and add tests for it in abstract-level that do:

if (db.supports.signals?.iterators) {
  test('abort', function (t) {
    // ..
  })
}

Mainly for tests. This way I can add support of signals to
`classic-level` and add tests for it in `abstract-level` that do:

```
if (db.supports.signals?.iterators) {
  test('abort', function (t) {
    // ..
  })
}
```
@vweevers vweevers added the semver-minor New features that are backward compatible label Nov 19, 2022
vweevers added a commit to Level/abstract-level that referenced this pull request Nov 19, 2022
@vweevers vweevers merged commit 74b1706 into master Jan 27, 2024
@vweevers vweevers deleted the add-signals branch January 27, 2024 17:39
vweevers added a commit to Level/abstract-level that referenced this pull request Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-minor New features that are backward compatible
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant