Include Docendorse.js
Include the Docendorse.js script on the pages of your site that you want to load our document viewer or e-signature panel from. Our javascript SDK should always be loaded directly from https://js.docendorse.com/sdk/v3/docendorse.js, rather than included in a bundle or hosted yourself.
Asynchronous and deferred loading of Docendorse.js
Asynchronous loading of JavaScript is generally recommended as a means to ensure a great user experience. With asynchronous loading your site will not block DOM rendering during script loading. You can load Docendorse.js asynchronously by using the async or defer attribute on the script tag. Note, however, that with asynchronous loading any API calls will have to be made only after the script execution has finished.
The SDK will provide functions that facilitate interactions between our editor, signature panel (which are loaded in iframes) and your site. This SDK will require a platform with minimum EdgeHTML engine. We fully support Chrome, Firefox, Opera, Safari, Edge.