Skip to content

Commit

Permalink
Move main loops handling code to library_eventloop.js. NFC
Browse files Browse the repository at this point in the history
This means that programs that use the main event loops don't need to
depend on the `Browser` object.

We already supported and test the main loops handling code on node, but
programs that only use the event loop without any other `Browser`
functions no longer need to pull in the whole `Browser` object.
  • Loading branch information
sbc100 committed Sep 24, 2024
1 parent c104419 commit 9614b08
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 381 deletions.
Loading

0 comments on commit 9614b08

Please sign in to comment.