6590 documents found in English (US). Showing results 1 to 10.
The DirectoryEntrySync interface of the File System API represents a directory in a file system. It includes methods for creating, reading, looking up, and recursively removing files in a directory.
developer.mozilla.org/en-US/docs/Web/API/DirectoryEntrySync
Doing more with less seems to be the mission impossible for web designers: Addressing more customers, a broader audience, more diversity in terms of browsers, more accessibility, users asking for more speed, while spending less to maintain or redesign a web site. Caught between a rock and a hard place, web designers face a formidable challenge. Yet they are finding an unsuspected ally in the battle: Web Standards.
developer.mozilla.org/en-US/docs/The_Business_Benefits_of_Web_Standards
The alertdialog role is used to notify the user of urgent information that demands the user's immediate attention. As the name implies, alertdialog is a type of dialog. This means that most of the instructions provided in the ' using the dialog role ' technique are applicable to the alertdialog role as well:
developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_role
There are several types of taxes that you should be aware of in Marketplace. Each country has its own laws and Marketplace does its best to make taxes as simple as possible for consumers and for developers. However, we are not tax experts and you should consult your tax advisor with any issues regarding your specific situation.
developer.mozilla.org/en-US/docs/Web/Apps/FAQs/Taxes
The KeyboardEvent.which read-only property returns the numeric keyCode of the key pressed, or the character code (charCode) for an alphanumeric key pressed.
developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/which
This page lists features of JavaScript that are deprecated (that is, still available but planned for removal) and obsolete (that is, no longer usable).
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features
The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order. If control over byte order is needed, use DataView instead. The contents are initialized to 0. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
The toSource() method returns a string representing the source code of the object.
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/toSource
The HTML Superscript Element (sup) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.
developer.mozilla.org/en-US/docs/Web/HTML/Element/sup
The HTML Table Head Element (thead) defines a set of rows defining the head of the columns of the table.
developer.mozilla.org/en-US/docs/Web/HTML/Element/thead