Skip to content

Commit

Permalink
request constructor use same name as parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer authored Jan 6, 2025
1 parent 82df85d commit 7a45bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/api/runtime-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface is part of the Fetch API and represents the request of fetch().
The Request() constructor creates a new Request instance.

```ts
let request = new Request(input, init);
let request = new Request(resource, init);
```

#### Parameters
Expand Down

0 comments on commit 7a45bd3

Please sign in to comment.