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
Feat: Add the PagePool.TryGet method while it returns an error for pr…
…ocessing. (#1051)
* PagePool add TryGet to deal error that Page() returns.
* modify tryget
* Add BrowserPool TryGet test
* test coverage
* go fmt
* go fmt
* pool.Get -> pool.MustGet; pool.Get allow error
---------
Co-authored-by: bestmountain <zxcltj@foxmail.com>