❓Is your feature request related to a problem? Please describe.
We use sync playwrite and all our code is written syncronously but sync playwrite is just a wrapper for the async code and we can do more shit with that.
📝Describe the solution you'd like
Rewrite everything to be coroutine safe and asyncio compatible. Also include some utilities to help ppl do asyncio stuff for maintainence
⚙️Additional context
Add any other context or screenshots about the feature request here.
❓Is your feature request related to a problem? Please describe. We use sync playwrite and all our code is written syncronously but sync playwrite is just a wrapper for the async code and we can do more shit with that.
📝Describe the solution you'd like Rewrite everything to be coroutine safe and asyncio compatible. Also include some utilities to help ppl do asyncio stuff for maintainence
⚙️Additional context Add any other context or screenshots about the feature request here.