Investigated a little through the source code... There's an option ignoreElements with default value "IFRAME|OBJECT|PARAM".
If you exclude IFRAME it doesn't work either, crashes on _html2canvas.Util.Children that returns iframe document and then parseChildren tries to call forEach on it. Tried to fix this but just got more errors.
Seems like this functionallity is not implemented correctly yet