Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ptechgithub/configs
/ abort
Function
abort
worker.js:244–246 ·
view source on GitHub ↗
(reason)
Source
from the content-addressed store, hash-verified
242
log(`readableWebSocketStream is close`);
243
},
244
abort(reason) {
245
log(`readableWebSocketStream is abort`, JSON.stringify(reason));
246
},
247
})).catch((err) => {
248
log(
'readableWebSocketStream pipeTo error'
, err);
249
});
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected