Add asyncIterator
Added support for asyncIterator. Per docs (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) it supports both sync and async iterators so this PR includes
- for await addition (harFromMessages is now async)
- added a function processMessage
- added a dummy test which has an asyncIterator
Looks ok, so I'm thinking maybe having two different functions, but I can fix that. I'm doing a big refactoring that I want to happen first, but I can cherry pick your change if it's ok for you. Probably can merge/release Sunday.
@soulgalore Sounds great !
@soulgalore How is the release going ?
are you still planning to merge this eventually?
Yes, let me try to fix the async iterator, haven't had any focus on it yet.