Use shorter name for internal slots in ReadableStream.js |
|
Issue descriptionReadableStream.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. |
|
►
Sign in to add a comment |
|
Comment 1 by domenic@chromium.org
, Dec 20 2016Status: Fixed (was: Available)