Add feature: string-trimming

This commit is contained in:
Valerie R Young 2017-10-02 10:41:34 -04:00 committed by Rick Waldron
parent 583a67af4c
commit 55c39cc58b
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ SharedArrayBuffer
Array.prototype.flatten
Array.prototype.flatMap
# String Trimming
# https://github.com/tc39/proposal-string-left-right-trim
# Includes all tests for:
# String.prototype.{trimStart, trimEnd, trimLeft, trimRight }
string-trimming
# Standard language features
#
# Language features that have been included in a published version of the