3590 | | * @type string $href URL to include in resource preloads. Required. |
3591 | | * @type string $as How the browser should treat the resource |
3592 | | * (`script`, `style`, `image`, `document`, etc). |
3593 | | * @type string $crossorigin Indicates the CORS policy of the specified resource. |
3594 | | * @type string $type Type of the resource (`text/html`, `text/css`, etc). |
3595 | | * @type string $media Accepts media types or media queries. Allows responsive preloading. |
3596 | | * @type string $imagesizes Responsive source size to the source Set. |
3597 | | * @type string $imagesrcset Responsive image sources to the source set. |
| 3590 | * @type string $href URL to include in resource preloads. Required. |
| 3591 | * @type string $as How the browser should treat the resource |
| 3592 | * (`script`, `style`, `image`, `document`, etc). |
| 3593 | * @type string $crossorigin Indicates the CORS policy of the specified resource. |
| 3594 | * @type string $type Type of the resource (`text/html`, `text/css`, etc). |
| 3595 | * @type string $media Accepts media types or media queries. Allows responsive preloading. |
| 3596 | * @type string $imagesizes Responsive source size to the source Set. |
| 3597 | * @type string $imagesrcset Responsive image sources to the source set. |
| 3598 | * @type string $fetchpriority To specify the priority for resource types |
| 3599 | * such as CSS, fonts, scripts, and images |