-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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 globals, part 16: clearInterval()
& setInterval()
#36042
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Content:WebExt
WebExtensions docs
Content:WebAPI
Web API docs
Content:JS
JavaScript docs
Content:Media
Media docs
Content:Learn:Accessibility
Accessibility documentation in the Learn Area
size/m
[PR only] 51-500 LoC changed
labels
Sep 25, 2024
This pull request has merge conflicts that must be resolved before it can be merged. |
github-actions
bot
added
Content:Learn
Learning area docs
Content:HTTP
HTTP docs
Content:Games
Games docs
Content:Performance
Web performance docs
Content:Learn:JavaScript
Learning area JavaScript docs
Content:Firefox
Content in the Mozilla/Firefox subtree
labels
Sep 28, 2024
Josh-Cena
requested review from
wbamberg
and removed request for
a team,
pepelsbey,
dotproto,
Elchi3 and
scottaohara
October 2, 2024 06:17
wbamberg
reviewed
Oct 4, 2024
skyclouds2001
commented
Oct 4, 2024
skyclouds2001
commented
Oct 4, 2024
Co-authored-by: wbamberg <[email protected]>
wbamberg
reviewed
Oct 4, 2024
wbamberg
approved these changes
Oct 4, 2024
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.
👍 nice work @skyclouds2001 . Only one more to go?
Yes |
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Oct 5, 2024
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Oct 5, 2024
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Oct 5, 2024
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Oct 5, 2024
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Oct 5, 2024
* zh-tw: sync translated content * zh-cn: resolve the global function `setInterval()` ref: mdn/content#36042 --------- Co-authored-by: Allo <[email protected]>
sora32127
pushed a commit
to sora32127/translated-content
that referenced
this pull request
Oct 6, 2024
sora32127
pushed a commit
to sora32127/translated-content
that referenced
this pull request
Oct 6, 2024
* zh-tw: sync translated content * zh-cn: resolve the global function `setInterval()` ref: mdn/content#36042 --------- Co-authored-by: Allo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:Firefox
Content in the Mozilla/Firefox subtree
Content:Games
Games docs
Content:HTTP
HTTP docs
Content:JS
JavaScript docs
Content:Learn:Accessibility
Accessibility documentation in the Learn Area
Content:Learn:JavaScript
Learning area JavaScript docs
Content:Learn
Learning area docs
Content:Media
Media docs
Content:Performance
Web performance docs
Content:WebAPI
Web API docs
Content:WebExt
WebExtensions docs
size/m
[PR only] 51-500 LoC changed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Motivation
Additional details
Related issues and pull requests
part of the #33019
/cc @wbamberg