--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABihn6HPGCzGXYAv4u6kHure8e8xx-LAgLdVtGqDxkQ4QkBbAA%40mail.gmail.com.
--
The doc indicates that deprecating sendbeacon is a long term desire. Apologies for the confusion.
Wait, what - is the send beacon API going away? Or is the underlying implementation just changing?It is supported by three browsers already (Chrome, Firefox and Edge).☆PhistucK
On Wed, Apr 5, 2017 at 3:18 PM, Yutaka Hirano <yhi...@chromium.org> wrote:
Hi,We are planning to implement the keepalive option in Fetch API, which is expected to replace current SendBeacon API.When the option is specified, the fetch operation will continue working after frame destruction. The following design document lists some ideas how to solve the problem.Some loading-dev folks are interested in moving CORS handling to the browser process, and it is one of possible solutions. So I'm sending this mail to loading-dev@ as well as blink-network-dev@. cc-ing network-servicification people for the topic, too.Any comments will be appreciated.Thanks,
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABihn6HPGCzGXYAv4u6kHure8e8xx-LAgLdVtGqDxkQ4QkBbAA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABc02_LZkHei-zXxhF99acD_v%3DqLdFY5bXLzONUb%2ByDKFZmSrQ%40mail.gmail.com.
The doc indicates that deprecating sendbeacon is a long term desire. Apologies for the confusion.
On Thu, Apr 6, 2017, 1:19 AM PhistucK <phis...@gmail.com> wrote:
Wait, what - is the send beacon API going away? Or is the underlying implementation just changing?It is supported by three browsers already (Chrome, Firefox and Edge).☆PhistucK
On Wed, Apr 5, 2017 at 3:18 PM, Yutaka Hirano <yhi...@chromium.org> wrote:
Hi,We are planning to implement the keepalive option in Fetch API, which is expected to replace current SendBeacon API.When the option is specified, the fetch operation will continue working after frame destruction. The following design document lists some ideas how to solve the problem.Some loading-dev folks are interested in moving CORS handling to the browser process, and it is one of possible solutions. So I'm sending this mail to loading-dev@ as well as blink-network-dev@. cc-ing network-servicification people for the topic, too.Any comments will be appreciated.Thanks,
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABihn6HPGCzGXYAv4u6kHure8e8xx-LAgLdVtGqDxkQ4QkBbAA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABc02_LZkHei-zXxhF99acD_v%3DqLdFY5bXLzONUb%2ByDKFZmSrQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-network-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-network-dev+unsubscribe@chromium.org.
To post to this group, send email to blink-ne...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-network-dev/CADWWn7V3Tqen8RCa34tgR4Fws46j_5zSDypw9Dz5brQHTrDCKQ%40mail.gmail.com.
Design & implement a new mechanism to support the keepalive option in Fetch API.
Reimplement SendBeacon using the mechanism.
Right. It's only in the distant future. sendBeacon() is widely used. It's not the main intention of the doc.
But it's correct that the proposed long-term direction is that sendBeacon will enter feature freeze state and instead we evolve the Fetch API for further beaconing demands.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CAH9hSJbi__t4_M24JJev3xpV%3DQ7-jQr6O1huH%3DH5zaL1BpHADg%40mail.gmail.com.
Design & implement a new mechanism to support the keepalive option in Fetch API.
Reimplement SendBeacon using the mechanism.^ woohoo! This is great and will hopefully help resolve a few of the long-outstanding interop+security limitations in current sendBeacon implementation.
On Wed, Apr 5, 2017 at 5:05 PM, Takeshi Yoshino <tyos...@chromium.org> wrote:
Right. It's only in the distant future. sendBeacon() is widely used. It's not the main intention of the doc.
But it's correct that the proposed long-term direction is that sendBeacon will enter feature freeze state and instead we evolve the Fetch API for further beaconing demands.
On Thu, Apr 6, 2017 at 8:00 AM, 'Kenji Baheux' via blink-network-dev <blink-ne...@chromium.org> wrote:
The doc indicates that deprecating sendbeacon is a long term desire. Apologies for the confusion.
On Thu, Apr 6, 2017, 1:19 AM PhistucK <phis...@gmail.com> wrote:
Wait, what - is the send beacon API going away? Or is the underlying implementation just changing?It is supported by three browsers already (Chrome, Firefox and Edge).☆PhistucK
On Wed, Apr 5, 2017 at 3:18 PM, Yutaka Hirano <yhi...@chromium.org> wrote:
Hi,We are planning to implement the keepalive option in Fetch API, which is expected to replace current SendBeacon API.When the option is specified, the fetch operation will continue working after frame destruction. The following design document lists some ideas how to solve the problem.Some loading-dev folks are interested in moving CORS handling to the browser process, and it is one of possible solutions. So I'm sending this mail to loading-dev@ as well as blink-network-dev@. cc-ing network-servicification people for the topic, too.Any comments will be appreciated.Thanks,
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABihn6HPGCzGXYAv4u6kHure8e8xx-LAgLdVtGqDxkQ4QkBbAA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABc02_LZkHei-zXxhF99acD_v%3DqLdFY5bXLzONUb%2ByDKFZmSrQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-network-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-network-...@chromium.org.
To post to this group, send email to blink-ne...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-network-dev/CADWWn7V3Tqen8RCa34tgR4Fws46j_5zSDypw9Dz5brQHTrDCKQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CAH9hSJbi__t4_M24JJev3xpV%3DQ7-jQr6O1huH%3DH5zaL1BpHADg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev...@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CADXXVKqSA5EvNhjfbHfc%2Bh10FX-4v%3DX1kCvhbpmjiNnJ4KW4PQ%40mail.gmail.com.
On Thu, Apr 6, 2017 at 1:12 PM 'Ilya Grigorik' via Chromium Loading Performance <loadi...@chromium.org> wrote:Design & implement a new mechanism to support the keepalive option in Fetch API.
Reimplement SendBeacon using the mechanism.^ woohoo! This is great and will hopefully help resolve a few of the long-outstanding interop+security limitations in current sendBeacon implementation.+1 I'm very excited about this.
On Wed, Apr 5, 2017 at 5:05 PM, Takeshi Yoshino <tyos...@chromium.org> wrote:
Right. It's only in the distant future. sendBeacon() is widely used. It's not the main intention of the doc.
But it's correct that the proposed long-term direction is that sendBeacon will enter feature freeze state and instead we evolve the Fetch API for further beaconing demands.
On Thu, Apr 6, 2017 at 8:00 AM, 'Kenji Baheux' via blink-network-dev <blink-network-dev@chromium.org> wrote:
The doc indicates that deprecating sendbeacon is a long term desire. Apologies for the confusion.
On Thu, Apr 6, 2017, 1:19 AM PhistucK <phis...@gmail.com> wrote:
Wait, what - is the send beacon API going away? Or is the underlying implementation just changing?It is supported by three browsers already (Chrome, Firefox and Edge).☆PhistucK
On Wed, Apr 5, 2017 at 3:18 PM, Yutaka Hirano <yhi...@chromium.org> wrote:
Hi,We are planning to implement the keepalive option in Fetch API, which is expected to replace current SendBeacon API.When the option is specified, the fetch operation will continue working after frame destruction. The following design document lists some ideas how to solve the problem.Some loading-dev folks are interested in moving CORS handling to the browser process, and it is one of possible solutions. So I'm sending this mail to loading-dev@ as well as blink-network-dev@. cc-ing network-servicification people for the topic, too.Any comments will be appreciated.Thanks,
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABihn6HPGCzGXYAv4u6kHure8e8xx-LAgLdVtGqDxkQ4QkBbAA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CABc02_LZkHei-zXxhF99acD_v%3DqLdFY5bXLzONUb%2ByDKFZmSrQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-network-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-network-dev+unsubscribe@chromium.org.
To post to this group, send email to blink-ne...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-network-dev/CADWWn7V3Tqen8RCa34tgR4Fws46j_5zSDypw9Dz5brQHTrDCKQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
To post to this group, send email to loadi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/loading-dev/CAH9hSJbi__t4_M24JJev3xpV%3DQ7-jQr6O1huH%3DH5zaL1BpHADg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Chromium Loading Performance" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loading-dev+unsubscribe@chromium.org.
Hi,
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-network-dev/CABg10jx8u0YZrQtAS_jJ9_PkRj5UWXLsOFn1iVTYQkH7ECqHxg%40mail.gmail.com.
No. Does that matter?