Open
Description
This is causing some issues in a project where we use IFrames and share some libraries between them (explicitly, JuliaGizmos/WebIO.jl#225 is where I lay out the issues we're facing).
Essentially, I'd like to change this line
Line 342 in edb41cf
to be something more like
var dom = this._userNode || document;
var canvases = dom.getElementsByTagName('canvas');
I can open up a PR if you'd accept it but I wanted to hear back first.