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
github.com/chromedp/chromedp v0.5.3
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b
Google Chrome 85.0.4183.102
go version go1.14.4 darwin/amd64
MacOs Catalina version 10.15.4
I've been implementing a simple HTML to PDF service.
Everything works perfectly and the program delivers the right output.
However, I noticed that every time I call the page.setDocumentContent I get the following warning:
ERROR: received DOM.documentUpdated when there's no top-level frame
Following is an example of how to trigger the error:
I've been implementing a simple HTML to PDF service.
Everything works perfectly and the program delivers the right output.
However, I noticed that every time I call the page.setDocumentContent I get the following warning:
ERROR: received DOM.documentUpdated when there's no top-level frame
Following is an example of how to trigger the error:
The text was updated successfully, but these errors were encountered: