File size: 313 Bytes
49217f2 36b7d94 f6a9861 49217f2 b16aab1 |
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;
};
}
|