| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,9 +21,9 @@ const { once } = require('events'); | |||
| 21 | 21 | const { compose } = require('stream'); | |
| 22 | 22 | /** | |
| 23 | 23 | * @typedef CacheEntry | |
| 24 | - * @property {Promise<string> | string} resolvedHREF | ||
| 25 | - * @property {Record<string, string>} headers | ||
| 26 | - * @property {Promise<Buffer> | Buffer} body | ||
| 24 | + * @property {Promise<string> | string} resolvedHREF Parsed HREF of the request. | ||
| 25 | + * @property {Record<string, string>} headers HTTP headers of the response. | ||
| 26 | + * @property {Promise<Buffer> | Buffer} body Response body. | ||
| 27 | 27 | */ | |
| 28 | 28 | ||
| 29 | 29 | /** | |
| Back | FazBrowse Home | New Git URL |
0 commit comments