From: transkawa on 23 Nov 2009 19:39 is it possible for me to find javascript libraries the like of the java api's (or jdk :)). i need libraries that are standard and not vendor specific. xnt
From: "Michael Haufe ("TNO")" on 26 Nov 2009 17:58 On Nov 23, 6:39 pm, "transkawa" <transk...(a)yahoo.fr> wrote: > is it possible for me to find javascript libraries the like of the java > api's (or jdk :)). > i need libraries that are standard and not vendor specific. > xnt Standard libraries outside of the language specification are included with the specific environment you are using. In browsers for example, there may be an API for the manipulation of base64 data, or images. I In the WSH on Windows Machines there are methods for manipulating files, network settings and the registry. Can you be more specific in what you are looking for?
|
Pages: 1 Prev: create a dowloadable csv file in a javascript Next: javascript host environments |