mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
Add statement about browser compatibility to docs. (#1623)
This commit is contained in:
parent
5c50d2819b
commit
f527e86bb5
1 changed files with 6 additions and 0 deletions
6
Docs.md
6
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
|
||||
|
|
Loading…
Reference in a new issue