88
edits
| Line 49: | Line 49: | ||
<pre> | <pre> | ||
void NPP_HttpResponseNotify( | void NPP_HttpResponseNotify( | ||
NPP instance, | NPP instance, | ||
const char* url, | const char* url, | ||
int requestState, // [http://www.w3.org/TR/XMLHttpRequest/#states XHR state] | |||
int httpResponseStatus, | int httpResponseStatus, | ||
const char* headers, // potentially including the status line | const char* headers, // potentially including the status line | ||
edits