mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
559 B
559 B
Home > puppeteer > Protocol > Page > ReloadRequest > ignoreCache
Protocol.Page.ReloadRequest.ignoreCache property
If true, browser cache is ignored (as if the user pressed Shift+refresh).
Signature:
ignoreCache?: boolean;