[Bug 16733] Drop 'endings'?

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

--- Comment #2 from Glenn Maynard <glenn@zewt.org> 2012-04-13 15:40:35 UTC ---
A couple corrections:

'endings' is only useful for converting output; it doesn't convert input.  (I
find that unintuitive.)

'endings' in the Blob ctor *only* applies to DOMStrings.  That's necessary,
since otherwise input Blobs would have to be read synchronously to determine
the length, but it's also unintuitive.

These would both be much more clear if this was moved to its own method, eg.
DOMString convertToNativeLineEndings(DOMString).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 13 April 2012 15:40:43 UTC