Bug 97983 - "TypeError: Not enough arguments" could be more helpful.
Summary: "TypeError: Not enough arguments" could be more helpful.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 97978
  Show dependency treegraph
 
Reported: 2012-09-30 13:11 PDT by Mike West
Modified: 2012-09-30 13:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2012-09-30 13:11:20 PDT
Report from user:

    Code - new Event()
    Error - TypeError: Not enough arguments

    Provide some information regarding, for example, the minimal number of expected
    arguments, their names (internal, I know, but helpful nonetheless) or their expected types.

    Generally, some integration with MDN/MSDN/whatever for providing more inline
    information about any function (as part of the automatic completion, say, or even as part
    of the object expanding within the console) would be wonderful.

This particular example is V8-only, but the idea of integrating more deeply with external docs is interesting.