Comparing version 1.1.9 to 1.1.10
@@ -138,2 +138,9 @@ "use strict"; | ||
} | ||
document.addEventListener("DOMContentLoaded", function () { | ||
const form = document.getElementById("request-form"); | ||
form.addEventListener("submit", function (event) { | ||
event.preventDefault(); // Prevent the form from being submitted | ||
sendRequest(); | ||
}); | ||
}); | ||
async function sendRequest() { | ||
@@ -140,0 +147,0 @@ const responseUnavailable = document.getElementById(`playground-response-unavailable`); |
{ | ||
"name": "outport", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120796
2333