mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
refactor(stage-ui-live2d): remove duplicate global types
This commit is contained in:
@@ -46,12 +46,6 @@ function blobFromBytes(data: Uint8Array): Blob {
|
||||
return new Blob([buffer])
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface FileSystemDirectoryHandle {
|
||||
values: () => FileSystemDirectoryHandleAsyncIterator<FileSystemHandle>
|
||||
}
|
||||
}
|
||||
|
||||
export class OPFSCache {
|
||||
static async clearAll(): Promise<void> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user