tc39 / proposal-error-stacks

ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack / System.getStack
https://tc39.github.io/proposal-error-stacks/
MIT License
170 stars 13 forks source link

[spec] Add `Error#stack` setter, for web compat. #8

Closed ljharb closed 7 years ago

ljharb commented 7 years ago

Fixes #7.

https://ljharb.github.io/proposal-error-stacks/stack_setter/

ljharb commented 7 years ago

@bzbarsky, does this setter seem to comply with your expectations?

bzbarsky commented 7 years ago

Yes, thank you!

ljharb commented 7 years ago

@erights, if this looks OK to you, I'd appreciate a github review approval :-)