We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All members on the following extension is already defined in HTML:
partial interface HTMLLinkElement { [CEReactions] attribute USVString scope; [CEReactions] attribute WorkerType workerType; [CEReactions] attribute boolean useCache; };
[HTMLConstructor] interface HTMLLinkElement : HTMLElement { [CEReactions] attribute USVString href; [CEReactions] attribute DOMString? crossOrigin; [CEReactions] attribute DOMString rel; [CEReactions] attribute RequestDestination as; // (default "") [SameObject, PutForwards=value] readonly attribute DOMTokenList relList; [CEReactions] attribute DOMString media; [CEReactions] attribute DOMString nonce; [CEReactions] attribute DOMString integrity; [CEReactions] attribute DOMString hreflang; [CEReactions] attribute DOMString type; [SameObject, PutForwards=value] readonly attribute DOMTokenList sizes; [CEReactions] attribute DOMString referrerPolicy; [CEReactions] attribute USVString scope; [CEReactions] attribute WorkerType workerType; [CEReactions] attribute boolean useCache; }; HTMLLinkElement implements LinkStyle;
Is there any reason to keep this extension?
The text was updated successfully, but these errors were encountered:
No reason. This should be cleaned up on the service worker side now they are defined in HTML. I just haven't gotten around to doing so yet.
Sorry, something went wrong.
And this actually is a duplicate of #1073
No branches or pull requests
All members on the following extension is already defined in HTML:
Is there any reason to keep this extension?
The text was updated successfully, but these errors were encountered: