MCPcopy Create free account
hub / github.com/angular/dev-infra / isomorphicEncode

Function isomorphicEncode

github-actions/saucelabs/set-saucelabs-env.js:4797–4800  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

4795 controller.close();
4796 (_a = controller.byobRequest) == null ? void 0 : _a.respond(0);
4797 } catch (err) {
4798 if (!err.message.includes("Controller is already closed") && !err.message.includes("ReadableStream is already closed")) {
4799 throw err;
4800 }
4801 }
4802 }
4803 var invalidIsomorphicEncodeValueRegex = /[^\x00-\xFF]/;

Callers 4

buildContentRangeFunction · 0.70
redirectMethod · 0.70
schemeFetchFunction · 0.70
httpNetworkOrCacheFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected