Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.03 KB

ECMAScript spec proposal for Realms API

Status

Current Stage

  • Stage 0

Champions

  • @dherman
  • @caridy

Spec Text

You can view the spec rendered as HTML.

Background

Shim

A shim implementation of the Realm API can be found here.

And you can play around with the Shim here.

Contributing

Updating the spec text for this proposal

The source for the spec text is located in spec/index.emu and it is written in ecmarkup language.

When modifying the spec text, you should be able to build the HTML version in index.html by using the following command:

npm install
npm run build
open index.html

Alternative, you can use npm run watch.