mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1037339 - Update nsIHttpChannel.idl to reflect the changes of requestMethod property. r=hurley
This commit is contained in:
parent
82332aa661
commit
baac8bbde3
@ -24,8 +24,8 @@ interface nsIHttpChannel : nsIChannel
|
||||
*/
|
||||
|
||||
/**
|
||||
* Set/get the HTTP request method (default is "GET"). Setter is case
|
||||
* insensitive; getter returns an uppercase string.
|
||||
* Set/get the HTTP request method (default is "GET"). Both setter and
|
||||
* getter are case sensitive.
|
||||
*
|
||||
* This attribute may only be set before the channel is opened.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user