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

Fix lib breaks #560

Merged
merged 10 commits into from Aug 2, 2018
Merged

Fix lib breaks #560

merged 10 commits into from Aug 2, 2018

Conversation

mhegazy
Copy link
Contributor

@mhegazy mhegazy commented Aug 2, 2018

Fixes a set of issues that were identified by our real world code test suits.

@saschanaz
Copy link
Contributor

saschanaz commented Aug 3, 2018

@mhegazy Can we mark the deprecated argument of createTreeWalker as deprecated? Also caretRangeFromPoint and almost all other additions here.

@@ -9282,7 +9282,7 @@ interface Location {
/**
* Reloads the current page.
*/
reload(): void;
reload(forcedReload?: boolean): void;
Copy link
Contributor

@saschanaz saschanaz Aug 3, 2018

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can change it to two overloads and mark it as deprecated.

@mhegazy
Copy link
Contributor Author

mhegazy commented Aug 3, 2018

Can we mark the deprecated argument of createTreeWalker as deprecated? Also caretRangeFromPoint and almost all other additions here.

sounds like a good idea.

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.

None yet

2 participants