@bigbinary/neeto-playwright-commons 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -705,7 +705,7 @@ declare class CustomCommands {
|
|
|
705
705
|
*
|
|
706
706
|
* await neetoPlaywrightUtilities.blockInternalResources();
|
|
707
707
|
* @endexample
|
|
708
|
-
* Registers a single catch-all route
|
|
708
|
+
* Registers a single catch-all route for all network requests and aborts requests whose resourceType is image, stylesheet, or font; everything else is continued. This reduces bandwidth and layout work while still allowing documents, scripts, XHR/fetch, etc. (unless also matched by other routes).
|
|
709
709
|
*
|
|
710
710
|
* page (optional): The Playwright Page whose browser context should receive the route handlers. Defaults to this.page.
|
|
711
711
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "A package encapsulating common playwright code across neeto projects.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
|
|
6
6
|
"license": "apache-2.0",
|