Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiestfu committed Aug 2, 2016
1 parent ca0e49f commit 9d80b65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ Name | Type | Description

***

> ##`child.frame`
```javascript
new Postmate.Handshake(options).then(child => {
child.get('height')
.then(height => child.frame.style.height = `${height}px`);
});
```
> The iFrame Element that the parent is communicating with
## Further Reading

### Handshake and Initialization Flow
Expand Down

0 comments on commit 9d80b65

Please sign in to comment.