missing by upload

This commit is contained in:
AlphaX-Projects 2021-12-25 15:46:09 +01:00 committed by GitHub
parent 76fff68872
commit bb46b7c3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
export const parentEpml = new Epml({
type: 'WINDOW',
source: window.parent
})
export const visiblePluginEpml = new Epml({
type: 'PROXY',
source: {
proxy: parentEpml,
target: 'visible-plugin',
id: 'core-plugin' // self id for responses, matches that in proxy.html
}
})