You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,10 @@
4
4
5
5
A browser extension used in HTTP Toolkit to intercept non-HTTP browser requests (specifically: hooking WebRTC to mock it automatically with [MockRTC](https://github.com/httptoolkit/mockrtc)).
6
6
7
-
Right now this is not useful standalone - only when combined with HTTP Toolkit for setup. In future it may be usable for automtaed RTC testing (but not today).
7
+
Right now this is not useful standalone - only when combined with HTTP Toolkit for setup. In future it may be usable for automated RTC testing (but not today). Instead, it's best to use MockRTC directly, and use the `MockRTC.hookWebRTCConnection(conn, peer)` or `MockRTC.hookAllWebRTC()` hooks when testing.
0 commit comments