quicklink.prefetch need add option crossorigin attr,support prefetch cross origin resources
Author: cendechenCreated Sep 26, 2023Updated Jun 30, 2026
firstly you prefetch a different origin script resource without cross-origin attr , then you use with cross-origin attr script tag to load js ,final for browser occur CORS Error
Source: GoogleChromeLabs/quicklink