You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove timeout and agent from requestoptions because of the fetch breaking change
BREAKING CHANGE: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead
Copy file name to clipboardExpand all lines: src/RequestRequestOptions.ts
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@ import type { Signal } from "./Signal";
5
5
* Octokit-specific request options which are ignored for the actual request, but can be used by Octokit or plugins to manipulate how the request is sent or how a response is handled
6
6
*/
7
7
exporttypeRequestRequestOptions={
8
-
/**
9
-
* Node only. Useful for custom proxy, certificate, or dns lookup.
0 commit comments