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
- nextjs
- silent printing
- animation
- electron-packager
- html
- Git
- adb pair
- react-native
- Failed to compiled
- augmentedDevice
- custom printing
- adb connect
- github lfs
- vercel git lfs
- dvh
- 이미지 데이터 타입
- 티스토리 성능
- camera access
- camera permission
- Can't resolve
- rolldown
- github pdf
- Each child in a list should have a unique "key" prop.
- device in use
- react-native-dotenv
- ffi-napi
- Recoil
- ELECTRON
- npm package
- github 100mb
Archives
- Today
- Total
목록2022/04/18 (1)
Bleeding edge
IFBAEMIN - 05
1. extends HTMLElement with click 음.. 요기서 시간을 엄청 먹을줄은 몰랐는데.. custom element 에서, addeventlisener을 넣는데 자꾸 parameter 2에 대한 에러가 계속 떴다. 그래서 지금 내가 사용하고 있는 extends HTMLElement에 다른 적용법이 있나 검색하다가 connetedcallback에 onclick을 넣은 예제를 발견했다. export default class Login extends HTMLElement { connectedCallback() { this.innerHTML = ` `; this.querySelector('.remove').onclick = e => this.classList.toggle('closed'); ..
Side Project
2022. 4. 18. 21:09