runtime/js/README.md
This directory contains Deno runtime code written in plain JavaScript.
Each file is an ES module and is prefixed with a number, telling in which order scripts should be loaded into V8 isolate.
This directory facilities Web APIs that are available in Deno.
Please note, that some implementations might not be completely aligned with specification.
Some Web APIs are using ops under the hood, eg. console, performance.
multipart/form-data serialization.