Google News
logo
PhoneGap - Quiz(MCQ)
Which of the following method returns the current connection's type?
A)
connection.type
B)
PhoneGap.connection.type
C)
navigator.connection.type
D)
None of the above

Correct Answer :   navigator.connection.type


Explanation : navigator.connection.type function returns the current connection's type.

Advertisement