- From: Glen Huang <curvedmark@gmail.com>
- Date: Fri, 17 Apr 2015 21:33:35 +0800
- To: Wilson Page <wilsonpage@me.com>
- Cc: Matthew Robb <matthewwrobb@gmail.com>, public-webapps <public-webapps@w3.org>
Received on Friday, 17 April 2015 13:34:08 UTC
Basic feature like this shouldn't rely on a custom solution. However, it does mean that if browsers implement this, it's easily polyfillable. > On Apr 17, 2015, at 9:23 PM, Wilson Page <wilsonpage@me.com> wrote: > > Sounds like something you could write yourself with a custom-elements. Yay extensible web :) > > On Fri, Apr 17, 2015 at 1:32 PM, Matthew Robb <matthewwrobb@gmail.com <mailto:matthewwrobb@gmail.com>> wrote: > I like the idea of this. It reminds me of polymer's core-ajax component. > > On Apr 16, 2015 11:39 PM, "Glen Huang" <curvedmark@gmail.com <mailto:curvedmark@gmail.com>> wrote: > Inspired by HTML imports, can we add JSON imports too? > > ```html > <script type="application/json" src="foo.json" id="foo"></script> > <script type="application/json" id="bar"> > { "foo": "bar" } > </script> > ``` > > ```js > document.getElementById("foo").json // or whatever > document.getElementById("bar").json > ``` > >
Received on Friday, 17 April 2015 13:34:08 UTC