Ze Scrat

Results 9 comments of Ze Scrat

In your article (http://developer.telerik.com/featured/benefits-single-threading-model-nativescript/), you mentioned: > For a significant number of these scenarios, NativeScript modules and plugins already exist to do the generic work on a background thread, dispatching...

Thanks for clearing that up :)

WEB WORKER IS NOT WORKING IN API17-API19!!! Didn't test API20, but I reccon it also won't work. Web Worker successfully works in API21-API25. This is a major dealbreaker!

Basically, main file: ``` var sockets_worker = new Worker('../../workers/sockets'); console.log("A"); sockets_worker.postMessage({ doesnt_matter_test_var: "testA" }); sockets_worker.onmessage = function(msg) { console.log("C"); } ``` And worker file: ``` require('globals'); // necessary to bootstrap...

Still wanting this in 2018!

I would like for this to be re-opened - the issue is still here and is reproducible. Tested on iOS 16, iPhone 14 emulator. I have downloaded the latest (at...

I am seeing the same issue, pretty heavy bug if you ask me...

Basically you have to read the `requirements-checker.php` file from console: `php "D:\Projects\web\my-project\vendor\symfony\requirements-checker\bin\requirements-checker.php"`