Skip to content

Commit 4461154

Browse files
authored
Stage 2.7 🎉 (#27)
- Closes #13
1 parent d4e88ae commit 4461154

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Import Bytes
22

3-
Champions: [@styfle](https://github.com/styfle)
3+
A modest proposal for importing bytes in JavaScript.
44

5-
Author(s): [@styfle](https://github.com/styfle), Guy Bedford
5+
## Status
66

7-
Status: Stage 2.
8-
9-
Please leave any feedback in the [issues](https://github.com/styfle/proposal-import-bytes/issues), thanks!
7+
- Champions: [@styfle](https://github.com/styfle)
8+
- Authors: [@styfle](https://github.com/styfle), [@guybedford](https://github.com/guybedford)
9+
- Status: [Stage 2.7](https://tc39.es/process-document/)
1010

1111
## Synopsis
1212

13-
This proposal is buit on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes in a common way across JavaScript environments.
13+
This proposal is buit on top of [import attributes](https://github.com/tc39/proposal-import-attributes) and [immutable arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to add the ability to import arbitrary bytes with a common syntax across JavaScript environments.
1414

1515
Developers will then be able to import the bytes as follows:
1616

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="./spec.js"></script>
66
<pre class="metadata">
77
title: Proposal Import Bytes
8-
stage: 2
8+
stage: 2.7
99
contributors: Steven, Guy Bedford
1010
</pre>
1111
<emu-intro id="intro">

0 commit comments

Comments
 (0)