summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-07 16:26:19 -0500
committerGitHub <noreply@github.com>2019-02-07 16:26:19 -0500
commitf527e86bb58a0ab8bbb48a7df948f1d3649b179a (patch)
tree70394f06b945b794548b23edf932091a3bc01674
parent5c50d2819b7b7f43820b0f2e572dff2fc0bb8c8b (diff)
Add statement about browser compatibility to docs. (#1623)
-rw-r--r--Docs.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs.md b/Docs.md
index ec910fec8..e1a4ba44a 100644
--- a/Docs.md
+++ b/Docs.md
@@ -305,6 +305,12 @@ import { test, assertEqual } from "./package.ts";
This design circumvents a plethora of complexity spawned by package management
software, centralized code repositories, and superfluous file formats.
+## Browser compatibility
+
+The subset of Deno programs which are written completely in JavaScript and do
+not import the special `"deno"` module, ought to also be able to be run in a
+modern web browser without change.
+
## Useful command line flags
V8 has many many command-line flags, that you can see with `--v8-options`. Here