CheshireCaat / bas-remote-node

NodeJS library, which allows you to automate Google Chrome browser.
MIT License
28 stars 7 forks source link

Proper catch exceptions from network get #20

Closed dmitryp-rebel closed 3 months ago

dmitryp-rebel commented 10 months ago

Here it is proper way to catch exception from network requests. It allows avoid uncaught exception cases.

CheshireCaat commented 3 months ago

Added in https://github.com/CheshireCaat/bas-remote-node/commit/7af0e92, thanks!