freeCodeCamp / freeCodeCamp/devdocs
API JSON messaging
オープン
feature
- 主要言語
- Ruby
- スター
- 39.5k
- フォーク
- 2.6k
- 平均マージ
- 4日 32分
- マージ済み PR(30日)
- 13
説明
I load devdocs in an iframe
## Example
2 function would look like this....
```js
window.parent.postMessage({message: { event:"css", type: "attribute",list:{} ,"*");
```
I post a JSON msg to you and you send BACK JSON to what i need or find and change what i need in the viewer.
```js
window.addEventListener('message', function(event) {
switch (event.data.message.event) {
case "CSS":
```
コントリビューションガイド
評価
この issue はまだ評価されていません。