0.1.1 • Published 7 years ago

window-pmb v0.1.1

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

window-pmb

(running_in_a_browser ? window : fake_stub)

Usage

var win = require('window-pmb'), equal = require('equal-pmb'), doc;

equal(win, win.window);
equal(win, win.self);

doc = win.document;
equal('function', typeof doc.createElement);
equal('function', typeof doc.getElementById);
equal('function', typeof doc.getElementsByTagName);

License

ISC