On Mon, Jun 23, 2014 at 10:36 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 6/23/14, 1:22 PM, Jake Verbaten wrote:
>
>> > If calling the operation resulted in an exception being thrown, then
>> catch that exception and ignore it.
>>
>
> The exception should be reported as an uncaught exception, and is in at
> least Chrome and Firefox. The fact that the spec says to ignore it is a
> spec bug that needs fixing, I agree.
>
What is the correct incantation to say "Treat this exception as uncaught
and continue with the algorithm" in the spec?
- James