hi,
Hunderte? Alles, was sich als Bild, Script, Stylesheet, iframe ... oder mit XMLHttpRequest laden lässt. Formate können image/*, JavaScript, CSS, HTML, JSON, XML, CSV, binär usw. sein.
Irgendwie drehe ich mich im Kreis... mal angenommen, ich habe sowas:
<p>
<object id="data" data="xy.txt" type="text/plain">
</object>
</p>
wie komme ich dann mit JS auf den Inhalt der Datei (z.B. als Blob)?
Horst