From 6f7aa67c2146de0e99ad005e273ec6cccd41e91b Mon Sep 17 00:00:00 2001 From: Halil Durak Date: Wed, 19 Aug 2026 16:07:16 +0300 Subject: [PATCH] update `help.zon` --- src/help.zon | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/help.zon b/src/help.zon index 6281f9f23..a95baa04b 100644 --- a/src/help.zon +++ b/src/help.zon @@ -348,6 +348,19 @@ \\ contribute to computed styles (and therefore to visibility checks like \\ display, visibility, opacity, pointer-events). \\ Defaults to false, except in agent mode with an LLM, where it is on. + \\ --load-resources + \\ Comma-separated list of sub-resources to actually request. + \\ Defaults to empty, i.e. none of them. + \\ Allowed values: "image". + \\ "image" requests sources so that load/error events reflect the + \\ real HTTP status, instead of load firing for any non-empty src. The + \\ request stops at the end of the response headers, so only a small + \\ image's body is ever transferred, and images are never decoded: + \\ naturalWidth/naturalHeight stay 0 either way. + \\ Requested images delay the window load event, and therefore + \\ --wait-until load. They are fetched at a lower priority than + \\ scripts, stylesheets and XHR, and never take a connection one of + \\ those is waiting for. \\ --http-cache-dir \\ Directory used as a filesystem cache for network resources. Omitting \\ this disables caching.