Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Import Bytes

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

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

Status: Stage 2.

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

## Synopsis

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="./spec.js"></script>
<pre class="metadata">
title: Proposal Import Bytes
stage: 2
stage: 2.7
contributors: Steven, Guy Bedford
</pre>
<emu-intro id="intro">
Expand Down