Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
describe(
"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
getReader
Method · 0.80
releaseLock
Method · 0.65
read
Method · 0.65
entries
Method · 0.45
text
Method · 0.45
get
Method · 0.45
json
Method · 0.45
bytes
Method · 0.45
blob
Method · 0.45
clone
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected