whatwg / fetch

Fetch Standard
https://fetch.spec.whatwg.org/
Other
2.12k stars 333 forks source link

Add a diagram of the call graph for the fetch algorithms #646

Open domenic opened 6 years ago

domenic commented 6 years ago

@tyoshino made a presentation about the Fetch Standard for the Chrome networking team. In it he had an amazing diagram that we should add to the spec, showing the call graph of the different algorithms.

wanderview commented 6 years ago

Can the diagram source file or whatever be included? It would be nice to keep the diagram up-to-date as the spec is changed. (Maybe one day bikeshed could auto-generate this via graphviz...)

domenic commented 6 years ago

For sure, I'd expect us to re-create it as an SVG. I briefly tried to figure out how to export that from slides, but could not, so probably we'll just need to re-create it by hand.

guest271314 commented 6 years ago

To export the diagram as a .svg you can select File -> Download as -> Scalable Vector Graphics (.svg, current slide)