puppeteer/new-docs/puppeteer.protocol.network.loadingfinishedevent.shouldreportcorbblocking.md
2020-07-13 14:01:35 +01:00

706 B

Home > puppeteer > Protocol > Network > LoadingFinishedEvent > shouldReportCorbBlocking

Protocol.Network.LoadingFinishedEvent.shouldReportCorbBlocking property

Set when 1) response was blocked by Cross-Origin Read Blocking and also 2) this needs to be reported to the DevTools console.

Signature:

shouldReportCorbBlocking?: boolean;