Closed
Bug 1212125
Opened 9 years ago
Closed 9 years ago
Uint8Array.length says Uint8Array.length is 3, feels confusing.
Categories
(Developer Documentation Graveyard :: JavaScript, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: BenWa, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
I think this needs clarification:
Uint8Array.length
Length property whose value is 3.
At first I though that length on a Uint8Array instance would always return 3 rather then the real size but I realized this is only for the Uint8Array object. Perhaps this can be clarified?
Updated•9 years ago
|
Component: API: File API → JavaScript
Comment 1•9 years ago
|
||
Thanks for your report. I have clarified this on the Uint8Array pages and on the other typed array pages.
If you like, you can enhance the MDN wiki pages yourself, too! :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•