Lines Matching defs:function
125 function fetch (input, init = {}) {
258 function finalizeAndReportTiming (response, initiatorType = 'other') {
321 function markResourceTiming (timingInfo, originalURL, initiatorType, globalThis, cacheState) {
328 function abortFetch (p, request, responseObject, error) {
373 function fetching ({
528 async function mainFetch (fetchParams, recursive = false) {
780 function schemeFetch (fetchParams) {
897 function finalizeResponse (fetchParams, response) {
910 function fetchFinale (fetchParams, response) {
1001 async function httpFetch (fetchParams) {
1104 function httpRedirectFetch (fetchParams, response) {
1248 async function httpNetworkOrCacheFetch (
1578 async function httpNetworkFetch (
1698 const processBodyChunk = async function * (bytes) {
1743 requestBody = (async function * () {
1921 function onAborted (reason) {
1953 async function dispatch ({ body }) {