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 b670d77 commit 517aec4Copy full SHA for 517aec4
internal/js/modules/k6/browser/common/connection.go
@@ -34,6 +34,7 @@ type msgID struct {
34
id int64
35
}
36
37
+//nolint:gochecknoglobals
38
var defaultJSONV2Options = jsonv2.JoinOptions(
39
jsonv2.DefaultOptionsV2(),
40
jsontext.AllowInvalidUTF8(true),
internal/js/modules/k6/browser/tests/ws/server.go
@@ -23,6 +23,7 @@ import (
23
"golang.org/x/net/http2"
24
)
25
26
27
28
29
0 commit comments