[Bug 24072] Clarify handling of neutered objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24072

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #14 from Anne <annevk@annevk.nl> ---
The ArrayBuffer part of this bug are actually issues with IDL:

  https://github.com/heycam/webidl/issues/151
  https://www.w3.org/Bugs/Public/show_bug.cgi?id=28798

At this point I think we should not throw for detached buffers. That will
likely cause breakage.

The Blob's close() method does not appear to be implemented:

  https://github.com/w3c/FileAPI/issues/10

So I'm not sure what we're planning on doing there. But it seems that if it's
ever implemented, making all callsites throw is going to be difficult to get
right.

With that I'm closing this bug as I don't think there's anything to be done
here in Fetch and XMLHttpRequest.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 24 August 2016 13:05:02 UTC