Home
last modified time | relevance | path

Searched refs:respond (Results 1 – 25 of 83) sorted by relevance

1234

/expo/packages/@expo/server/build/vendor/
H A Dhttp.js3 exports.respond = exports.convertHeaders = exports.convertRequest = exports.createRequestHandler = …
19 await respond(res, response);
65 async function respond(res, expoRes) { function
80 exports.respond = respond;
H A Dexpress.js3 exports.respond = exports.convertRequest = exports.convertHeaders = exports.createRequestHandler = …
19 await respond(res, response);
64 async function respond(res, expoRes) { function
79 exports.respond = respond;
H A Dnetlify.js3 exports.isBinaryType = exports.convertRequest = exports.createHeaders = exports.respond = exports.c…
12 return respond(response);
16 async function respond(res) { function
36 exports.respond = respond;
H A Dnetlify.d.ts7 export declare function respond(res: ExpoResponse): Promise<HandlerResponse>;
H A Dexpress.d.ts14 export declare function respond(res: express.Response, expoRes: Response): Promise<void>;
H A Dhttp.d.ts16 export declare function respond(res: http.ServerResponse, expoRes: ExpoResponse): Promise<void>;
/expo/packages/@expo/server/src/vendor/
H A Dhttp.ts38 await respond(res, response);
88 export async function respond(res: http.ServerResponse, expoRes: ExpoResponse): Promise<void> { function
H A Dexpress.ts37 await respond(res, response);
86 export async function respond(res: express.Response, expoRes: Response): Promise<void> { function
H A Dnetlify.ts14 return respond(response);
18 export async function respond(res: ExpoResponse): Promise<HandlerResponse> { function
/expo/docs/pages/regulatory-compliance/
H A Dprivacy-shield.mdx15 > If requested to alter, remove, or limit the use or disclosure of data, we will respond within for…
/expo/docs/pages/push-notifications/
H A Doverview.mdx25 …description="Learn how to respond to a notification received by your app and take action based on …
/expo/docs/pages/versions/unversioned/sdk/
H A Dlight-sensor.mdx14 `LightSensor` from `expo-sensors` provides access to the device's light sensor to respond to illumi…
H A Dmagnetometer.mdx14 …`expo-sensors`** provides access to the device magnetometer sensor(s) to respond to and measure th…
H A Dgyroscope.mdx14 `Gyroscope` from **`expo-sensors`** provides access to the device's gyroscope sensor to respond to …
H A Daccelerometer.mdx15 …access to the device accelerometer sensor(s) and associated listeners to respond to changes in acc…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlight-sensor.mdx14 `LightSensor` from `expo-sensors` provides access to the device's light sensor to respond to illumi…
H A Dgyroscope.mdx14 `Gyroscope` from **`expo-sensors`** provides access to the device's gyroscope sensor to respond to …
H A Dmagnetometer.mdx14 …`expo-sensors`** provides access to the device magnetometer sensor(s) to respond to and measure th…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlight-sensor.mdx14 `LightSensor` from `expo-sensors` provides access to the device's light sensor to respond to illumi…
H A Dmagnetometer.mdx14 …`expo-sensors`** provides access to the device magnetometer sensor(s) to respond to and measure th…
H A Dgyroscope.mdx14 `Gyroscope` from **`expo-sensors`** provides access to the device's gyroscope sensor to respond to …
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlight-sensor.mdx14 `LightSensor` from `expo-sensors` provides access to the device's light sensor to respond to illumi…
H A Dgyroscope.mdx14 `Gyroscope` from **`expo-sensors`** provides access to the device's gyroscope sensor to respond to …
H A Dmagnetometer.mdx14 …`expo-sensors`** provides access to the device magnetometer sensor(s) to respond to and measure th…
H A Daccelerometer.mdx15 …access to the device accelerometer sensor(s) and associated listeners to respond to changes in acc…

1234