I'm absolutely sure that this is covered by #21, though I thought it might be useful to log a specific example of Origin Trial issues. When viewing a page with an active webvr origin-trial, I get the following error: ``` TypeError: Cannot assign to read only property 'pose' of object '#<VRFrameData>' ```  It looks like I'm passing a native `VRFrameData` object which has a readonly pose attribute