Caridy Patiño

Results 457 comments of Caridy Patiño

just to clarify my position: my +1 was on the utf8 comment from @domenic

right, I should have clarified about the whole question including async/defer. I will add more notes about this tomorrow when I get home. GH mobile is very restrictive.

The other aspect of this is backward compatibility. We have discussed in the past that maybe we can have a way to detect support for modules at the server side...

Agree that (2) is way more simple, and I will be happy to pursue it. As far as I can tell, using: ``` html import "foo"; ``` will be completely...

right, but I think @guybedford has a point here, adding the nonce is extra complexity compared to the old mighty script tag with src :)

Related notes from the discussion during last week meeting: Script Tags: - DH: script type = module should have roughly defer semantics, asynchronous but ordered. - YK: before doc ready,...

We have a base loader, a default browser loader spec, and in the near future, a default node loader spec as well. SitePackage was deferred to stage 3 https://github.com/whatwg/loader/blob/master/roadmap.md#stage-3-conveniences, and...

/cc @wycats @dherman @ajklein @bterlson

Removing the `fetch` hook will solve https://github.com/whatwg/loader/issues/132

related to https://github.com/whatwg/loader/issues/121, https://github.com/whatwg/loader/issues/69 and https://github.com/whatwg/loader/issues/130