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
Are there any way to get the irame element after init of postmate? I need to check if the content document is ready. In case of 404 and 500, I can not relay on the customized load event from the child.
Provide issue context below using code examples, images, or links
Maybe add a load event callback when init postmate?
new Postmate({
onload: () => {}
})
Read about references issues here. Provide paragraph text responses to each header.
The text was updated successfully, but these errors were encountered:
new Postmate() returns a promise, you can use ".then( child => child)" or ".catch()" for the errors I suppose.
The child object has an iframe property inside.
What Is the issue?
Are there any way to get the irame element after init of postmate? I need to check if the content document is ready. In case of 404 and 500, I can not relay on the customized load event from the child.
Provide issue context below using code examples, images, or links
Maybe add a load event callback when init postmate?
The text was updated successfully, but these errors were encountered: