NativeJSAccess now use batch processing for requests. It saves requests in the local queue and send all requests as a single query to the main thread. If batch sending failed, all requests in the batch failed too.
vaska.js now can handle bathced requests (see receive method).