Daeyeon Jeong

Results 8 issues of Daeyeon Jeong

This fixes validations below related to `isDetachedBuffer` using a function introduced in https://github.com/nodejs/node/pull/43866. https://streams.spec.whatwg.org/#rs-byob-request-respond > The respond(bytesWritten) method steps are: >> If this.[[controller]] is undefined, throw a TypeError exception. >>...

author ready
needs-ci
web streams
commit-queue-squash

- This throws if the view is zero-length when there is an active reader when using `ReadableStreamBYOBRequest.respondWithNewView()`. - By doing that, we can get all tests passed in `wpt/streams/readable-byte-streams/bad-buffers-and-views.any.js`. Refs:...

author ready
needs-ci
web streams

A new TizenRT public release is recently released. It seems worth considering to support it although it's still in its second of the milestone. I think that the followings are...

This updates the deprecation, DEP0164, to clarify its scope. Previously, `process.exitCode` wasn't mentioned but it needs to be applied with the same deprecation because its meaning is the same as...

doc
author ready
deprecations

This is a follow-up of doc-only deprecation https://github.com/nodejs/node/pull/43738. Signed-off-by: Daeyeon Jeong [email protected]

util
semver-major
process
needs-ci

In order to meet the specification, this includes the followings: - Adding the ['release steps'](https://streams.spec.whatwg.org/#abstract-opdef-readablebytestreamcontroller-releasesteps) to `ReadableStreamController` - Responding to a current read request through a pull request from a...

author ready
needs-ci
web streams

This commit validates the `code` in `process.exit([code])`. According to the API doc, the `code` argument must be an integer value. However, the current implementation accepts various types of values and...

semver-major
process
needs-ci

Fixes: #52710 This patch modifies the build config to compile the error-causing files under the `v8_enable_webassembly` condition. Signed-off-by: Daeyeon Jeong

v8 engine
tools
needs-ci