rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

Serialized remote file system messages are not sent in the right order #855

Open jespertheend opened 9 months ago

jespertheend commented 9 months ago

The problem is that some messages can be sent immediately (such as fileSystem.readFile) whereas other messages first need to serialize the file into an ArrayBuffer, which is async (such as fileSystem.writeFile)