오늘 배운것
window.location 객체
클립보드에 내가 현재 위치한 링크주소 말고 가고자하는 주소의 링크를 클립보드에 담을때
window.location 객체 중 origin을 활용
https://developer.mozilla.org/en-US/docs/Web/API/Location/origin
location.origin - Web APIs | MDN
The origin read-only property of the Location interface is a USVString containing the Unicode serialization of the origin of the represented URL.
developer.mozilla.org
window.location, URL에서 값 가져오기
Server side 외에도 Client side에서 URL Query Parameter를 가져와야 하는 경우가 가끔 있다. 필요할 때 꺼내 쓸 수 있게 정리해 봤다. prototype.js에는 이런 Parameter를 가져오는 method가 있으나 그런 플러그인을
hsmtree.wordpress.com
File reader API
https://www.zerocho.com/category/HTML&DOM/post/592827558653d6001804a0a5
https://www.zerocho.com/category/HTML&DOM/post/592827558653d6001804a0a5
www.zerocho.com
https://darrengwon.tistory.com/1256
FileReader로 브라우저에서 file 다루기
developer.mozilla.org/ko/docs/Web/API/FileReader FileReader - Web API | MDN FileReader 객체는 웹 애플리케이션이 비동기적으로 데이터를 읽기 위하여 읽을 파일을 가리키는File 혹은 Blob 객체를 이용해 파..
darrengwon.tistory.com