(In reply to Dragana Damjanovic [:dragana] from comment #54) > `http-on-examine-cached-response` is only send from the parent process because the http cache is only in the parent process. > You can send that event from the content process, but I prefer that you change the name to `http-on-examine-cached-response-content-process`, because `http-on-examine-cached-response` is used by WebExentions as well and if we want to change the behavior of `http-on-examine-cached-response` we need to check with the WebExtensions team beforehand. Thanks Dragana, this is makes sense and is clear now. We are totally fine with a new event.
Bug 1468476 Comment 55 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Dragana Damjanovic [:dragana] from comment #54) > `http-on-examine-cached-response` is only send from the parent process because the http cache is only in the parent process. > You can send that event from the content process, but I prefer that you change the name to `http-on-examine-cached-response-content-process`, because `http-on-examine-cached-response` is used by WebExentions as well and if we want to change the behavior of `http-on-examine-cached-response` we need to check with the WebExtensions team beforehand. Thanks Dragana, this makes sense and is clear now. We are totally fine with a new event.