javascript - What is for(;;) in Facebook long poling request? -


this question has answer here:

hi have question means for (;;); in facebook long polling request ? statement in every file long polled facebook server.

thank you

no way infinite loop executed; try in console. simple operation integer incrementing freeze screen:

      var = 1;     (;;) {         a++;     }  

it may small trap tries eval script, or something.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -