Home
last modified time | relevance | path

Searched defs:RequestInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/undici/src/types/
Dfetch.d.ts12 export type RequestInfo = string | URL | Request alias
/third_party/node/deps/undici/src/lib/fetch/
Drequest.js852 webidl.converters.RequestInfo = function (V) { class in webidl.converters
/third_party/node/deps/undici/
Dundici.js6594 webidl.converters.RequestInfo = function(V) { class