Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
브랜치 이름 변경했어요 !
변경하면 close 되는지 몰랐어요 .. ㅎ
연관된 이슈
구현한 기능
상세 설명
openPiP 함수가 하는 일
updatePipContent 함수가 하는 일
handleVisibilityChange 함수가 하는 일
+))
window 창에서 사용자와 상호작용하려면 pip window 에서 message 를 받도록 해서 그 메세지에 따라 다른 함수를 실행시켜주는 방법이 있었는데 handleStart, handlePause 함수가 단순히 ()⇒void 타입인 함수이기 때문에 네트워크 요청이 이 함수 내부에 위치해 있어 해당 함수의 성공, 에러처리를 못해서 그냥 다시 제거했습니닷