It is possible to make HTTP calls from your JavaScript Extension. The NetworkHTTPRequest
class serves as a proxy between your Extension and the network.
and then set the attributes of your request via the following properties and methods.
responseBody
responseBody
The response body as a string (decoded according to the Content-Type), this can be called only after the send()
method returned.