Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Jun 11, 2024
1 parent 5ca54f9 commit db4476a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions docs/functions/fetchT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A `FetchTask` representing the operation with a `string` response.

### Source

[src/fetch/fetch.ts:14](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L14)
[src/fetch/fetch.ts:14](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L14)

## fetchT(url, init)

Expand All @@ -54,7 +54,7 @@ A `FetchTask` representing the operation with an `ArrayBuffer` response.

### Source

[src/fetch/fetch.ts:26](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L26)
[src/fetch/fetch.ts:26](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L26)

## fetchT(url, init)

Expand All @@ -79,7 +79,7 @@ A `FetchTask` representing the operation with a `Blob` response.

### Source

[src/fetch/fetch.ts:38](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L38)
[src/fetch/fetch.ts:38](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L38)

## fetchT(url, init)

Expand Down Expand Up @@ -110,7 +110,7 @@ A `FetchTask` representing the operation with a response parsed as JSON.

### Source

[src/fetch/fetch.ts:51](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L51)
[src/fetch/fetch.ts:51](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L51)

## fetchT(url, init)

Expand All @@ -135,7 +135,7 @@ A `FetchResponse` representing the operation with a `string` response.

### Source

[src/fetch/fetch.ts:63](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L63)
[src/fetch/fetch.ts:63](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L63)

## fetchT(url, init)

Expand All @@ -160,7 +160,7 @@ A `FetchResponse` representing the operation with an `ArrayBuffer` response.

### Source

[src/fetch/fetch.ts:74](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L74)
[src/fetch/fetch.ts:74](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L74)

## fetchT(url, init)

Expand All @@ -185,7 +185,7 @@ A `FetchResponse` representing the operation with a `Blob` response.

### Source

[src/fetch/fetch.ts:85](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L85)
[src/fetch/fetch.ts:85](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L85)

## fetchT(url, init)

Expand Down Expand Up @@ -216,7 +216,7 @@ A `FetchResponse` representing the operation with a response parsed as JSON.

### Source

[src/fetch/fetch.ts:97](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L97)
[src/fetch/fetch.ts:97](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L97)

## fetchT(url, init)

Expand All @@ -241,7 +241,7 @@ A `FetchTask` representing the operation with a generic `Response`.

### Source

[src/fetch/fetch.ts:108](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L108)
[src/fetch/fetch.ts:108](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L108)

## fetchT(url, init)

Expand All @@ -266,7 +266,7 @@ A `FetchResponse` representing the operation with a generic `Response`.

### Source

[src/fetch/fetch.ts:119](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L119)
[src/fetch/fetch.ts:119](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L119)

## fetchT(url, init)

Expand Down Expand Up @@ -297,7 +297,7 @@ A `FetchResponse` or `FetchTask` depending on the `abortable` option in `init`.

### Source

[src/fetch/fetch.ts:131](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L131)
[src/fetch/fetch.ts:131](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L131)

## fetchT(url, init)

Expand All @@ -322,4 +322,4 @@ A `FetchResponse` representing the operation with a `Response` object.

### Source

[src/fetch/fetch.ts:140](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/fetch.ts#L140)
[src/fetch/fetch.ts:140](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/fetch.ts#L140)
2 changes: 1 addition & 1 deletion docs/interfaces/FetchTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Aborts the fetch task, optionally with a reason for the abortion.
#### Source
[src/fetch/defines.ts:22](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/defines.ts#L22)
[src/fetch/defines.ts:22](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/defines.ts#L22)
2 changes: 1 addition & 1 deletion docs/type-aliases/FetchResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Represents the response of a fetch operation, encapsulating the result data or a

## Source

[src/fetch/defines.ts:9](https://github.com/JiangJie/fetch-t/blob/9bb5255c39f65ddbd2bea354117f2d90eec16594/src/fetch/defines.ts#L9)
[src/fetch/defines.ts:9](https://github.com/JiangJie/fetch-t/blob/5ca54f90db4fac871c3148a812ceaa65b2b2c097/src/fetch/defines.ts#L9)

0 comments on commit db4476a

Please sign in to comment.