Source: tags/async.js

/**
 * Download data from the specified URL.
 *
 * @async
 * @function downloadData
 * @param {string} url - The URL to download from.
 * @return {Promise<string>} The data from the URL.
 */
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.