1
Fork 0
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:
Linus Groh 2022-11-13 14:10:31 +00:00
parent 338ada66fa
commit 29a8414a05
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