MCPcopy Create free account
hub / github.com/awslabs/llrt / fetch.request.test.ts

File fetch.request.test.ts

tests/unit/fetch.request.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe("Request class", () => {
2 it("should construct a new Request object with the provided URL", () => {
3 const url = "https://example.com";
4 const request = new Request(url);

Callers

nothing calls this directly

Calls 11

getReaderMethod · 0.80
releaseLockMethod · 0.65
readMethod · 0.65
entriesMethod · 0.45
textMethod · 0.45
getMethod · 0.45
jsonMethod · 0.45
bytesMethod · 0.45
blobMethod · 0.45
cloneMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected