Revision a5741d018c62a2d5ec4cbb30103adfcc55fb4163 authored by Richard Smith on 19 June 2014, 11:37:45 UTC, committed by Richard Smith on 19 June 2014, 11:37:45 UTC
the page rendered by the headless browser will already contain all modificatios to the page fixed in the HTML/CSS, therefore having jsdom fetch and run the scripts again is a waste of resources and exposes us to the possibility that external scripts will try to do things outside of the jsdom API.

fixes #10
1 parent c64311f
History
File Mode Size
bin
docs
lib
test
.coveralls.yaml -rw-r--r-- 70 bytes
.gitignore -rw-r--r-- 43 bytes
.jshintrc -rw-r--r-- 213 bytes
.travis.yml -rw-r--r-- 118 bytes
Gruntfile.js -rw-r--r-- 493 bytes
LICENSE-MIT -rw-r--r-- 1.0 KB
README.md -rw-r--r-- 12.6 KB
package.json -rw-r--r-- 1.6 KB

README.md

back to top