javascript - Why this script is not running? -


i'm trying add script beggin of xbl file, following test not running, idea why?

<bindings xmlns="http://www.mozilla.org/xbl"        xmlns:xbl="http://www.mozilla.org/xbl"        xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">   <script language="javascript" type="text/javascript"><![cdata[      while(true) {       dump("ok");      }  ]]></script>  </bindings> 

--update

this infinite loop becouse want piece of code keep running. it's communication embedded system.

there no script element in xbl, documentation false:

https://bugzilla.mozilla.org/show_bug.cgi?id=58757


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -