Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src-docs/faq/compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
- the latest JavaScript features may not work on all webviews,
you may want to transpile your code down to an older js version
e.g. with <https://babeljs.io>
- `<a href="https://example.org/foo">` and other external links are blocked by definition;
instead, embed content or use `mailto:` link to offer a way for contact
- `<a href="data: or otherwise internal">` is not guaranteed to open a download dialog;
instead, use [`sendToChat()`](../spec/sendToChat.md) to export files.
- features that require user permissions
Expand Down
Loading