MCPcopy Create free account
hub / github.com/GoogleChrome/samples /

Class

streams-demo/script.js:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const pre = document.querySelector("pre");
18
19class UpperCaseTransformStream {
20 constructor() {
21 return new TransformStream({
22 transform(chunk, controller) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected