Hello,
I thought you would to know, loading any content into webix iframe component particularly into a desktop window component will lead to this error:
webix.js?v=ZM-gpu8v4…l8IVPQxUuQn7YwbE:17
[Violation] Permissions policy violation: unload is not allowed in this document.
appears to be located at this line of webix.js
function l(t, i, e, s) {
s = s || {},
t = tt(t);
var n = s.id || ++I
, h = [t, i, e = s.bind ? f(e, s.bind) : e, s.capture]
, h = (s.inner || (oi[n] = h),
!!s.capture);
return !B(s.passive) && T.passiveEventListeners && (h = {
passive: s.passive,
capture: h
}),
t.addEventListener(i, e, h),
n
}
on adding the eventlistener.
On further searching the net, seems other developers also getting this since mid July. Probably because of browser code update.
Thank you