readme tweak

This commit is contained in:
2026-06-07 01:28:01 -04:00
parent 91ab1d9e7e
commit e363d79bec

View File

@@ -105,24 +105,7 @@ Gets the browser's user agent string.
## `fplay.web_response_whitelist(sources)` ## `fplay.web_response_whitelist(sources)`
Outputs the response body for specific data sources. `sources` can is an array that can contain: Outputs the response body for specific data sources. `sources` is an array that can contain: `main_frame`, `sub_frame`, `stylesheet`, `script`, `image`, `object`, `xmlhttprequest`, `ping`, `font`, `media`, `websocket`, `csp_report`, `imageset`, `web_manifest`, `speculative` and `other`
- `main_frame`
- `sub_frame`
- `stylesheet`
- `script`
- `image`
- `object`
- `xmlhttprequest`
- `ping`
- `font`
- `media`
- `websocket`
- `csp_report`
- `imageset`
- `web_manifest`
- `speculative`
- `other`
Default is `main_frame`, `xmlhttprequest`. Default is `main_frame`, `xmlhttprequest`.