This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21590 - 'Function' on WindowTimers doesn't appear to be defined
Summary: 'Function' on WindowTimers doesn't appear to be defined
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 11:26 UTC by contributor
Modified: 2013-05-31 19:38 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2013-04-05 11:26:31 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html
Multipage: http://www.whatwg.org/C#timers
Complete: http://www.whatwg.org/c#timers

Comment:
'Function' on WindowTimers doesn't appear to be defined

Posted from: 81.242.195.27 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20130301 Firefox/22.0
Comment 1 Ian 'Hixie' Hickson 2013-04-11 22:27:47 UTC
Do I just mean a JS Function object? How do I define it?

Note that this appears in a number of other places in the spec, e.g.:
 - structured clone algorithm
 - definition of "script execution environment" and "list of code entry-points"
 - definition of "EventHandlerNonNull"

(Some of those aren't very normative uses.)
Comment 2 Ms2ger 2013-05-31 19:38:31 UTC
It appears that WebIDL defines a Function type.