Closed
Description
What is the problem this feature will solve?
response.writeEarlyHints
currently supports only as
, anchor
and title
.
- The list of all available attributes is available https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attributes.
- The syntax for the link header is available https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link#syntax.
Referencing #44820
What is the feature you are proposing to solve the problem?
To have a feature & stable link header setting through writeEarlyHints API.
What alternatives have you considered?
No response