зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
195 B
HTML
9 строки
195 B
HTML
|
<!doctype html>
|
||
|
<script>
|
||
|
onmessage = function(e) {
|
||
|
parent.postMessage({
|
||
|
throttledFrameRequests: SpecialPowers.DOMWindowUtils.effectivelyThrottlesFrameRequests,
|
||
|
}, e.origin);
|
||
|
};
|
||
|
</script>
|