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 was 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.