Frontend/Javascript

URL.revokeObjectURL()

Developer Mobssie 2021. 12. 27. 18:50

URL.revokeObjectURL() 정적 메서드는 이전에 URL.createObjectURL()을 통해 생성한 객체 URL을 해제.

객체 URL을 더는 쓸 일이 없을 때 사용해서, 브라우저가 이제 해당 객체를 메모리에 들고 있지 않아도 된다

'Frontend > Javascript' 카테고리의 다른 글

[monorepo] 모노레포 nx 설치  (0) 2022.07.20
computed property names in JavaScript  (0) 2022.05.16
in 연산자  (0) 2021.12.25
생성자 함수(constructor Function)  (0) 2021.09.08
WindowEventHandlers.onpopstate  (0) 2021.08.11