Closed Bug 243630 Opened 20 years ago Closed 18 years ago

incomplete documentation to window.setTimeout and window.setInterval methods

Categories

(Documentation Graveyard :: Web Developer, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: chudoba, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.6) Gecko/20040115
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.6) Gecko/20040115

There are incomplete pieces of information at
http://www.mozilla.org/docs/dom/domref/dom_window_ref115.html#1021427 and
http://www.mozilla.org/docs/dom/domref/dom_window_ref114.html#1021410. There is
missing the other syntax of using these methods as mentioned at
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1203758
and
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1203669.
I'm meaning "setTimeout(function, msec[, arg1[, ..., argN]])" and similarly to
setInterval. Mozilla does understand this other syntax.

Reproducible: Always
Steps to Reproduce:



Expected Results:  
Compleate the documentation acording to JavaScript 1.3 reference.
Assignee: rudman → nobody
Blocks: 93108
QA Contact: rudman
The reference is migrated to MDC and the setTimeout page is fixed:
http://developer.mozilla.org/en/docs/DOM:window.setTimeout

Someone should fix the setInterval page too.
Nickolay updated the setInterval page, too.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.