duplicate
Summary
Returns a duplicate of the TextRange.
Method of dom/TextRangedom/TextRange
Syntax
var duplicate = textRange.duplicate();
Return Value
Returns an object of type ObjectObject
a duplicate of the TextRange object.
Usage
Used to fill the edit-undo buffer.
Notes
Remarks
Syntax
Standards information
There are no standards that apply here.
Attributions
Microsoft Developer Network: [duplicate Method Article]