While trying WebExtensions webRequest
API, I’ve noticed that the callback function details
object from (at least) some supported webRequest
events (I’ve tested onBeforeSendHeaders
and onResponseStarted
) does not contain a requestId
property like in Chrome.
Are there any future plans to add requestId
to webRequest
details?
Is there any other unique identifier for a web request (in order to match it with the corresponding response for example).
Thanks.