Is there a way, or an extension, that lets me watch the “traffic” going through a WebSocket? For debugging purposes I’d like to see the client and server requests/responses....
  • May 23, 2022
  • 0 Comments
Is there a simpler (native perhaps?) way to include an external script file in the Google Chrome browser? Currently I’m doing it like this: document.head.innerHTML += '<script src="https://example.com/file.js"></script>'; 11...
  • May 21, 2022
  • 0 Comments