Yad Smood

Results 72 issues of Yad Smood

Such as when we want to enable notification API for the website. See https://chromedevtools.github.io/devtools-protocol/tot/Browser/#method-grantPermissions

enhance

See https://chromedevtools.github.io/devtools-protocol/tot/Tracing This is what it means for devtools UI: https://chromedevtools.github.io/timeline-viewer/

enhance

See https://chromedevtools.github.io/devtools-protocol/tot/Profiler/#method-startPreciseCoverage and https://chromedevtools.github.io/devtools-protocol/tot/CSS/#method-startRuleUsageTracking

enhance

Compare the functions in the `query.go` file.

doc

To help people avoid rod if other libs fit their scenarios better.

doc

See https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API It's like a `Page`, handled by the `Target` domain. We should use the target id to interact with it.

enhance

Better to let CI do it, see https://github.com/golang/tools/tree/master/internal/apidiff

enhance

English is the de facto language for developers, but for beginners, it might be better for them to use their mother tongue. We'd better use https://www.deepl.com/ to translate the https://pkg.go.dev/github.com/go-rod/rod...

doc
help wanted

The reason why I tucked them into a single package is that Golang doesn't support the cyclic package dependency. For example, we have two packages "a" and "b", it's syntax...

enhance

Devtools API doesn't support it yet, we can ask the chromium team to fix it or contribute code to them.

enhance
wontfix