[Webkit-unassigned] [Bug 68610] Microdata: Basic implementation of document.getItems() method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 13:39:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68610





--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-11 13:39:14 PST ---
(In reply to comment #15)
> We usually handle this by adding a modifier to the string argument in the IDL which converts undefined to the null string [ConvertUndefinedOrNullToNullString].  If you need a different semantic, you either need to use [Optional] or [Custom].  Using the string "undefined" is clearly wrong, as you could pass that string.

Yes! ConvertUndefinedOrNullToNullString is what I was looking for. Thanks!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list