Skip to content

Instantly share code, notes, and snippets.

@fbaierl
Last active November 8, 2018 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbaierl/2f3771137ecd6070b3c3d6be7e29d32e to your computer and use it in GitHub Desktop.
Save fbaierl/2f3771137ecd6070b3c3d6be7e29d32e to your computer and use it in GitHub Desktop.
Puppeteer Library TODOs

1. Trigger more than one recalc()

x ~~~> y z w

2. Trigger with condition

x ~~ onfyIf (() => false) ~~~> y

3. Execute before and after

x ~~ before { println("before") } after { println("after") } ~~~> y

4. Trigger multiple times

x ~~ times(3) ~~~> y

5. Kill

x ~|~> y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment