using NativeScript Inspector with tns debug ios and http requests is throwing :
this.dispatchMessage is not a function. (In 'this.dispatchMessage', 'this.dispatchMessage' is undefined)
Code used to reproduce the behaviour:
http.request({
url: config.baseUrl,
method: "POST",
headers: { "Content-Type": "application/x-www-form-urlencoded" },
content: data
}).then(function (response) {
// Success
}, function (e) {
// error occur
});
Related to #472
Reactions are currently unavailable
using NativeScript Inspector with tns debug ios and http requests is throwing :
Code used to reproduce the behaviour:
http.request({ url: config.baseUrl, method: "POST", headers: { "Content-Type": "application/x-www-form-urlencoded" }, content: data }).then(function (response) { // Success }, function (e) { // error occur });Related to #472