반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
Tags
- webrtc
- turn
- node
- HLS
- localization
- Signaling server
- react
- babel
- race condition
- Excel
- typescript
- html2canvas
- multiple camera
- Redux
- mDNS
- Babel standalone
- REST API
- Flutter
- Reverse tunneling
- STUN
- segment
- KakaoMap
- three.js
- append row
- M3U8
- ffmpeg
- jszip
- how to install cursor on ubuntu
- code editor
- SDP
Archives
- Today
- Total
목록iframe (1)
Never give up
이번에는 iframe에서 어떻게 구현하는지 알아보도록 하겠습니다 (iframe 태그에 대한 설명들은 타 블로그에 자주 잘 정리되어있어서 굳이 정리는하지 않겠습니다) src/hooks/useEditor.ts const useEditor = () => { const resultRef = useRef(null); const [text, setText] = useState(testString); const [printText, setPrintText] = useState(); const debounce = useRef(); const isLoaded = useRef(false); const currentScript = useRef(); useEffect(() => { initIframe(); initConsol..
WEB
2023. 12. 15. 15:44
