mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
LibWeb: Rename XHR::{m_method => m_request_method}
This commit is contained in:
parent
338ada66fa
commit
29a8414a05
2 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@ private:
|
|||
// https://xhr.spec.whatwg.org/#request-method
|
||||
// request method
|
||||
// A method.
|
||||
String m_method;
|
||||
String m_request_method;
|
||||
|
||||
// https://xhr.spec.whatwg.org/#request-url
|
||||
// request URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue