deps: install xmlhttprequest
This commit is contained in:
parent
c697c41ad2
commit
8b02a56ca6
3 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
const XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest;
|
||||
|
||||
function getLatestVersion() {
|
||||
return new Promise((resolve, reject) => {
|
||||
// if (typeof milliseconds !== "number") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue