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

Support setTimeout and setInterval in DedicatedWorkerGlobalScope #177

Merged
merged 2 commits into from Jun 3, 2020

Conversation

RuralHunter
Copy link
Contributor

According to the specification, setTimeout and setInterval should be implemented in WindowOrWorkerGlobalScope so that DedicatedWorkerGlobalScope can support the 2 functions.

According to the specification, setTimeout and setInterval should be implemented in WindowOrWorkerGlobalScope
@rbri
Copy link
Member

rbri commented Jun 2, 2020

Many thanks, will be great if you can add some tests also

@RuralHunter
Copy link
Contributor Author

Test cases added.

@rbri rbri merged commit b5992ff into HtmlUnit:master Jun 3, 2020
@rbri
Copy link
Member

rbri commented Jun 3, 2020

Many thanks for your contribution.

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