Skip to content
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 missing window.document variable #3258

Closed
wants to merge 1 commit into from
Closed

Conversation

mseele
Copy link

@mseele mseele commented Mar 12, 2019

@blickly
Copy link
Contributor

blickly commented Mar 12, 2019

Created internal issue http://b/128458409

@tjgq tjgq added the internal-issue-created An internal Google issue has been created to track this GitHub issue label Mar 13, 2019
@@ -3845,6 +3845,11 @@ Window.prototype.WebKitMutationObserver;
*/
Window.prototype.MozMutationObserver;

/**
* @type {Document}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why give it a different type from "var document"?
https://github.com/google/closure-compiler/blob/master/externs/browser/window.js#L44

Also, why put this in html5.js, rather than say window.js?

@brad4d brad4d added the customer issue customer question, problem, or pull request label Apr 3, 2020
@lauraharker
Copy link
Contributor

Closing this since there have been no comments for a year.

@lauraharker lauraharker closed this Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes customer issue customer question, problem, or pull request internal-issue-created An internal Google issue has been created to track this GitHub issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants