This page is Almost Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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