Download

Download JSforce JavaScript library for web browser applications

Download JSforce

Compressed and uncompressed copies of JSforce libraries for web browser are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download a sourcemap file for use when debugging with a compressed file. The map file is not required for users to run JSforce, it just improves the developer's debugger experience.

To locally download these files, right-click the link and select "Save as..." from the menu.

All in One Library (jsforce.js)

Core (jsforce-core.js)

Using CDN

JSforce is available from CDNs. You can load it directly from jsDelivr so download is not always necessary.

To include the script, put following script tag :

<script src="https://cdn.jsdelivr.net/npm/jsforce@3.2.2/dist/jsforce.min.js"></script>