Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pelikhan/arcade-browser
- Owner: pelikhan
- Created: 2020-11-03T20:08:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T07:23:31.000Z (about 4 years ago)
- Last Synced: 2024-12-19T21:02:20.600Z (29 days ago)
- Language: TypeScript
- Homepage: https://pelikhan.github.io/arcade-browser/
- Size: 894 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}");