/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCxxPlatform/react/http/IWebSocketClient.cpp
17 строк
509 B
Rubén Norte
Allow custom factories for HTTP and WebSocket clients for DevTools (#53200)
12 авг 2025, 15:41
12 авг 2025, 15:41
4978385
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char WebSocketClientFactoryKey[] = "WebSocketClientFactory"; // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char DevToolsWebSocketClientFactoryKey[] = "DevToolsWebSocketClientFactory"; } // namespace facebook::react