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.
- Host: GitHub
- URL: https://github.com/harttle/web-demos
- Owner: harttle
- License: mit
- Created: 2023-03-20T15:15:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T07:16:14.000Z (about 3 years ago)
- Last Synced: 2025-01-29T15:13:12.783Z (over 1 year ago)
- Language: CSS
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/