An open API service indexing awesome lists of open source software.

https://github.com/harttle/web-demos

Runable demos for HTTP features.
https://github.com/harttle/web-demos

Last synced: about 1 year ago
JSON representation

Runable demos for HTTP features.

Awesome Lists containing this project

README

          

# Web Demos

This is a set of Web pages and HTTP endpoints to demonstrate Web features and their behaviors.

Feature | Demo Link | Spec Link
--- | --- | ---
Client Hints | [clint-hints-demo][clint-hints-demo] | [ua-client-hints][ua-client-hints] [responsive-image-client-hints][responsive-image-client-hints]
DOM Content Loaded | [dom-content-loaded][dom-content-loaded] | [MDN: DOMContentLoaded event][mdn-dom-content-loaded]

[dom-content-loaded]: https://web.harttle.com/dom-content-loaded
[mdn-dom-content-loaded]: https://developer.mozilla.org/en-US/docs/Web/API/Window/DOMContentLoaded_event
[clint-hints-demo]: https://web.harttle.com/client-hints
[ua-client-hints]: https://wicg.github.io/ua-client-hints/
[responsive-image-client-hints]: https://wicg.github.io/responsive-image-client-hints/