[Webkit-unassigned] [Bug 30888] Implementation of String.quote() method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 01:06:31 PST 2009


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





--- Comment #9 from Oliver Hunt <oliver at apple.com>  2009-11-05 01:06:31 PDT ---
(In reply to comment #8)
> (In reply to comment #7)
> > If someone _really_ wanted this (noting that even if we provide it, it won't
> > work in IE, Opera, or chrome) they can always do
> > 
> > String.prototype.quote = String.prototype.quote || JSON.stringify;
> > 
> > And they're done...
> > 
> 
> You are right, it is possible and correct to use existing functionality that
> way. I'm not against if this patch will be skipped especially if it adds
> nothing to Webkit at least I tried to do something useful :) :)
> 
> Regards,
> Ioseb

:-D

There are a reasonable number of other low-lying things that we don't provide
but that are useful -- looking through the ES5 spec for new APIs is a good
place to start.

--Oliver

-- 
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