-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I could be overlooking something obvious, but when I run this:
var data = $http({
method: 'POST',
payload: {
username: "My Webhook Name",
content: "The message to send"
},
url: 'http://myURL/andsuch'
});
I get this:
Runtime Error: Error Code# 22: Socket does not have a constructor @ file
I'm not sure why it's not seeing SOCKET as I thought this was included in extendscript.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels