mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
4 lines
99 B
HTML
4 lines
99 B
HTML
<script>
|
|
var blob = new Blob([123]);
|
|
parent.postMessage(URL.createObjectURL(blob), "*");
|
|
</script>
|