Browser & Events Flashcards
1
Q
addEventListener method options object property that runs the method only once and then removes the listener
A
{once: true}
2
Q
addEventListener options object, this property is used to capture the event immediately
A
useCapture or capture takes a boolean value
3
Q
To permanently disable the cache for a session, which panel should you access?
A
Network panel and select ‘Disable cache’ checkbox