Lines Matching defs:async
528 async function mainFetch (fetchParams, recursive = false) {
584 response = await (async () => {
1001 async function httpFetch (fetchParams) {
1248 async function httpNetworkOrCacheFetch (
1578 async function httpNetworkFetch (
1698 const processBodyChunk = async function * (bytes) {
1743 requestBody = (async function * () {
1810 async start (controller) {
1813 async pull (controller) {
1816 async cancel (reason) {
1851 fetchParams.controller.resume = async () => {
1953 async function dispatch ({ body }) {