|
|
|
|
|
by xg15
1458 days ago
|
|
Reads like a sad state of affairs, but the article itself doesn't really explain whatbthe actual concerns where that caused the proposals to be put on ice. From reading, I mostly get "PTC was un-implemented and put on ice because some browser vendors had issues with it; the alternative proposal, STC, was put on ice because other browser vendors had different issues with it. Then everyone (from the browser vendor side) kind of lost interest." But what were the actual issues that blocked the two proposals? Edit: Ah, I'm sorry. The issues with PTC are indeed described, but STC was brought forward specifically to address those reasons. So why wasn't STC implemented then? |
|
Why are browser vendors ignoring PTC? V8 chalks it up to two main reasons:
* It makes it more difficult to understand during debugging how execution arrived at a certain point since the stack contains discontinuities, and
* error.stack contains less information about execution flow which may break telemetry software that collects and analyzes client-side errors.