Modeeeeeee
Modeeeeeee
**Describe the bug** Viewport.zoomToElements has a strange behaviour of not centering the elements that we are zooming to. When passing marginOptions to the function itself (lets say top 0.05, left-right...
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...
Currently, the `harFromMessages` function in the `chrome-har` module does not support asynchronous iteration using `for await...of`. This limitation makes it difficult to process asynchronous streams of messages efficiently. I would...