()
| 41 | } |
| 42 | |
| 43 | toData() { |
| 44 | return JSON.stringify({ |
| 45 | data: this.data, |
| 46 | options: this.options, |
| 47 | status: this.status, |
| 48 | progress: this.progress, |
| 49 | }); |
| 50 | } |
| 51 | |
| 52 | // For Queue#saveAll, this method is guaranteed to invoke evalScript |
| 53 | // synchronously. |
no outgoing calls
no test coverage detected