Eager Evaluation #4077
jasonLaster
started this conversation in
Ideas
Replies: 1 comment
-
March 15, 2022: We shipped this, yes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Eager evaluation is a feature in chrome and firefox devtools where the JS Engine eagerly evaluates an expression as the user is typing up until the point where there is a mutation.
This makes the console feel much more interactive. It could also speed up logpoints and conditionals as well.
https://developer.chrome.com/blog/new-in-devtools-68/#eagerevaluation
tracking backend work here
Beta Was this translation helpful? Give feedback.
All reactions