Loading
Bug 1790372 - [bidi] Add basic support for network.responseCompleted event...
Bug 1790372 - [bidi] Add basic support for network.responseCompleted event r=webdriver-reviewers,whimboo NetworkObserver addResponseContent is the last observable callback for a given request, so let's start by using this as the trigger for responseCompleted. However, as noted on the bug and on Bug 18092102, this does not meet the expectations from the spec completely so we might have to change to another observable later. Differential Revision: https://phabricator.services.mozilla.com/D166373