|
|
|
|
|
by gemstones
927 days ago
|
|
One suggestion - it would be really cool to allow FFI. Something like <script type="text/javascript">
const foo = (bar) => {
document.getElementById('my-element');
// More here!
};
</script>
That way you could really leverage the full power of HTML, the programming language! |
|