On Thu, Sep 10, 2009 at 3:55 PM, Drew Wilson <atwil...@google.com> wrote:

> The other approach we discussed was leaving the postMessage() APIs in
> WebCore as they are (taking a DOMString parameter) and doing the
> serialization/de-serialization in the JS bindings instead.
> My one concern about building the serialization into the WebCore
> postMessage impls is I didn't quite understand how that would map to ObjC
> (although for ObjC we could just continue exposing only
> postMessage(DOMString) and have the ObjC bindings wrap the string in an
> attributeIterator).
>

For the time being, ObjC can be ignored as basic concepts like RegExp are
not defined in that context.  ObjC can continue living with the old style
postMessage and be happy doing so :).

-Sam
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to