Unique transformations onerror behavior
The docs mention: https://developers.cloudflare.com/images/pricing/#images-transformed
If I understand correctly,
Does this mean an image with the same resizing params (url, width, height, onerror=redirect etc.) called from a
If I understand correctly,
onerror flag is supported for url transfomations, but not transformations from within a worker: https://developers.cloudflare.com/images/transform-images/transform-via-url/#onerrorDoes this mean an image with the same resizing params (url, width, height, onerror=redirect etc.) called from a
/cdn-cgi url and called from a worker will count as 2 unique transformations? Since the docs above explicitly mention the format flag is exempted from counting as a unique transformation, but onerror isn't mentioned.