joshualitt

Results 3 comments of joshualitt

@jakemac53 , I know you can't give a thorough review, I'm sending this to your desk mostly as FYI.

RE: the typing discrepancy, even though we will only have one type for all JS functions(`JSFunction`), I think the overall behavior will be much safer with JS types because Dart...

Whoops, I just realized that `bindUnaryCallbackGuarded` doesn't return a `Future` does it? The `expectAsync` threw me off. How does this code involve asynchronous logic without explicitly involving `Future`s at some...