We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ae3a1 commit 88ad6ccCopy full SHA for 88ad6cc
internal/js/modules/k6/browser/browser/registry.go
@@ -184,6 +184,7 @@ type browserRegistry struct {
184
185
type browserBuildFunc func(ctx, vuCtx context.Context) (*common.Browser, error)
186
187
+//nolint:gochecknoglobals
188
var fidDeprecationWarningOnce sync.Once
189
190
// newBrowserRegistry should only take a background context, not a context from
0 commit comments