Awaits pending interception handlers and then decides how to fulfill the request interception.
class HTTPRequest { abstract finalizeInterceptions(): Promise<void>; }
Returns:
Promise<void>