Go Back
Miscellaneous
Reported Plugins
Supported APIs
Name |
Supported |
navigator |
Unknown |
(function() {
var elem = document.getElementById('api-1pdegh9i879');
if (window.navigator) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
navigator.plugins |
Unknown |
(function() {
var elem = document.getElementById('api-ld6ideep72b');
if (window.navigator && window.navigator.plugins) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
localStorage |
Unknown |
(function() {
var elem = document.getElementById('api-lagj04ooqc1');
if (window.localStorage) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
alert |
Unknown |
(function() {
var elem = document.getElementById('api-55oq38f79kr');
if (window.alert) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
console |
Unknown |
(function() {
var elem = document.getElementById('api-060fnr0i8cr4p');
if (window.console) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
opera |
Unknown |
(function() {
var elem = document.getElementById('api-8qq66ocqdqn');
if (window.opera) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
opera.wiiremote |
Unknown |
(function() {
var elem = document.getElementById('api-jq93rdpqna4');
if (window.opera && window.opera.wiiremote) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
WebSocket |
Unknown |
(function() {
var elem = document.getElementById('api-do0h16qahknf');
if (window.WebSocket) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
fetch |
Unknown |
(function() {
var elem = document.getElementById('api-odrg9r7o645');
if (window.fetch) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
XMLHttpRequest / AJAX |
Unknown |
(function() {
var elem = document.getElementById('api-7il5gq9fi3');
if (window.XMLHttpRequest) {
elem.innerText = 'Supported';
elem.style.backgroundColor = 'green';
elem.style.color = 'white';
} else {
elem.innerText = 'Unsupported';
elem.style.backgroundColor = 'red';
elem.style.color = 'white';
}
})()
Back to top