JSFiddle - React, Tailwind, and code Playground
by mlms13
JavaScript
if (webkitNotifications) {
document.write("Yay notifications!");
} else {
document.write("Boo, no notifications.");
}
by mlms13
if (webkitNotifications) {
document.write("Yay notifications!");
} else {
document.write("Boo, no notifications.");
}