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 urlURL to post to
RECORD ARRAY headerslist of headers
STRING fieldHeader field name
STRING valueHeader value
BLOB request_bodyRequest body to send
Return value
OBJECTPromise, which fulfills when the request has completed. Resolves to TRUE on success