Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 25 of 26) sorted by relevance

12

/expo/apps/bare-expo/relapse/
H A Dserver.js21 ws: null, property
25 wss.on('connection', ws => {
26 ws.on('message', message => {
41 state.ws = ws;
42 startOptions.onConnect && startOptions.onConnect(ws);
46 if (state.ws) state.ws.close();
57 if (!state || !state.ws) {
60 state.ws.send(JSON.stringify(message));
/expo/packages/@expo/cli/src/start/server/
H A DReactDevToolsProxy.ts29 serverInstance.on('connection', function connection(ws) {
30 ws.on('message', function message(rawData, isBinary) {
35 closeAllOtherClients(ws);
41 if (client !== ws && client.readyState === WebSocket.OPEN) {
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DJsInspector.ts28 const ws = app.webSocketDebuggerUrl.replace(/^ws:\/\//, ''); constant
29 const url = `${urlBase}?panel=console&ws=${encodeURIComponent(ws)}`;
/expo/packages/@expo/cli/src/start/server/metro/
H A DrunServer-fork.ts111 websocketEndpoints[pathname].handleUpgrade(request, socket, head, (ws) => {
112 websocketEndpoints[pathname].emit('connection', ws, request);
/expo/docs/pages/guides/
H A Dusing-hermes.mdx90 …rl": "devtools://devtools/bundled/js_app.html?experiments=true&v8only=true&ws=%5B%3A%3A1%5D%3A8081…
92 "webSocketDebuggerUrl": "ws://[::1]:8081/inspector/debug?device=0&page=2",
100 …rl": "devtools://devtools/bundled/js_app.html?experiments=true&v8only=true&ws=%5B%3A%3A1%5D%3A8081…
102 "webSocketDebuggerUrl": "ws://[::1]:8081/inspector/debug?device=0&page=-1",
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/
H A Dproxy.test.ts331 websockets[pathname].handleUpgrade(request, socket, head, (ws) => {
332 websockets[pathname].emit('connection', ws, request);
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGFontData.mm177 NSNumber *ws = wordSpacing;
178 data->wordSpacing = (CGFloat)[ws doubleValue];
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGFontData.mm177 NSNumber *ws = wordSpacing;
178 data->wordSpacing = (CGFloat)[ws doubleValue];
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGFontData.mm177 NSNumber *ws = wordSpacing;
178 data->wordSpacing = (CGFloat)[ws doubleValue];
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGFontData.mm177 NSNumber *ws = wordSpacing;
178 data->wordSpacing = (CGFloat)[ws doubleValue];
/expo/packages/@expo/metro-runtime/build/
H A DmessageSocket.js.map1 …ient.\n\nconst protocol = window.location.protocol === 'https:' ? 'wss' : 'ws';\nconst messageSock…
H A DHMRClient.js.map1 …n const serverScheme = window.location.protocol === 'https:' ? 'wss' : 'ws';\n const client …
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/
H A DABI48_0_0EXUpdatesConfig.m274 if ([@"http" isEqualToString:scheme] || [@"ws" isEqualToString:scheme]) {
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/
H A DABI47_0_0EXUpdatesConfig.m274 if ([@"http" isEqualToString:scheme] || [@"ws" isEqualToString:scheme]) {
/expo/
H A Dyarn.lock2208 ws "8.12.1"
2233 ws "8.12.1"
2414 ws "^8.12.0"
3217 ws "^7.5.1"
4588 "@types/ws@^8.0.0", "@types/ws@^8.5.4":
11853 isomorphic-ws@5.0.0, isomorphic-ws@^5.0.0:
16202 ws "^7"
20288 ws@8.12.1:
20293 ws@8.14.1, ws@>=7.4.6, ws@^8.11.0, ws@^8.12.0, ws@^8.12.1:
20298 ws@^6.2.1, ws@^6.2.2:
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/WebSocket/
H A DABI48_0_0RCTSRWebSocket.m91 // So instead, just map ws -> http and wss -> https.
287 …[scheme isEqualToString:@"ws"] || [scheme isEqualToString:@"http"] || [scheme isEqualToString:@"ws…
1665 } else if ([scheme isEqualToString:@"ws"]) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/WebSocket/
H A DABI47_0_0RCTSRWebSocket.m88 // So instead, just map ws -> http and wss -> https.
283 …assert([scheme isEqualToString:@"ws"] || [scheme isEqualToString:@"http"] || [scheme isEqualToStri…
1562 } else if ([scheme isEqualToString:@"ws"]) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTPerfMonitor.mm434 …]+ \\wb => (Eden|Full)Collection, (?:Skipped copying|Did copy), ([\\d\\.]+) \\wb, [\\d.]+ \\ws\\]";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTPerfMonitor.mm434 …]+ \\wb => (Eden|Full)Collection, (?:Skipped copying|Did copy), ([\\d\\.]+) \\wb, [\\d.]+ \\ws\\]";
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTPerfMonitor.mm434 …]+ \\wb => (Eden|Full)Collection, (?:Skipped copying|Did copy), ([\\d\\.]+) \\wb, [\\d.]+ \\ws\\]";
/expo/tools/
H A Dyarn.lock2016 ws "^1.1.0"
12899 ws "^6.2.1"
13271 ws@^1.1.0:
13273 resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
13279 ws@^6.2.1:
13281 resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
/expo/docs/
H A Dyarn.lock5468 ws "^8.8.0"
7346 ws "8.8.1"
9094 ws@8.8.1, ws@^8.8.0:
9096 resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js431 …rser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.… property
H A DEXDevMenuApp.android.js432 …rser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.… property
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle432 …rser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.…

12