There was an error while loading. Please reload this page.
1 parent fef5627 commit 8bf518aCopy full SHA for 8bf518a
1 file changed
src-docs/faq/compat.md
@@ -13,6 +13,8 @@
13
e.g. with <https://babeljs.io>
14
- `<a href="https://example.org/foo">` and other external links are blocked by definition;
15
instead, embed content or use `mailto:` link to offer a way for contact
16
+- `<a href="data: or otherwise internal">` is not guaranteed to open a download dialog;
17
+ instead, use [`sendToChat()`](../spec/sendToChat.md) to export files.
18
- features that require user permissions
19
or are enabled through the [Permissions Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Permissions_Policy) may not work,
20
Geolocation, Camera, Microphone etc.
0 commit comments