Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Sep 10, 2024
1 parent 8423a34 commit 4931c85
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/bidiMapper/modules/network/NetworkRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,16 +736,6 @@ export class NetworkRequest {
this.waitNextPhase.reject(new Error());
}

get #context() {
return (
this.#response.paused?.frameId ??
this.#request.info?.frameId ??
this.#request.paused?.frameId ??
this.#request.auth?.frameId ??
null
);
}

/** Returns the HTTP status code associated with this request if any. */
get statusCode(): number | undefined {
return (
Expand Down

0 comments on commit 4931c85

Please sign in to comment.