| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[WebXR] Check buffer detachment in XRFrame::fillPoses
During XRFrame::fillPoses, calling XRSpace::getPose() can synchronously
execute script event handlers (e.g., reset events). This script may
detach the passed-in Float32Array transforms buffer. This change validates
that the array buffer is not detached prior to writing pose matrices.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |