Implement Range#deleteContents

This commit is contained in:
David Zbarsky 2015-07-13 03:05:33 -04:00
parent ea690a2dff
commit 25b7c9523c
6 changed files with 116 additions and 299 deletions

View file

@ -48,8 +48,8 @@ interface Range {
const unsigned short END_TO_START = 3;
[Pure, Throws]
short compareBoundaryPoints(unsigned short how, Range sourceRange);
// [Throws]
// void deleteContents();
[Throws]
void deleteContents();
[NewObject, Throws]
DocumentFragment extractContents();
[NewObject, Throws]