How to use the destroyFractal function from bindings

Find comprehensive JavaScript bindings.destroyFractal code examples handpicked from public code repositorys.

38
39
40
41
42
43
44
45
46
47
stream() {
  return fs.createReadStream(this.file);
}

destroy() {
  native_fractal_service.destroyFractal(this.uuid);
  fs.unlink(this.file);
}

status() {
fork icon0
star icon0
watch icon2

+ 9 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)