Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
const
pre = document.querySelector(
"pre"
);
18
19
class
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