krakenjs / post-robot

Cross domain post-messaging on the client side using a simple listener/client pattern.
Apache License 2.0
741 stars 92 forks source link

fix: remove setAttribute('style', ...) from openBridgeFrame #121

Closed imbrian closed 1 month ago

imbrian commented 1 month ago

Replaces usage of setAttribute('style', ...) with style[...] property assignment in openBridgeFrame method.

Reference