* Clear all AudioBuffers from persistent storage (IndexedDB)
()
| 1163 | * Clear all AudioBuffers from persistent storage (IndexedDB) |
| 1164 | */ |
| 1165 | static async clearAudioBufferPersistent(): Promise<void> { |
| 1166 | return _clearAudioBufferPersistent(this.asEngine()); |
| 1167 | } |
| 1168 | |
| 1169 | static characters (object: Record<string, Character> | null = null): Record<string, Character> { |
| 1170 | return _characters (this.asEngine (), object); |
no test coverage detected