Menu

implementing setInterval()

2003-03-06
2003-03-19
  • Rich Robison

    Rich Robison - 2003-03-06

    Would it be a huge challenge to implement this java script function?  It seems like it might be, but I don't have a good perspective on this.

    Thanks,
    Rich

     
    • Russell Gold

      Russell Gold - 2003-03-13

      Could you provide a reference for this function? Is it part of the JavaScript language (in which the question needs to be made to the Rhino group)? Part of HTML DOM level 2?

       
    • Rich Robison

      Rich Robison - 2003-03-18

      Looks like it is DOM level 0, so is that too low to worry about?

      http://www.mozilla.org/docs/dom/domref/dom_window_ref114.html

       
      • Russell Gold

        Russell Gold - 2003-03-19

        Actually, look carefully. It says:

        DOM Level 0. Not part of specification.

        This was introduced by Netscape in their proprietary JavaScript1.2. Note that like anything on the Window object, it would not be part of the DOM.

        What would be the meaning of this method in an HttpUnit context?

         

Log in to post a comment.

Auth0 Logo