archives

« Bugzilla Issues Index

#1557 — StringView - a proposal for a native typed arrays API


Hello everyone,
could be this a proposal for a native typed arrays API?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays/StringView


this would be considered a strawman, rather than a proposal


(In reply to comment #1)
> this would be considered a strawman, rather than a proposal

???


http://www.google.com/search?q=%22mdn%22+%22stringview%22
http://www.google.com/search?q=%22typed%20arrays%22+%22stringview%22


(In reply to comment #2)
> (In reply to comment #1)
> > this would be considered a strawman, rather than a proposal
>
> ???

I'm referring to the process by which TC39 works to define ECMAScript

A "strawman" is a suggestion to add a new feature to ECMAScript. It typically includes a fairly complete but not specification-level description of the feature and a justification for why it should be added to ECMAScript.

After TC-39 reviews a strawman, it may decide that the feature is a likely candidate for inclusion in an upcoming ECMAScript edition. If that occurs, the feature advances to "proposal" status and works begins on an actual specification of the feature.

Anybody can writeup a strawman and post it for discussion on es-discuss.

If there seems to be interest in the feature on es-discuss, the next step is to find a TC39 member to champion the strawman at an actual TC39 meeting.


(In reply to comment #4)
> Anybody can writeup a strawman and post it for discussion on es-discuss.

Thank for your reply. What is the procedure to propose a "strawman"?


What is the current status of this bug?


(In reply to comment #6)
> What is the current status of this bug?

To more forward, it needs a TC39 champion to drive it through the process.

I'll post a message to es-discuss calling attention to this bug and asking for volunteers for the champion role.


Bulk closing all Harmony bugs. Proposals should be tracked on GitHub. The ES wiki is completely defunct at this point.