When trying to rel="preload"
a video file using a <link>
tag in the <head>
I get a warning in the Chrome console stating:
<link rel=preload> must have a valid `as` value
My tag is:
<link rel="preload" href="https://storage.googleapis.com/[myFilePath].mp4" as="video" type="video/mp4" media="(min-width: 768px)" crossorigin>