Limiting Video Buffer Size
Problem I was trying to play video using HLS, but it consumed too much network data on the initial load. In my case, the initial load buffered a full minute ...
Problem I was trying to play video using HLS, but it consumed too much network data on the initial load. In my case, the initial load buffered a full minute ...
Environment iOS Safari
환경 Vue 2.7 <script setup> 문법 사용
Environment Vue 2.7 Using the <script setup> syntax
환경 Vue 2.7 <script setup> 문법 사용
Environment Vue 2.7 Using the <script setup> syntax
iframe의 js 코드에서 부모창의 dom을 찾으려면 parent.document 객체에서 검색해야 한다.
To find the parent window’s DOM from JS code inside an iframe, you need to search the parent.document object.
이하 질문은 나, 답변은 Google Bard
The questions below are mine, and the answers are from Google Bard
Vite의 자동 폴리필과 vue-tsc의 타입 체크는 완전히 따로 논다.
Vite’s automatic polyfilling and vue-tsc’s type checking operate completely independently of each other.
1. vitest 설정
1. vitest configuration
2023.04.06. v0.151.3 기준으로 Three.js의 버전이 올라가면서 더이상 THREE.RGBFormat API를 사용할 수 없게 되었다.
As of 2023.04.06, with the version bump in Three.js to v0.151.3, the THREE.RGBFormat API can no longer be used.
HTML video tag의 onTimeUpdate 프로퍼티에 박히는 콜백은 가장 느릴 경우 250ms 마다 1회 동작한다.
The callback attached to the onTimeUpdate property of the HTML video tag fires, at its slowest, once every 250ms.
S3의 lastModified는 사용자가 변경할 수 없다. 이것은 S3의 사용 제한 사항이다(기능이다).
S3’s lastModified cannot be changed by the user. This is a usage restriction of S3 (it’s a feature).