* Get the save screenshot Space instance (IndexedDB) * Lazily initialized on first access. Returns null if IndexedDB is unavailable.
()
| 1122 | * Lazily initialized on first access. Returns null if IndexedDB is unavailable. |
| 1123 | */ |
| 1124 | static async screenshotSpace(): Promise<Space | null> { |
| 1125 | return _screenshotSpace(this.asEngine()); |
| 1126 | } |
| 1127 | |
| 1128 | /** |
| 1129 | * Check if IndexedDB is available for audio caching |