Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -35626,9 +35626,6 @@ <h1>String.prototype.endsWith ( _searchString_ [ , _endPosition_ ] )</h1>
1. If _substring_ is _searchStr_, return *true*.
1. Return *false*.
</emu-alg>
<emu-note>
<p>This method returns *true* if the sequence of code units of _searchString_ converted to a String is the same as the corresponding code units of this object (converted to a String) starting at _endPosition_ - length(_searchString_). Otherwise it returns *false*.</p>
</emu-note>
<emu-note>
<p>Throwing an exception if the first argument is a RegExp is specified in order to allow future editions to define extensions that allow such argument values.</p>
</emu-note>
Expand Down Expand Up @@ -36215,9 +36212,6 @@ <h1>String.prototype.startsWith ( _searchString_ [ , _position_ ] )</h1>
1. If _substring_ is _searchStr_, return *true*.
1. Return *false*.
</emu-alg>
<emu-note>
<p>This method returns *true* if the sequence of code units of _searchString_ converted to a String is the same as the corresponding code units of this object (converted to a String) starting at index _position_. Otherwise it returns *false*.</p>
</emu-note>
<emu-note>
<p>Throwing an exception if the first argument is a RegExp is specified in order to allow future editions to define extensions that allow such argument values.</p>
</emu-note>
Expand Down
Loading