Confirmed users, Bureaucrats and Sysops emeriti
722
edits
GavinSharp (talk | contribs) mNo edit summary |
GavinSharp (talk | contribs) mNo edit summary |
||
| Line 6: | Line 6: | ||
/** | /** | ||
* The POST data associated with a search submission, wrapped in a MIME | * The POST data associated with a search submission, wrapped in a MIME | ||
* input stream. | * input stream. May be null. | ||
*/ | */ | ||
readonly attribute nsIInputStream postData; | readonly attribute nsIInputStream postData; | ||
| Line 20: | Line 20: | ||
{ | { | ||
/** | /** | ||
* Gets a | * Gets a nsISearchSubmission object that contains information about what to | ||
* the search engine, including the URI and postData, if applicable. | * send to the search engine, including the URI and postData, if applicable. | ||
* @param aData | * @param aData | ||
* User entered input to substitute into the submission data. | * User entered input to substitute into the submission data. | ||