зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
201 B
HTML
9 строки
201 B
HTML
|
<!DOCTYPE html>
|
||
|
<script>
|
||
|
|
||
|
var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
|
||
|
inputElem.QueryInterface(Ci.imgIDecoderObserver);
|
||
|
inputElem.onStartDecode(null);
|
||
|
|
||
|
</script>
|