Timothy Dresser

Results 6 issues of Timothy Dresser

I've got a lot of links to Instagram videos in my workspace. It would be awesome to be able to embed Instagram videos. If there's appetite, I might craft a...

enhancement

We should likely truncate containerSrc in cases where it's too long.

e.g., # of statements or expressions executed, # of variable or property accesses, or some notion of AST complexity.

There are a bunch of ways to stream data: websockets, webrtc, streaming fetch, etc. Today, we don't expose much useful timing data for these use cases. As an example possible...

I believe some JavaScript engines will optimize out function calls in some cases. @rniwa I think mentioned this last TPAC. How should we handle these cases?