* missing packages

* fixing snippet issues

* snippet fix

* more doc fixes
This commit is contained in:
Peli de Halleux
2017-08-18 08:34:01 -07:00
committed by GitHub
parent 3180229bce
commit 325ccce3a0
8 changed files with 70 additions and 55 deletions

View File

@ -108,7 +108,7 @@ You can use the ``chromeserial=CHROMEID`` query argument to load your own Chrome
* the editor will try to connect a port named ``serial`` ([source](https://github.com/Microsoft/pxt-microbit/blob/master/clients/chrome/background.ts#L73))
* data can be sent back to the editor as JSON payloads ([source](https://github.com/Microsoft/pxt-microbit/blob/master/clients/chrome/background.ts#L42))
```typescript
```typescript-ignore
port.postMessage({
type: "serial",
data: decodedString,