Browser & Events Flashcards

1
Q

addEventListener method options object property that runs the method only once and then removes the listener

A

{once: true}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

addEventListener options object, this property is used to capture the event immediately

A

useCapture or capture takes a boolean value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To permanently disable the cache for a session, which panel should you access?

A

Network panel and select ‘Disable cache’ checkbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly