Skip to content

Conversation

@jakearchibald
Copy link

The diff is bad since I changed the indenting so it'd syntax highlight as JS.

Summary:

  • Changed executeMicrotasks to execute until the list is empty, including any additional items added.
  • Added executeJSCallback which should be called for all JS callbacks, including those from tasks, but there isn't really a way to express this.
  • Added executeRequestAnimationFrameCallbacks to show that additional callbacks queued will happen in the next turn around the render loop.

@jakearchibald
Copy link
Author

I've split out the reindenting commit. The actual changes are at 9427d9b

@paulirish
Copy link

paulirish commented Sep 26, 2017

probably a tad easier to review without the whitespace changes: ?w=1

@jakearchibald
Copy link
Author

TIL about ?w=1!

However, I split out the commits, so you can also see 9427d9b.

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.

2 participants