-
Notifications
You must be signed in to change notification settings - Fork 18
Implement "modify and resend" #21
Comments
Hey. I had a look at this issue, but after creating the gui, I failed to figure out how to hook into an active web socket connection. We have a webSocketSerialID on a frame, but I find no API that lets us connect using this ID. If you have any suggestions on how one could do this, I'm all ears. |
Actually, I don't even know if Firefox provides such an API, there might be some requirements to fulfill. @bakulf Is it already possible? Otherwise how hard would it be to implement that? @esphen Also would you be interested in sharing your work in progress? Florent |
Of course, @fflorent. This is what I got so far: master...esphen:issue21 |
Thanks @esphen and nice patch! As this bug sounds to be blocked until we have a clear answer for your question, would you be interested in contributing on other issues? (this one for example) If so and when you need some assistance, don't hesitate to ping me on IRC if I can help (my nickname is fflorent on #firebug or #devtools ; server: irc.mozilla.org). You can also ping Honza on these channels (he's more active during the work week). Florent |
We don't have such functionality and I don't know if we really want to have it. But if we decide to go for this functionality, we must implement quite few things: @janodvarko can you give a feedback about this? |
Like in the Network panel, the "modify and resend" feature would be quite useful in order to interact with the server directly (and to debug it). The feature would be available for the outgoing messages only.
Florent
The text was updated successfully, but these errors were encountered: