简体   繁体   中英

JavaScript Pre-load Is Not Working In Some Browsers

I want to pre-load some JavaScript In Wordpress site

<link rel="preload" href="//mysite.co.in/gplink.js" as="script">
<link rel="preload" href="//mysite.co.in/ouoline.js" as="script">

These Are perfectly working in chrome(both desktop+Mobile) But not in other browsers(Firefox, uc). what i need to change?

Please put this,

<link rel="preload" href="//mysite.co.in/gplink.js" as="fetch" crossorigin="anonymous">
<link rel="preload" href="//mysite.co.in/ouoline.js" as="fetch" crossorigin="anonymous">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM