You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/elements/a.json
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -166,10 +166,19 @@
166
166
"chrome_android": {
167
167
"version_added": null
168
168
},
169
-
"edge": {
170
-
"version_added": "13",
171
-
"notes": "Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7160092/'>bug 7160092</a>)."
172
-
},
169
+
"edge": [
170
+
{
171
+
"version_added": "18"
172
+
},
173
+
{
174
+
"version_added": "13",
175
+
"partial_implementation": true,
176
+
"notes": [
177
+
"Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7160092/'>bug 7160092</a>).",
178
+
"Edge 17 or older didn't follow the attributes' value to determine filename (<a href='https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7260192/'>bug 7260192</a>)."
0 commit comments