diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-07 16:26:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-07 16:26:19 -0500 |
commit | f527e86bb58a0ab8bbb48a7df948f1d3649b179a (patch) | |
tree | 70394f06b945b794548b23edf932091a3bc01674 | |
parent | 5c50d2819b7b7f43820b0f2e572dff2fc0bb8c8b (diff) |
Add statement about browser compatibility to docs. (#1623)
-rw-r--r-- | Docs.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |