Rework importCharacterProcess and selectFileByDom functions
This commit is contained in:
@@ -1234,7 +1234,7 @@ if(Capacitor.isNativePlatform()){
|
||||
streamedFetchListening = true
|
||||
}
|
||||
|
||||
class AppendableBuffer{
|
||||
export class AppendableBuffer{
|
||||
buffer:Uint8Array
|
||||
constructor(){
|
||||
this.buffer = new Uint8Array(0)
|
||||
|
||||
Reference in New Issue
Block a user