Level / abstract-leveldown

An abstract prototype matching the leveldown API.
MIT License
146 stars 53 forks source link

feat: implement asyncIterator #340

Closed MeirionHughes closed 5 years ago

MeirionHughes commented 5 years ago

see https://github.com/Level/abstract-leveldown/issues/235#issuecomment-504695413. WIP PR to trigger tests.

MeirionHughes commented 5 years ago

wow the browser tests are taking ages. :O

edit: I think its stuck. :(

vweevers commented 5 years ago

@MeirionHughes re: the browser tests getting stuck, I didn't look, but it's most likely due to some browser (like IE) being unable to parse syntax or not having Symbol so it never starts the test. The test suite / tooling can't currently detect that case, and will wait forever for the browser to send back test results. FYI