Contents

nodeSnapshotCreationEnabled

Declaration

var nodeSnapshotCreationEnabled: Bool { get set }

Discussion

A boolean indicating whether or not window.webkit.createNodeSnapshot is available.

JavaScript can call window.webkit.createNodeSnapshot with a return value to create a WKDOMNodeSnapshot object for the application to use in future JavaScript programs. Refer to the WKDOMNodeSnapshot documentation for more information.