bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
198 stars 130 forks source link

Add postMessage for mobile apps #368

Closed microbit-sam closed 3 years ago

microbit-sam commented 3 years ago

Allows a browser / web view to use postMessage to upload / download files from the Python Editor Intended for use with the micro:bit mobile apps

microbit-carlos commented 3 years ago

Merging this into a a branch in this repo and I'll submit a new PR with some suggestions.