반응형
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
- Excel
- swagger-typescript-api
- segment
- cursor-ubuntu-installer
- three.js
- jszip
- userevent_tracker
- html2canvas
- uint16array
- how to install cursor on ubuntu
- Game js
- Prism.js
- HLS
- node
- Image Resize typescript
- babel
- M3U8
- KakaoMap
- hls.js
- react
- uint8array
- Flutter
- REST API
- Redux
- http live streaming
- Babel standalone
- code editor
- typescript
- web track
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