The JavaScript on my website loads several JSON to initialize itself.
I would like to preload them so, when the JavaScript will launch an Ajax request on it, they wi
You have to add not only as="fetch", but (based on this comment) also crossorigin="anonymous". This should work: