It is eventually going to be problematic that DDE's get_page_async() function relies on the NPM request package, which was deprecated in 2020 (see here: https://www.npmjs.com/package/request)
Although it mostly still functions, it is worth replacing request with a newer package like fetch or axios to prevent a breaking change down the line.