-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amp-bind: Rate-limit history operations (#23938)
* First pass with promises. * Use a queue with debounced flush instead. * Minor clean up. * Use enum instead of string for op. * Oops. * Immediately flush on push. * A few fixes and add tests. * Fix types, one more test. * Minor simplification. * Justin's comments. * Avoid array deopt due to out-of-bounds access.
- Loading branch information
William Chou
authored
Aug 15, 2019
1 parent
c0d163a
commit fb19bc7
Showing
2 changed files
with
138 additions
and
20 deletions.
There are no files selected for viewing
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
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