offset
, keeping both in the tree as siblings. This node then only contains all the content up to the offset
point. A new node of the same type, which is inserted as the next sibling of this node, contains all the content at and after the offset
point. When the offset
is equal to the length of this node, the new node has no data.
@param offset The 16-bit unit offset at which to split, starting from 0
.
@return The new node, of the same type as this node.
@exception DOMException INDEX_SIZE_ERR: Raised if the specified offset is negative or greater than the number of 16-bit units in data
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|