Rework importCharacterProcess and selectFileByDom functions

This commit is contained in:
kwaroran
2024-03-26 04:01:07 +09:00
parent 92c2cd1a1a
commit 5b4f24019b
4 changed files with 86 additions and 21 deletions

View File

@@ -1234,7 +1234,7 @@ if(Capacitor.isNativePlatform()){
streamedFetchListening = true
}
class AppendableBuffer{
export class AppendableBuffer{
buffer:Uint8Array
constructor(){
this.buffer = new Uint8Array(0)