Open
Description
What is the issue with the HTML Standard?
run a classic script has both of these steps:
- Throw a "NetworkError" DOMException.
- Return Completion { [[Type]]: throw, [[Value]]: a new "QuotaExceededError" DOMException, [[Target]]: empty }.
It's not clear to me whether these are supposed to have the same effect. If yes, they should probably be phrased the same way; if no, the calling convention could be clarified.