LibWeb: Rename XHR::{m_method => m_request_method}

This commit is contained in:
Linus Groh 2022-11-13 14:10:31 +00:00
commit 29a8414a05
Notes: sideshowbarker 2024-07-17 09:37:30 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -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