Re: How to add a new class as an input parameter in a idl file
"Mike Shaver" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 27, 2008 at 6:49 PM, <[email protected]> wrote: > Error: methods in [scriptable] interfaces that are non-scriptable > because they refer to native types (parameter "myClass") must be > marked [noscript] > > Can you please tell me how can I make the method non-scrpitable? I > look at this as well, I don't understand how to make the method non- > scriptable. You need to mark it with [noscript], as the error message tries to say. Help us improve this: what would have been clearer wording in that error message? We worked hard on that one! Mike