Line 104: .parse(options.url, true).query.hasOwnProperty('_escaped_fragment_')) { if there's no query this .parse(options.url, true).query will evaluate to undefined and .hasOwnProperty will crash taking down the whole pipeline.