testing out get calls
This commit is contained in:
@@ -3,6 +3,16 @@ import { CharacterArchiver } from "./apps/CharacterArchiver.js"
|
||||
|
||||
Hooks.on('init', async function () {
|
||||
initializeSettings();
|
||||
|
||||
console.log("HERE");
|
||||
let xmlHttp = new XMLHttpRequest();
|
||||
console.log("HERE 1");
|
||||
xmlHttp.open("GET", "http://localhost:8080", false);
|
||||
console.log("HERE 2");
|
||||
xmlHttp.send(null);
|
||||
console.log("HERE 3");
|
||||
console.log(xmlHttp.responseText);
|
||||
console.log("HERE 4");
|
||||
});
|
||||
|
||||
// Add to the character sheet header bar.
|
||||
|
||||
Reference in New Issue
Block a user