Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dc-sdk
espejo de
https://github.com/dvt3d/dc-sdk
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
92
Wiki
Actividad
Explorar el Código
add plot stop functional
tags/2.12.0
Caven Chen
hace 3 años
padre
f32f0d3ea8
commit
26b9dd7673
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
12
0
modules/plot/Plot.js
+ 12
- 0
modules/plot/Plot.js
Ver fichero
@@ -188,6 +188,18 @@ class Plot {
return this
}
/**
*
* @return {Plot}
*/
stop() {
if (this._currentWorker) {
this._currentWorker.stop()
}
this._currentWorker = null
return undefined
}
/**
*
* @returns {Plot}
Escribir
Vista previa
Cargando…
Cancelar
Guardar