InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the Block tab?(a) To block the response(b) To block the request(c) To block the mouse pointer(d) To block the cursorThis question was posed to me in class test.Question is from JavaScript with WebPageTest topic in chapter Performance Measures in JavaScript of JavaScript |
|
Answer» CORRECT ANSWER is (B) To block the request The best I can explain: The Block TAB allows US to block content coming in our request. |
|