PolymerElements / iron-doc-viewer

Polymer documentation viewer elements
17 stars 16 forks source link

Fix race condition and unnecessarily absolute url in demo. #176

Closed rictic closed 6 years ago

rictic commented 6 years ago

The ajax request is racing with the script's execution, and with native custom elements the ajax request can win.

Also the absolute url isn't necessary since the demo routes using hash urls, and it's a little presumptuous of the serving scheme.