TinCanJS
TinCanJS copied to clipboard
Fix requirement of http or https in URL parsing
Should be able to more freely detect additional schemes and punt to the user to know when their code fails on a particular scheme, for instance file://
which is where this originated. The related change broke launching the prototypes from a file://
URL.