()
| 167 | } |
| 168 | |
| 169 | destroy () { |
| 170 | if (process.env.NODE_ENV !== 'production') { |
| 171 | log('Parent: Destroying Postmate instance') |
| 172 | } |
| 173 | window.removeEventListener('message', this.listener, false) |
| 174 | this.frame.parentNode.removeChild(this.frame) |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | /** |