Home
last modified time | relevance | path

Searched refs:jsProtocol (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp260 … napi_value jsProtocol = NapiUtils::GetNamedProperty(GetEnv(), optionsValue, ContextKey::PROTCOL); in ParseProtocol() local
261 if (NapiUtils::GetValueType(GetEnv(), jsProtocol) == napi_string) { in ParseProtocol()