Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

138
Visualizações
Sending websocket message in Chrome debugger

I have a chrome extension and there is a websocket that i get message with below code.

chrome.tabs.query({ currentWindow: true, active: true }, function (tabs) {
 let activeTab = tabs[0];
   chrome.debugger.attach({ tabId: activeTab.id }, "1.1", function () {
     chrome.debugger.sendCommand({ tabId: activeTab.id }, "Network.enable");
     chrome.debugger.onEvent.addListener((debuggerId, message, params) => {
       if (message === "Network.webSocketFrameReceived") {
         handleWebsocketMessage(params.response.payloadData);
       }
     })
   })
 })
}

Is there any method which can help me to send websocket message in debugger mode ? I searched in Chrome DevTools Protocol and i found Network.WebSocketFrame but i don't know how can use it.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda