File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/webview_flutter/webview_flutter_web/lib/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class HttpRequestFactory {
2424 ///
2525 /// The Future is completed when the [web.Response] is available.
2626 ///
27- /// If specified, ` sendData` will be sent as the `body` of the fetch.
27+ /// If specified, [ sendData] will be sent as the `body` of the fetch.
2828 ///
2929 /// The [withCredentials] parameter specified that credentials such as a cookie
3030 /// (already) set in the header or
@@ -55,7 +55,7 @@ class HttpRequestFactory {
5555 /// // Do something with the response.
5656 /// });
5757 ///
58- /// Requests for file:// URIs are only supported by Chrome extensions
58+ /// Requests for ` file://` URIs are only supported by Chrome extensions
5959 /// with appropriate permissions in their manifest. Requests to file:// URIs
6060 /// will also never fail- the Future will always complete successfully, even
6161 /// when the file cannot be found.
You can’t perform that action at this time.
0 commit comments