-
Notifications
You must be signed in to change notification settings - Fork 440
Add loading attribute for HTMLIframeElement #1221
New issue
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
Add loading attribute for HTMLIframeElement #1221
Conversation
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
8e699d7
to
f86ca91
Compare
5406a71
to
160700d
Compare
160700d
to
1333865
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but please regenerate the baselines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run npm i && npm run build && npm run baseline-accept
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Needs to be reviewed by @saschanaz ? |
Yes |
LGTM, thanks! |
Merging because @saschanaz is a code-owner of all the changes - thanks! |
And thanks @Bashamega for picking up missed PRs! |
You are welcome |
loading
attribuets for<iframe>
element.'eager' | 'lazy'
instead ofstring
as a type forloading
attributes