I am trying to use the org.chromium.socket plugin. But I can’t find many examples. This is my code:
var connButton = document.getElementById(“connButton”);
connButton.addEventListener(“click”
I am trying to use the org.chromium.socket plugin. But I can’t find many examples. This is my code:
var connButton = document.getElementById(“connButton”);
connButton.addEventListener(“click”
I’m trying to communicate with Lua’s server to verify user identity. This is how my request function looks like:
function http.send(url)
local req = require(“socket.http”)
local b, c, h = r