cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
999 stars 632 forks source link

Add third-party scripts example #13

Closed pmeenan closed 5 years ago

pmeenan commented 5 years ago

Added an example for proxying and cache-extending third-party scripts.

Also removed preload support from the font worker example (slows down initial render) and worked around an issue with workers not carrying the correct protocol through.

pmeenan commented 5 years ago

@zackbloom Could you PTAL and merge? @rita3ko FYI.

zackbloom commented 5 years ago

🚀