Skip to content

Commit

Permalink
chore: add TODO to not enable the fetch domain globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta committed Oct 10, 2023
1 parent e2730eb commit 7cce83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bidiMapper/domains/context/CdpTarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export class CdpTarget {
// XXX: #1080: Do not always enable the network domain globally.
// TODO: enable Network domain for OOPiF targets.
this.#cdpClient.sendCommand('Network.enable'),
// XXX: #1080: Do not always enable the fetch domain globally.
this.fetchEnable(),
this.#cdpClient.sendCommand('Target.setAutoAttach', {
autoAttach: true,
Expand Down

0 comments on commit 7cce83e

Please sign in to comment.