New issue
Advanced search Search tips

Issue 662530 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Feature



Sign in to add a comment

Use shorter name for internal slots in ReadableStream.js

Project Member Reported by ricea@chromium.org, Nov 4 2016

Issue description

ReadableStream.js currently uses names like readableStreamDefaultReaderReadRequests for the [[readRequests]] internal slot of ReadableStreamDefaultReader.

It would be more readable to use names like _readRequests as the new WritableStream.js implementation does.
 
Owner: ricea@chromium.org
Status: Fixed (was: Available)
This was fixed in https://chromium.googlesource.com/chromium/src/+/a03d4ce997717aaf772e2627c165d36a17f887f1

Sign in to add a comment