Javascript doesn't run on the GAE servers so the sandbox is completely irrelevant to it. You can serve, as static files, any javascripts you want; it's up to your user's browser whether to execute it.
On Oct 1, 12:33 pm, Terrence Brannon <[EMAIL PROTECTED]> wrote: > The relevant > FAQ:http://code.google.com/appengine/kb/commontasks.html#thirdparty > > states that only Python 3rd party apps can be used. > > But what if there is a particular javascript library that I want to > make use of? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
