mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
e274c26e8b
This patch: - introduces Request class. - implements Page.setRequestInterceptor method. The method allows to install a callback which will be called for every request with a |Request| object as a single parameter. The callback is free to override certain request's properties and then either continue or abort it. - implements request interception api for phantom-shim and unskips the module/webpage/abort-network-request.js phantomjs test References #1 |
||
---|---|---|
.. | ||
basics | ||
certs | ||
fixtures | ||
manual/standards | ||
module | ||
node_modules | ||
regression | ||
standards | ||
www | ||
run-tests.py | ||
testharness.js | ||
writing-tests.md |