Spaces:
Build error
Build error
File size: 313 Bytes
e039313 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | interface Window {
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
webkitSpeechRecognition: typeof SpeechRecognition;
SpeechRecognition: typeof SpeechRecognition;
}
interface Performance {
memory?: {
jsHeapSizeLimit: number;
totalJSHeapSize: number;
usedJSHeapSize: number;
};
}
|