DOMException when trying to send data to a IFrame in dart
i was trying to create an iframe using dart web and pass some data to the iframe, using the following extension i found on https://github.com/dart-lang/sdk/issues/54443 which was specifically made as a workaround to this problem