Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > b55d7c43b870130fe183a7ec3a49d711 > files > 105

js-of-ocaml-doc-1.0.9-1.fc16.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Event_arrows.html">
<link rel="next" href="Firebug.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>File</title>
</head>
<body>
<div class="navbar"><a href="Event_arrows.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Firebug.html">Next</a>
</div>
<center><h1>Module <a href="type_File.html">File</a></h1></center>
<br>
<pre><span class="keyword">module</span> File: <code class="code">sig</code> <a href="File.html">..</a> <code class="code">end</code></pre><code class="code">filename</code> handles old firefox without name property<br>
<hr width="100%">
<pre><span id="TYPEblob"><span class="keyword">class type</span> <a href="File.blob-c.html">blob</a></span> = <code class="code">object</code> <a href="File.blob-c.html">..</a> <code class="code">end</code></pre><pre><span id="TYPEfile"><span class="keyword">class type</span> <a href="File.file-c.html">file</a></span> = <code class="code">object</code> <a href="File.file-c.html">..</a> <code class="code">end</code></pre><pre><span id="TYPEfile_any"><span class="keyword">type</span> <code class="type"></code>file_any</span> </pre>

<pre><span class="keyword">module</span> <a href="File.CoerceTo.html">CoerceTo</a>: <code class="code">sig</code> <a href="File.CoerceTo.html">..</a> <code class="code">end</code></pre><pre><span id="TYPEfileList"><span class="keyword">class type</span> <a href="File.fileList-c.html">fileList</a></span> = <code class="code">object</code> <a href="File.fileList-c.html">..</a> <code class="code">end</code></pre><pre><span id="TYPEfileError"><span class="keyword">class type</span> <a href="File.fileError-c.html">fileError</a></span> = <code class="code">object</code> <a href="File.fileError-c.html">..</a> <code class="code">end</code></pre><br><code><span id="TYPEreadyState"><span class="keyword">type</span> <code class="type"></code>readyState</span> = </code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">EMPTY</span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">LOADING</span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">DONE</span></code></td>

</tr></table>


<pre><span id="TYPEfileReader"><span class="keyword">class type</span> <a href="File.fileReader-c.html">fileReader</a></span> = <code class="code">object</code> <a href="File.fileReader-c.html">..</a> <code class="code">end</code></pre><pre><span id="VALfilename"><span class="keyword">val</span> filename</span> : <code class="type"><a href="File.file-c.html">file</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a></code></pre><div class="info">
<code class="code">filename</code> handles old firefox without name property<br>
</div>
<pre><span id="VALfileReader"><span class="keyword">val</span> fileReader</span> : <code class="type"><a href="File.fileReader-c.html">fileReader</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEconstr">Js.constr</a></code></pre><pre><span id="VALreadAsBinaryString"><span class="keyword">val</span> readAsBinaryString</span> : <code class="type"><a href="File.blob-c.html">blob</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> Lwt.t</code></pre><pre><span id="VALreadAsText"><span class="keyword">val</span> readAsText</span> : <code class="type"><a href="File.blob-c.html">blob</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> Lwt.t</code></pre><pre><span id="VALreadAsText_withEncoding"><span class="keyword">val</span> readAsText_withEncoding</span> : <code class="type"><a href="File.blob-c.html">blob</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> Lwt.t</code></pre><pre><span id="VALreadAsDataURL"><span class="keyword">val</span> readAsDataURL</span> : <code class="type"><a href="File.blob-c.html">blob</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> Lwt.t</code></pre></body></html>