Re: [w3ctag/design-reviews] JS Self-Profiling API (#366)

BTW, one concern I heard from colleagues is that they'd like to avoid content depending on what stack frames look like (which is already apparently a problem with `Error.stack`) since they'd like to be able to change/improve that over time.  Having content depend on it means that, even though the spec says implementations can do what they want, they end up being unable to change things.  It's possible this might be an argument for going the other way on compression -- although on the other hand doing un-gzipping is likely to be pretty trivial on the client soon, so it's likely not a very strong argument.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/366#issuecomment-531022414

Received on Thursday, 12 September 2019 21:56:26 UTC