Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 510 Bytes

puppeteer.page.setcacheenabled.md

File metadata and controls

22 lines (13 loc) · 510 Bytes

Home > puppeteer > Page > setCacheEnabled

Page.setCacheEnabled() method

Signature:

setCacheEnabled(enabled?: boolean): Promise<void>;

Parameters

Parameter Type Description
enabled boolean

Returns:

Promise<void>