Earlier quoted context omitted.
Some public libraries do, but the vast majority of public libraries in the world do not.
Are you sure? Maybe not in the world, but I'm pretty sure all large public libraries in the US do subscribe to these kinds of databases.
function mouseEvent() { var event = document.createEvent("MouseEvents"); event.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null); return event; }
function each(list, thunk) { list = Array.prototype.slice.call(list); for (var ii = 0; ii