We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e95ea9 commit 9b8cfb1Copy full SHA for 9b8cfb1
dotnet/src/webdriver/BiDi/Modules/Network/ResponseData.cs
@@ -11,7 +11,7 @@ public record ResponseData(string Url,
11
string StatusText,
12
bool FromCache,
13
IReadOnlyList<Header> Headers,
14
- string MymeType,
+ string MimeType,
15
long BytesReceived,
16
long? HeadersSize,
17
long? BodySize,
0 commit comments