WebBrowser::AsyncPostWebPageBlob (open)
Asynchronously post a URL in a webbrowser
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
OBJECT FUNCTION AsyncPostWebPageBlob(STRING url, RECORD ARRAY headers, BLOB request_body)
Parameters
STRING url
URL to post to
RECORD ARRAY headers
list of headers
STRING field
Header field name
STRING value
Header value
BLOB request_body
Request body to send
Return value
OBJECT
Promise, which fulfills when the request has completed. Resolves to TRUE on success