[sourcecode language="javascript"]
function supports_html5_storage() {
try {
return 'sessionStorage' in window && window['sessionStorage'] !== null;
} catch (e) {
return false;
}
}
alert(supports_html5_storage());
[/sourcecode]
https://www.youtube.com/watch?v=PozYTvmgcVE 1. Add middleware php artisan make:middleware Cors return $next($request) ->header('Acces...
Hi, I think your blog might be having browser compatibility issues.
ReplyDeleteWhen I look at your blog site in Safari, it looks fine but when opening in Internet Explorer, it has
some overlapping. I just wanted to give you a quick
heads up! Other then that, fantastic blog!
Hi, thanks for your feedback.
ReplyDeleteIE is a shit browser, As a developer, I do not worry about that though it would really matters in browser compatibility point of view.