From f527e86bb58a0ab8bbb48a7df948f1d3649b179a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 7 Feb 2019 16:26:19 -0500 Subject: Add statement about browser compatibility to docs. (#1623) --- Docs.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3