Skip to content

doc.destroy()

Geoff Cox edited this page Dec 6, 2015 · 1 revision

Usage

doc.destroy()

Example

doc.destroy().then(function () {
  // doc destroyed
});
Clone this wiki locally