Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pelikhan/arcade-browser

Allows to update new browser tabs with MakeCode Arcade
https://github.com/pelikhan/arcade-browser

Last synced: 15 days ago
JSON representation

Allows to update new browser tabs with MakeCode Arcade

Awesome Lists containing this project

README

        

> Open this page at [https://pelikhan.github.io/arcade-browser/](https://pelikhan.github.io/arcade-browser/)

This project is a showcase of the ``control.simmessages`` functionality that allows
to send and receive custom messages to the hosting iFrame.

**By default, MakeCode Arcade does not allow any unsafe action such as opening a web page.**
However, once we export it to GitHub we are able to modify the generated JavaScript
to do more things, like open a new browser tab here.

makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");