Skip to content

Add 'import' to HTMLLinkElements #65

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

Merged
merged 1 commit into from
Feb 11, 2016
Merged

Conversation

pimterry
Copy link

With HTML Imports, elements now have an 'import' property, providing access to the referenced document.

Spec: https://www.w3.org/TR/html-imports/#interface-import

I've left this optional, since it won't exist at all for browsers that don't support HTML Imports yet, and it's always null for browsers that do if the doesn't have rel='import'.

@msftclas
Copy link

Hi @pimterry, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by Microsoft and real humans are currently evaluating your PR.

TTYL, MSBOT;

@mhegazy
Copy link
Contributor

mhegazy commented Feb 11, 2016

thanks.

mhegazy added a commit that referenced this pull request Feb 11, 2016
Add 'import' to HTMLLinkElements
@mhegazy mhegazy merged commit 8781db5 into microsoft:master Feb 11, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Feb 11, 2016

For future references, please file an issue on https://github.com/Microsoft/TypeScript for tracking purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants