- From: Kevin Gibbons <notifications@github.com>
- Date: Thu, 28 Mar 2024 23:43:47 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/webidl/pull/1398@github.com>
<!-- Thank you for contributing to the Web IDL Standard! Please describe the change you are making and complete the checklist below if your change is not editorial. When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes. If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging. --> The [Float16Array](https://github.com/tc39/proposal-float16array) proposal for JavaScript adds a new TypedArray type holding IEEE binary16 floats. This PR adds it to all of the lists of TypedArray types in WebIDL. Implementations of the proposal are underway in at least [Chrome](https://bugs.chromium.org/p/v8/issues/detail?id=14012) and [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1833646), though it'll be some time before they're shippable. I don't know what the appropriate time to merge this is but I figured I should at least open it. This is a JS feature, but adding it to ArrayBufferView has implications for any API which takes a generic TypedArray, which is quite a few of them. Does that imply they all need new tests? Hopefully not? Fixes https://github.com/whatwg/webidl/issues/1310. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * … <!-- If these tests are tentative, link a PR to make them non-tentative. --> - [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: * Chromium: … * Gecko: … * WebKit: … * Deno: … * Node.js: … * webidl2.js: … * widlparser: … - [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … - [ ] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. --> (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://whatpr.org/webidl/1398.html" title="Last updated on Mar 29, 2024, 6:43 AM UTC (52882a9)">Preview</a> | <a href="https://whatpr.org/webidl/1398/402a886...52882a9.html" title="Last updated on Mar 29, 2024, 6:43 AM UTC (52882a9)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/whatwg/webidl/pull/1398 -- Commit Summary -- * Add Float16Array -- File Changes -- M index.bs (11) -- Patch Links -- https://github.com/whatwg/webidl/pull/1398.patch https://github.com/whatwg/webidl/pull/1398.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1398 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1398@github.com>
Received on Friday, 29 March 2024 06:43:51 UTC