mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-23 04:55:23 -04:00
The Fetch.enable call takes `patterns` which can limit the path and type of request that should be intercepted. This adds the wildcard support. As before, RI is currently only enabled for Requests, not response. A warning is printed if RI for responses is requested. Fixes: https://github.com/lightpanda-io/browser/issues/3349