| /expo/apps/bare-expo/relapse/ |
| H A D | server.js | 21 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 D | ReactDevToolsProxy.ts | 29 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 D | JsInspector.ts | 28 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 D | runServer-fork.ts | 111 websocketEndpoints[pathname].handleUpgrade(request, socket, head, (ws) => { 112 websocketEndpoints[pathname].emit('connection', ws, request);
|
| /expo/docs/pages/guides/ |
| H A D | using-hermes.mdx | 90 …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 D | proxy.test.ts | 331 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 D | ABI47_0_0RNSVGFontData.mm | 177 NSNumber *ws = wordSpacing; 178 data->wordSpacing = (CGFloat)[ws doubleValue];
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Text/ |
| H A D | ABI49_0_0RNSVGFontData.mm | 177 NSNumber *ws = wordSpacing; 178 data->wordSpacing = (CGFloat)[ws doubleValue];
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Text/ |
| H A D | ABI48_0_0RNSVGFontData.mm | 177 NSNumber *ws = wordSpacing; 178 data->wordSpacing = (CGFloat)[ws doubleValue];
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Text/ |
| H A D | RNSVGFontData.mm | 177 NSNumber *ws = wordSpacing; 178 data->wordSpacing = (CGFloat)[ws doubleValue];
|
| /expo/packages/@expo/metro-runtime/build/ |
| H A D | messageSocket.js.map | 1 …ient.\n\nconst protocol = window.location.protocol === 'https:' ? 'wss' : 'ws';\nconst messageSock…
|
| H A D | HMRClient.js.map | 1 …n const serverScheme = window.location.protocol === 'https:' ? 'wss' : 'ws';\n const client …
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesConfig.m | 274 if ([@"http" isEqualToString:scheme] || [@"ws" isEqualToString:scheme]) {
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesConfig.m | 274 if ([@"http" isEqualToString:scheme] || [@"ws" isEqualToString:scheme]) {
|
| /expo/ |
| H A D | yarn.lock | 2208 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 D | ABI48_0_0RCTSRWebSocket.m | 91 // 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 D | ABI47_0_0RCTSRWebSocket.m | 88 // 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 D | ABI49_0_0RCTPerfMonitor.mm | 434 …]+ \\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 D | ABI47_0_0RCTPerfMonitor.mm | 434 …]+ \\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 D | ABI48_0_0RCTPerfMonitor.mm | 434 …]+ \\wb => (Eden|Full)Collection, (?:Skipped copying|Did copy), ([\\d\\.]+) \\wb, [\\d.]+ \\ws\\]";
|
| /expo/tools/ |
| H A D | yarn.lock | 2016 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 D | yarn.lock | 5468 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 D | EXDevMenuApp.ios.js | 431 …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 D | EXDevMenuApp.android.js | 432 …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 D | main.jsbundle | 432 …rser":"^0.1.10","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.2.2",yargs:"^17.…
|