WebReflection / document-register-element

A stand-alone working lightweight version of the W3C Custom Elements specification
ISC License
1.13k stars 116 forks source link

Added https's to examples to make them function correctly #114

Closed AaronNGray closed 7 years ago

AaronNGray commented 7 years ago

the examples were failing in most browsers due to lacking 'https' on href's.

AaronNGray commented 7 years ago

okay did not notice your using tiny-cdn !!!

WebReflection commented 7 years ago

if you omit the protocol, it uses whatever protocol is there.

The https page will use htps resources, the http one uses http resources.

I'm not sure I understand what issue is this PR solving. Thanks for any extra explanation.