Hello @trevorlinton
is there any way to build the app with a custom node-webkit manifest?
In my situation I need to make some Ajax request from embed:// app to remote server.
So maybe I need to enabled node-remote https://github.com/rogerwang/node-webkit/wiki/Manifest-format#node-remote
Trying do make some ajax request I'm getting a warning "Application warning (stderr)" (inside the Tint Compiler log) but anyway I can get data from remote.
I think is something related to x-domain ajax request.
The request works but why these warning? is this normal?
Hello @trevorlinton
is there any way to build the app with a custom node-webkit manifest?
In my situation I need to make some Ajax request from embed:// app to remote server.
So maybe I need to enabled node-remote https://github.com/rogerwang/node-webkit/wiki/Manifest-format#node-remote
Trying do make some ajax request I'm getting a warning "Application warning (stderr)" (inside the Tint Compiler log) but anyway I can get data from remote.
I think is something related to x-domain ajax request.
The request works but why these warning? is this normal?