freeCodeCamp / freeCodeCamp/devdocs

API JSON messaging

オープン
#1,831 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。