Browser fixes

This commit is contained in:
luboslenco
2025-09-13 13:55:49 +02:00
parent 034c6389f6
commit 83ad7b9d18
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -221,6 +221,7 @@ function file_init_cloud_bytes(done: ()=>void, append: string = "") {
pos_start += 23;
let pos_end: i32 = string_index_of_pos(str, "</NextContinuationToken>", pos_start);
file_init_cloud_bytes(_file_init_cloud_bytes_done, "&start-after=" + substring(str, pos_start, pos_end));
_file_init_cloud_bytes_done();
}
else {
_file_init_cloud_bytes_done();