We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
유튜브 iframe을 로드하는 함수를 보니 굳이 유튜브 iframe을 로드하는 함수로 되어 있어야 하나 생각이 드네요. 스크립트를 로드하는 부분만 유틸화하여 유튜브 iframe을 로드하면 더욱 명시적이고 재사용 가능성도 높아질 것 같아요.
// AS-IS await loadIFrameApi(); // TO-BE await loadScript("https://www.youtube.com/iframe_api");
The text was updated successfully, but these errors were encountered:
cruelladevil
Successfully merging a pull request may close this issue.
🤷 구현할 기능
유튜브 iframe을 로드하는 함수를 보니 굳이 유튜브 iframe을 로드하는 함수로 되어 있어야 하나 생각이 드네요.
스크립트를 로드하는 부분만 유틸화하여 유튜브 iframe을 로드하면 더욱 명시적이고 재사용 가능성도 높아질 것 같아요.
🔨 상세 작업 내용
📄 참고 사항
⏰ 예상 작업 시간
⏰ 마감일
The text was updated successfully, but these errors were encountered: