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
Is your feature request related to a problem? Please describe.
Remove useless imports like the Buffer one here in certain environments. e.g. node doesn't need buffer import since it's already defined https://nodejs.org/api/buffer.html
Describe the solution you'd like
Use dynamic imports to improve efficiency of the driver.
Dependencies we can remove using dynamic imports:
whatwg-url
buffer
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Remove useless imports like the Buffer one here in certain environments. e.g. node doesn't need buffer import since it's already defined https://nodejs.org/api/buffer.html
Describe the solution you'd like
Use dynamic imports to improve efficiency of the driver.
Dependencies we can remove using dynamic imports:
The text was updated successfully, but these errors were encountered: