Closed
Bug 885275
Opened 12 years ago
Closed 10 years ago
Support to ByteString in the WebIDL bindings
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Jeremie, Assigned: sheppy)
References
()
Details
(Whiteboard: c=Platform u=mozdev p=0)
:: Developer Documentation Request
Request Type: Correction
Gecko Version: 24 Branch
Technical Contact: Ms2ger@gmail.com
:: Details
We need to add information about ByteString binding
Comment 1•12 years ago
|
||
This is basically a type that treats JS strings as sequences of numbers in the range 0-255. It's only used for legacy things like XMLHttpRequest.
Comment 2•10 years ago
|
||
I'm wontfixing this.
We don't document the standard bindings ( http://heycam.github.io/webidl/#idl-ByteString ), though we of course use them to translate the WebIDL of a feature in docs :-)
Feel free to open specific bugs error where a ByteString is in the WebIDL and not documented adequately in MDN.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Comment 3•10 years ago
|
||
Note that this was specifically about the Mozilla-internal documentation of our WebIDL bindings support: <https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings>. If this shouldn't be on MDN, what's a better location?
The bug seems to be fixed, though: <https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#ByteString>.
Resolution: WONTFIX → FIXED
Comment 4•10 years ago
|
||
It looks that I missed this part of the document. My bad. This was a valid bug and it is indeed fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•