There are browsers (Brave was the one I found) that can support the XSLT transformations but fail the feature check because the methods are exposed on instances but not on the class constructor -- however, FF also exposes the needed methods on instances but fails the transform :(. So I'm wrapping the whole thing in try {} catch {} instead, and having done with it :)
There are browsers (Brave was the one I found) that can support the XSLT transformations but fail the feature check because the methods are exposed on instances but not on the class constructor -- however, FF also exposes the needed methods on instances but fails the transform :(. So I'm wrapping the whole thing in
try {} catch {}
instead, and having done with it :)