From 681a60332616387de07691c92e14ea6b454e5cf2 Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Fri, 30 Apr 2021 11:10:57 +0300 Subject: [PATCH] Review changes --- browser.go | 1 + 1 file changed, 1 insertion(+) diff --git a/browser.go b/browser.go index 01dccb1d..c161b1ab 100644 --- a/browser.go +++ b/browser.go @@ -120,6 +120,7 @@ func NewBrowser(ctx context.Context, urlstr string, opts ...BrowserOption) (*Bro } // Process returns the process object of the browser. +// // It could be nil when the browser is allocated with RemoteAllocator. // It can be used to control the memory consumed by the browser process. //