![MS-INDEXEDDB-2]: Microsoft Edge Indexed Database API 2.0 Standards Support Document](https://data.docslib.org/img/3a60ab92a6e30910dab9bd827208bcff-1.webp)
[MS-INDEXEDDB-2]: Microsoft Edge Indexed Database API 2.0 Standards Support Document Intellectual Property Rights Notice for Open Specifications Documentation . Technical Documentation. Microsoft publishes Open Specifications documentation (“this documentation”) for protocols, file formats, data portability, computer languages, and standards support. Additionally, overview documents cover inter-protocol relationships and interactions. Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you can make copies of it in order to develop implementations of the technologies that are described in this documentation and can distribute portions of it in your implementations that use these technologies or in your documentation as necessary to properly document the implementation. You can also distribute in your implementation, with or without modification, any schemas, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications documentation. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. Patents. Microsoft has patents that might cover your implementations of the technologies described in the Open Specifications documentation. Neither this notice nor Microsoft's delivery of this documentation grants any licenses under those patents or any other Microsoft patents. However, a given Open Specifications document might be covered by the Microsoft Open Specifications Promise or the Microsoft Community Promise. If you would prefer a written license, or if the technologies described in this documentation are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting [email protected]. License Programs. To see all of the protocols in scope under a specific license program and the associated patents, visit the Patent Map. Trademarks. The names of companies and products contained in this documentation might be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. For a list of Microsoft trademarks, visit www.microsoft.com/trademarks. Fictitious Names. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events that are depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than as specifically described above, whether by implication, estoppel, or otherwise. Tools. The Open Specifications documentation does not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments, you are free to take advantage of them. Certain Open Specifications documents are intended for use in conjunction with publicly available standards specifications and network programming art and, as such, assume that the reader either is familiar with the aforementioned material or has immediate access to it. Support. For questions and support, please contact [email protected]. 1 / 20 [MS-INDEXEDDB-2] - v20180828 Microsoft Edge Indexed Database API 2.0 Standards Support Document Copyright © 2018 Microsoft Corporation Release: August 28, 2018 Revision Summary Revision Revision Date History Class Comments 6/5/2018 1.0 New Released new document. No changes to the meaning, language, or formatting of the 8/28/2018 1.0 None technical content. 2 / 20 [MS-INDEXEDDB-2] - v20180828 Microsoft Edge Indexed Database API 2.0 Standards Support Document Copyright © 2018 Microsoft Corporation Release: August 28, 2018 Table of Contents 1 Introduction ............................................................................................................ 4 1.1 Glossary ........................................................................................................... 4 1.2 References ........................................................................................................ 4 1.2.1 Normative References ................................................................................... 4 1.2.2 Informative References ................................................................................. 4 1.3 Microsoft Implementations .................................................................................. 4 1.4 Standards Support Requirements ......................................................................... 5 1.5 Notation ............................................................................................................ 5 2 Standards Support Statements ................................................................................ 6 2.1 Normative Variations .......................................................................................... 6 2.1.1 [W3C-INDEXEDDB-2] Section 2.4. Keys .......................................................... 6 2.1.2 [W3C-INDEXEDDB-2] Section 2.5. Key Path..................................................... 7 2.1.3 [W3C-INDEXEDDB-2] Section 2.11. Key Generators ......................................... 9 2.1.4 [W3C-INDEXEDDB-2] Section 4.3. The IDBFactory interface ............................ 10 2.1.5 [W3C-INDEXEDDB-2] Section 4.4. The IDBDatabase interface ......................... 11 2.1.6 [W3C-INDEXEDDB-2] Section 4.5. The IDBObjectStore interface ...................... 12 2.1.7 [W3C-INDEXEDDB-2] Section 4.6. The IDBIndex interface .............................. 15 2.1.8 [W3C-INDEXEDDB-2] Section 4.7. The IDBKeyRange interface ........................ 16 2.1.9 [W3C-INDEXEDDB-2] Section 4.8. The IDBCursor interface ............................. 17 2.1.10 [W3C-INDEXEDDB-2] Section 4.9. The IDBTransaction interface ...................... 17 2.2 Clarifications ................................................................................................... 18 2.2.1 [W3C-INDEXEDDB-2] Section 2.1.1. Database Connection ............................... 18 2.3 Extensions ...................................................................................................... 18 2.4 Error Handling ................................................................................................. 18 2.5 Security .......................................................................................................... 18 3 Change Tracking .................................................................................................... 19 4 Index ..................................................................................................................... 20 3 / 20 [MS-INDEXEDDB-2] - v20180828 Microsoft Edge Indexed Database API 2.0 Standards Support Document Copyright © 2018 Microsoft Corporation Release: August 28, 2018 1 Introduction This document describes the level of support provided by Microsoft Edge for the Indexed Database API 2.0 specification [W3C-INDEXEDDB-2], published 30 January 2018. The [W3C-INDEXEDDB-2] specification defines APIs for a database of records holding simple values and hierarchical objects. Each record consists of a key and some value. Records are accessed by key or by an indexed attribute. 1.1 Glossary MAY, SHOULD, MUST, SHOULD NOT, MUST NOT: These terms (in all caps) are used as defined in [RFC2119]. All statements of optional behavior use either MAY, SHOULD, or SHOULD NOT. 1.2 References Links to a document in the Microsoft Open Specifications library point to the correct section in the most recently published version of the referenced document. However, because individual documents in the library are not updated at the same time, the section numbers in the documents may not match. You can confirm the correct section numbering by checking the Errata. 1.2.1 Normative References We conduct frequent surveys of the normative references to assure their continued availability. If you have any issue with finding a normative reference, please contact [email protected]. We will assist you in finding the relevant information. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997, http://www.rfc-editor.org/rfc/rfc2119.txt [W3C-INDEXEDDB-2] World Wide Web Consortium, "Indexed Database API 2.0", W3C Recommendation, 30 January 2018, https://www.w3.org/TR/2018/REC-IndexedDB-2-20180130/ 1.2.2 Informative References None. 1.3 Microsoft Implementations The following Microsoft web browsers implement some portion of the [W3C-INDEXEDDB-2] specification: . Microsoft Edge Each browser version may implement multiple document rendering modes. The modes vary from one to another in support of the standard. The following table lists the document modes supported by each browser version. Browser Version Document Modes Supported Microsoft Edge EdgeHTML Mode For each variation presented in this document there is a list of the document modes and browser versions that exhibit the behavior described by the variation. All combinations of modes and versions that are not listed conform to the specification. For example, the following list for a variation indicates that the variation exists in three document modes in all browser
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages20 Page
-
File Size-