You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
It doesn't pass the iterator snapshot test currently, because level.js creates the IDB cursor lazily (on next). It should create it in the Iterator constructor instead.
The text was updated successfully, but these errors were encountered:
Without updating anything yet.
It doesn't pass the iterator snapshot test currently, because
level.js
creates the IDB cursor lazily (onnext
). It should create it in the Iterator constructor instead.The text was updated successfully, but these errors were encountered: