mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Stringifier for Range
This commit is contained in:
parent
ae67ae9cdb
commit
b32e859c3a
5 changed files with 95 additions and 5 deletions
|
@ -72,7 +72,7 @@ interface Range {
|
|||
[Pure]
|
||||
boolean intersectsNode(Node node);
|
||||
|
||||
// stringifier;
|
||||
stringifier;
|
||||
};
|
||||
|
||||
// https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#extensions-to-the-range-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue