Articles tagged: MakeBrowserAgnostic
Found 12 documents
- Mozilla/Add-ons/Code_snippets/Timers/Daemons In computer science a daemon is a task that runs as a background process, rather than being ...
- Mozilla/Mobile/Viewport_meta_tag The upcoming release of Mobile Firefox (Fennec) 1.1 features improved support for the meta ...
- Using_files_from_web_applications Using the File API, which was added to the DOM in HTML5, it's now possible for web content to ...
- Web/API/Document/createNodeIterator Returns a new NodeIterator object.
- Web/API/Document/xmlEncoding Returns the encoding as determined by the XML declaration. Should be null if unspecified or unknown.
- Web/API/IDBTransaction Note that as of Firefox 40, IndexedDB transactions have relaxed durability guarantees to ...
- Web/API/Window/prompt The Window.prompt() displays a dialog with an optional message prompting the user to input some ...
- Web/API/WindowEventHandlers/onunload The unload event is raised when the window is unloading its content and resources. The resources ...
- Web/API/WindowTimers/setInterval Repeatedly calls a function or executes a code snippet, with a fixed time delay between each ...
- Web/API/WindowTimers/setTimeout Sets a timer which executes a function or specified piece of code once after the timer expires.
- Web/API/XMLHttpRequest/Using_XMLHttpRequest XMLHttpRequest makes sending HTTP requests very easy. You simply create an instance of the ...
- Web/HTML/Element/input The HTML element input is used to create interactive controls for web-based forms in order to ...