In the design doc, https://www.chromium.org/developers/design-documents/prerender, I see contradicting information as to when the prerendering cancels, especially in the case of xhr POST request. Does prerendering cancel when there is a xhr POST request? Or does it just not send?
--
You received this message because you are subscribed to the Google Groups "Prerender" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prerender+unsubscribe@chromium.org.
Pages are canceled if any of the conditions happen:
- ...
- A request is issued which is not a GET, HEAD, POST, OPTIONS, or TRACE.