Wednesday, August 5, 2015

html5 upwork test answers / Which of the following is the correct way to check browser support for WebSocket?

>>All Html5 Upwork test Answers list



htm5 upwork test answers 2015
html5 upwork test answers




Which of the following is the correct way to check browser support for WebSocket?


console.log(WebSocket ? ‘supported’ : ‘not supported’);

console.log(window.WebSocket ? ‘supported’ : ‘not supported’);

console.log(window[WebSocket] ? ‘supported’ : ‘not supported’);
console.log(window[‘WebSocket’] ? ‘supported’ : ‘not supported’);

No comments:

HTML5 Upwork (oDesk) TEST ANSWERS 2022

HTML5 Upwork (oDesk) TEST ANSWERS 2022 Question: Which of the following is the best method to detect HTML5 Canvas support in web br...

Disqus for upwork test answers