|
99 | 99 | <a href="https://codecov.io/gh/dropbox/dropbox-sdk-js"><img src="https://codecov.io/gh/dropbox/dropbox-sdk-js/branch/main/graph/badge.svg" alt="codecov"></a></p> |
100 | 100 | <p>The official Dropbox API v2 SDK for JavaScript.</p> |
101 | 101 | <h2>Runtime support</h2> |
102 | | -<p>The SDK supports Node.js, modern web browsers, and Web Workers. Continuous |
103 | | -integration currently tests Node.js 22 and 24. Browser and Worker environments |
104 | | -must provide <code>Promise</code>, <code>fetch</code>, and <code>TextEncoder</code>; PKCE authentication also |
105 | | -requires the Web Crypto API. Add polyfills when targeting older environments |
106 | | -that do not provide the required APIs.</p> |
| 102 | +<p>The SDK supports Node.js 22 and newer, modern web browsers, and Web Workers. |
| 103 | +Continuous integration currently tests Node.js 22 and 24, and Node.js uses its |
| 104 | +built-in <code>fetch</code> implementation. Browser and Worker environments must provide |
| 105 | +<code>Promise</code>, <code>fetch</code>, and <code>TextEncoder</code>; PKCE authentication also requires the Web |
| 106 | +Crypto API. Add polyfills when targeting older environments that do not provide |
| 107 | +the required APIs.</p> |
107 | 108 | <h2>Installation</h2> |
108 | 109 | <p>Create an app in the <a href="https://dropbox.com/developers/apps">Developer Console</a>, then install the SDK from |
109 | 110 | npm. Published npm packages already contain CommonJS, ES module, browser, and |
@@ -246,7 +247,7 @@ <h4 class="modal-title">Search results</h4> |
246 | 247 | <span class="jsdoc-message"> |
247 | 248 | Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> |
248 | 249 |
|
249 | | - on 2026-07-16T07:23:55+00:00 |
| 250 | + on 2026-07-16T16:44:10+00:00 |
250 | 251 |
|
251 | 252 | using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>. |
252 | 253 | </span> |
|
0 commit comments