On Tue, Apr 30, 2013 at 9:59 AM, David Bruant <[email protected]> wrote:
> Is the server-side of Caja documented somewhere? Specifically the > end-points, parameters, the part that's being a proxy for cross-origin > requests, etc. I haven't found too much about that yet. > I don't know offhand whether there's documentation, but as far as I know we largely treat it as an implementation detail, especially now that we are switching away from using the server whenever possible. The interface for integrators is “it's a Java servlet which you need to provide to the client”. > Are domado and html-emitter and the APIs they expose documented somewhere > (at a higher level than the comments that can be found in code)? > No, they are currently considered internal to the implementation, and are frequently revised to support the inter-component communication necessary for new features. If we were to decide to create a security-less Caja (which is not exactly high on our list of priorities) we would of course provide a well-defined API. -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
