From af83207176f43fbfd0d73385445832a5033927dc Mon Sep 17 00:00:00 2001 From: Robin Richtsfeld Date: Tue, 1 Jun 2021 11:29:38 +0200 Subject: [PATCH] docs(requestinterception): remove outdated NOTE (#7304) --- docs/api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index cbc5a257eb5d0..3cd2ffacf792d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -2250,8 +2250,6 @@ const puppeteer = require('puppeteer'); })(); ``` -> **NOTE** Enabling request interception disables page caching. - #### page.setUserAgent(userAgent) - `userAgent` <[string]> Specific user agent to use in this page