使用 Piwik.js 在 trackPageView() 的回调中访问 XHR 对象 (matomo)
Access XHR object in callback of trackPageView() using Piwik.js (matomo)
我正在使用Matomo for tracking page view. I have a requirement where on completion of XHR request of track page view I need to perform some operation which involves accessing xhr
(XmlHttpRequest
) object. I figured out that with trackPageView()
described here我们可以通过customTitle, customData, callback
。我能够将回调函数作为参数传递,但我无法在回调中访问 xhr
。
有什么方法可以在回调函数中访问 xhr
吗?
提前致谢!
由于最近的拉取请求,我认为这个问题现在已经解决了:
我正在使用Matomo for tracking page view. I have a requirement where on completion of XHR request of track page view I need to perform some operation which involves accessing xhr
(XmlHttpRequest
) object. I figured out that with trackPageView()
described here我们可以通过customTitle, customData, callback
。我能够将回调函数作为参数传递,但我无法在回调中访问 xhr
。
有什么方法可以在回调函数中访问 xhr
吗?
提前致谢!
由于最近的拉取请求,我认为这个问题现在已经解决了: