You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the required libs uses postMessage to emulate setImmediate and the checks the event target which is the original window but compares it to the sandbox window.
It's a bug, but it should rarely happen. Not sure whether I'm going to fix this.
(Please fill out the issue template with your details)
Expected Behavior
https://github.com/dolanmiu/docx works, even if some grants were present.
Actual Behavior
It works as long as no grants are present, as soon as there are
@grants
the example from here is no longer workingSpecifications
Script
When replacing the line of the grant with
@grant none
it works.The text was updated successfully, but these errors were encountered: