Skip to content

Commit

Permalink
add web worker note
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 26, 2019
1 parent 801a7b4 commit 62ae637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/USING_ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ markedWorker.postMessage(markdownString);

### Web Worker

> **NOTE**: Web Workers send the payload from `postMessage` in an object with the payload in a `.data` property
```js
// markedWorker.js

Expand Down

0 comments on commit 62ae637

Please sign in to comment.