Joe Medley
Joe Medley
@Elchi3 I think some of these are Google's creation, so I'm trying to get some help within Google. Can you point me to a header reference page that's up to...
I'm taking: - Viewport-Width - Width - Content-DPR Will probably do more later. I'm finding that some of these are values for headers, not headers themselves.
Actually, if this is an API overview page, it should have a heading 2 named "Concepts and Usage". ([Example](https://github.com/mdn/content/pull/4711/files)) Make it a heading 3 under that, and we'll try to...
There are no additional install requirements for using service workers in Chrome. I'm not sure why you would be getting that. If you're running your demo on localhost, you could...
I agree with Chris's proposal; however, I think this condition would actually need to be supported in BCD. There needs to be a distinction between data that is missing from...
For whomever fixes this, while you're there, you might move the explanation out of a comment and into a ``. As is, it scrolls off the screen.
>Not sure what we could do about "scattered" references in the release notes. To my mind these would be low priority because no one looks at an older release note...
Here's an example. Let's take the app [todomvc](https://github.com/tastejs/todomvc). To build this site, I need to install some node modules. A cache statement such as the following will pick up my...
@jeffposnick I'll stick a line or two in the readme then.
I solved the problem by setting the debug flag in a file called config.js that I specify with importScripts. I'm happy with the pattern, but I think It would be...