mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
scramjet playground
This commit is contained in:
parent
883d8fb4a9
commit
544b18643c
4 changed files with 313 additions and 3 deletions
|
@ -122,7 +122,7 @@ function Config() {
|
|||
`;
|
||||
}
|
||||
|
||||
function App() {
|
||||
function BrowserApp() {
|
||||
this.urlencoded = "";
|
||||
this.css = `
|
||||
width: 100%;
|
||||
|
@ -253,9 +253,8 @@ function App() {
|
|||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
window.addEventListener("load", async () => {
|
||||
document.body.appendChild(h(App));
|
||||
document.body.appendChild(h(BrowserApp));
|
||||
function b64(buffer) {
|
||||
let binary = "";
|
||||
const bytes = new Uint8Array(buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue