File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ extension TouchListConvert on TouchList {
105
105
List <Touch > toList () => JSImmutableListWrapper <TouchList , Touch >(this );
106
106
}
107
107
108
- /// Returns all response headers as a key-value map.
109
- ///
110
- /// Multiple values for the same header key can be combined into one,
111
- /// separated by a comma and a space.
112
- ///
113
- /// See: http://www.w3.org/TR/XMLHttpRequest/#the-getresponseheader()-method
114
108
extension XMLHttpRequestGlue on XMLHttpRequest {
109
+ /// Returns all response headers as a key-value map.
110
+ ///
111
+ /// Multiple values for the same header key can be combined into one,
112
+ /// separated by a comma and a space.
113
+ ///
114
+ /// See: https://xhr.spec.whatwg.org/#the-getresponseheader()-method
115
115
Map <String , String > get responseHeaders {
116
116
// from Closure's goog.net.Xhrio.getResponseHeaders.
117
117
final headers = < String , String > {};
You can’t perform that action at this time.
0 commit comments