javascript - JSON object becomes 'null' -


I have trouble with my html5 web worker web worker post message For that which implements the worker, which comes with an on-message () function.

Apparently "Etymation Job" can be accessed as a worker, process the associated number value, but it only works in Google Chrome and it still raises the error: 18 unwanted type errors: property 'iterationsjob' can not be read blank

In Firefox, the web worker does not work at all and seems to reach numbers Not able to, I am a successful AJAX co But it seems that the logging step bypass and other error can be increased, a separate AJAX call, so I laugh at a basic way for the workers to log back on the console, and from within the worker Brought:

  iterations // Get repetitive data from server p.ajax log ("feedback text" + response text); Iterations = response text. Prohibited jobs; Log ("url", "jsan", "success": work (feedback text) {log ("test"); iterative is "+ repeated";}});   

I hope to see the following:

  test response text [commodity] iterations is 3993547   

its Instead, I see:

  test response is [object object] iterations 39 9 3547 test result test is zero Uncount type error: property 'erertation job' can not read blank   

Can anyone explain what is the problem and how to fix it? Edit: I've uploaded a zip of source code that runs on Google App Engine.

Thank you! Any help much appreciated

Ah, it is revealed that I need to add an empty success callback function to another Ajax call for some reason By default, it calls the first success callback if no one is defined ...

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -