Add ReadableStream support to k6 #3258
Annotations
1 error and 10 warnings
lint
issues found
|
lint:
js/modules/k6/experimental/streams/readable_streams.go#L404
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
lint:
js/modules/k6/html/serialize.go#L10
exported: exported type FormValue should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/serialize.go#L15
exported: exported method Selection.SerializeArray should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/html.go#L71
exported: exported type Selection should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/element.go#L15
exported: exported const ElementNode should have comment (or a comment on this block) or be unexported (revive)
|
lint:
js/modules/k6/html/serialize.go#L50
exported: exported method Selection.SerializeObject should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/element.go#L22
exported: exported type Element should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/html.go#L167
exported: exported method Selection.Add should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/serialize.go#L61
exported: exported method Selection.Serialize should have comment or be unexported (revive)
|
lint:
js/modules/k6/html/html.go#L171
exported: exported method Selection.Find should have comment or be unexported (revive)
|