To get anything useful from window.location.search
you need to parse it in JavaScript to get individual values.
Reading query string values in JavaScript
Posted on
To get anything useful from window.location.search
you need to parse it in JavaScript to get individual values.
Koa is an awesome framework created by the team behind Express. Unlike Express however, in Koa if you simply try to set the response body asynchronously you get an “Can't set headers after they are sent.” error.
Web fonts, without the performance drawback. By using a simple script to load base64 encoded web fonts in a non-blocking way and cache them in LocalStorage.
You might already be using LocalStorage, but do you play it safe and catch inevitable errors?
And enjoy lightning fast Sass compilation! SassC is written in C/C++ and is at least 10 times faster than the original Sass written in Ruby.