- From: Janusz Majnert <j.majnert@samsung.com>
- Date: Wed, 03 Apr 2013 10:16:28 +0200
- To: "public-sysapps@w3.org" <public-sysapps@w3.org>
On 2013-04-03 08:21, Jonas Sicking wrote: > On Tue, Apr 2, 2013 at 12:49 AM, Janusz Majnert <j.majnert@samsung.com> wrote: >> Hi Jonas, >> On 2013-04-01 15:26, Jonas Sicking wrote: >>> >>> First off I think we should enable some way for packaged apps to be >>> same-origin with their "home site". I.e. if a developer running a >>> website on http://www.example.com it should be possible for this >>> developer to somehow distribute a packaged app that is same-origin >>> with http://www.example.com. >> >> Why do you think it should be possible? Are there any use cases that this >> would enable? > > It makes it dramatically easier to create a packaged app which > interacts with a server component. While it is possible to interact > with a cross-origin server using several technologies (CORS, > postMessage, WebSockets, TCPSocket, JSONP), all have significant > disadvantages. There are several ideas in this thread that make using cross-origin communication easier. I just don't see the advantage of packaged web app sharing origin with some arbitrary site, for example when compared to using WARP. /Janusz
Received on Wednesday, 3 April 2013 08:17:00 UTC