Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

capture messages from @opensumi/ide-connection and show them in a demo #10

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

tyn1998
Copy link
Owner

@tyn1998 tyn1998 commented Jul 6, 2022

resolve #7.

opensumi/core中connection涉及到的代码较之前也改动了一下(主要是命名上的,逻辑没改)。

image

@bytemain
Copy link

bytemain commented Jul 6, 2022

感觉很棒~

有关网络连接的表格展示效果,Chrome Devtools Network 里的 websocket 的连接也是这样的表格方式呈现的,或许可以参考一下~

@tyn1998
Copy link
Owner Author

tyn1998 commented Jul 7, 2022

谢谢 @bytemain !我会参考的~

@tyn1998 tyn1998 marked this pull request as ready for review July 7, 2022 01:35
@tyn1998 tyn1998 merged commit f9df346 into main Jul 7, 2022
tyn1998 added a commit that referenced this pull request Aug 24, 2022
Update README.md (#1)

inject something to window object

use chrome.devtools.inspectedWindow.eval to inject TOKEN to window
object.

remove useless files

rename

capture messages from @opensumi/ide-connection and show them in a demo (#10)

* capture messages from @opensumi/ide-connection and show them in a demo

* useEffect not used, remvoe it
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

模仿DevTron用window._XXX来存取捕获到的messages
2 participants