We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac0f7c commit f8a925aCopy full SHA for f8a925a
README.md
@@ -50,6 +50,20 @@ support the `data:` uri.
50
$('#elem').download(failCallback);
51
```
52
53
+### Limitations
54
+
55
+It is not possible to specify a name for the downloaded file. If at
56
+some point arbitrary headers are added to the `data:` uri spec, this
57
+would be possible using `Content-Disposition` with `filename`.
58
59
+There was some [discussion][] about this on the W3.org, but it has not
60
+led to any change in the spec.
61
62
+ [discussion]: http://lists.w3.org/Archives/Public/uri/2010Feb/0058.html
63
64
+Any browsers with limited `data:` uri support will not work, either.
65
+The failCallback is your friend.
66
67
### Links
68
69
Fork it from
0 commit comments