An Entity of Type: work, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of JSON objects. It is a standard maintained by the World Wide Web Consortium (W3C). As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. Web storage has fixed limits per website, but IndexedDB limits are "usually quite large, if they exist at all".

Property Value
dbo:abstract
  • Die Indexed Database API, kurz IndexedDB, ist eine Programmierschnittstelle, die es Webseiten mittels JavaScript erlaubt, strukturierte Daten im Browser zu speichern. Der Standard wird vom World Wide Web Consortium entwickelt und ist in Browsern ab 2011 implementiert. (de)
  • La API de base de datos indexada (comúnmente conocida como IndexedDB) es una interfaz de programación de aplicaciones (API) de JavaScript proporcionada por navegadores web para administrar una base de datos NoSQL de objetos JSON. Es un estándar mantenido por el World Wide Web Consortium (W3C).​ Como alternativa al estándar de , IndexedDB puede proporcionar más capacidad de almacenamiento. El almacenamiento web tiene límites fijos por sitio web, pero los límites de IndexedDB son "generalmente bastante grandes, si es que existen".​ Los casos de uso para IndexedDB incluyen el almacenamiento en caché de datos de aplicaciones web para disponibilidad fuera de línea.​ Algunos módulos del navegador, como devtools o extensiones, también pueden usarlo para el almacenamiento. (es)
  • The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of JSON objects. It is a standard maintained by the World Wide Web Consortium (W3C). As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. Web storage has fixed limits per website, but IndexedDB limits are "usually quite large, if they exist at all". Use cases for IndexedDB include caching web application data for offline availability. Some browser modules, such as devtools or extensions, may also use it for storage. (en)
  • Indexed Database API ou IndexedDB est une proposition de standard du W3C pour une base de données locale embarquée dans le navigateur. (fr)
  • Indexed Database API 또는 IndexedDB(과거 이름: WebSimpleDB)는 색인이 포함된 JSON 객체가 모여있는 트랜잭셔널 로컬 데이터베이스를 위해 W3C가 권고한 웹 브라우저 표준 인터페이스의 하나이다. 웹사이트는 데이터베이스에서 영속적인 데이터를 모아서 저장할 수 있다. W3C는 2015년 1월 8일 IndexedDB 인터페이스를 위한 최종 권고안을 발행하였다. (ko)
  • Indexed Database API (Indexed DB, インデックス データベース API)とは、W3Cにより仕様策定が行われている、値とオブジェクトをローカルデータベースに保持するウェブブラウザの標準インターフェース。Indexed DB は元々2009年にオラクルが提案した。 同じくクライアントサイドに保存する技術として ウェブストレージがあるが、ウェブストレージは単純なキー・バリュー型であるのに対して、Indexed DB ではインデックスをはったり、トランザクション処理もできる。 Indexed DB はブックマークなどウェブブラウザが機能を実装するために使うこともできるし、Eメールクライアントなどウェブアプリケーションにも使える。 (ja)
  • IndexedDB — JavaScript-интерфейс прикладного программирования (API) клиентского хранилища большого объема структурированных данных, в том числе файлы/blobs. Другими словами, это NoSQL-хранилище данных в формате JSON внутри браузера. Стандарт разработан W3C и внедрен в браузерах с 2011 года. (ru)
  • Indexed Database API(简称IndexedDB,以前称WebSimpleDB)是W3C推荐的一项网页浏览器标准,是为提供一个具有索引的JSON对象集合的事务性本地数据库操作接口。W3C于2015年1月8日发布了IndexedDB接口的最终建议。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 26541429 (xsd:integer)
dbo:wikiPageLength
  • 8114 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1090951765 (xsd:integer)
dbo:wikiPageWikiLink
dbp:abbreviation
  • IndexedDB (en)
dbp:baseStandards
  • JSON (en)
  • (en)
  • File API (en)
  • HTML DOM (en)
  • Infra Standard (en)
  • Storage Standard (en)
dbp:committee
  • Web Applications Working Group (en)
dbp:domain
  • NoSQL databases (en)
dbp:editors
  • (en)
  • Andrei Popescu (en)
  • Joshua Bell (en)
  • Ali Alabbas (en)
  • Eliot Graff (en)
  • Jeremy Orlow (en)
  • Jonas Sicking (en)
  • Nikunj Mehta (en)
dbp:longName
  • Indexed Database API (en)
dbp:nativeName
  • Indexed Database API (en)
dbp:nativeNameLang
  • en (en)
dbp:organization
  • Google (en)
  • Microsoft (en)
  • Mozilla (en)
  • Oracle (en)
  • (en)
dbp:preview
  • Editor's Draft (en)
dbp:previewDate
  • 2021-03-11 (xsd:date)
dbp:relatedStandards
  • (en)
  • HTTP cookie (en)
  • Web SQL Database (en)
dbp:status
dbp:title
  • IndexedDB (en)
dbp:version
  • 3 (xsd:integer)
dbp:versionDate
  • 2021-03-11 (xsd:date)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Die Indexed Database API, kurz IndexedDB, ist eine Programmierschnittstelle, die es Webseiten mittels JavaScript erlaubt, strukturierte Daten im Browser zu speichern. Der Standard wird vom World Wide Web Consortium entwickelt und ist in Browsern ab 2011 implementiert. (de)
  • Indexed Database API ou IndexedDB est une proposition de standard du W3C pour une base de données locale embarquée dans le navigateur. (fr)
  • Indexed Database API 또는 IndexedDB(과거 이름: WebSimpleDB)는 색인이 포함된 JSON 객체가 모여있는 트랜잭셔널 로컬 데이터베이스를 위해 W3C가 권고한 웹 브라우저 표준 인터페이스의 하나이다. 웹사이트는 데이터베이스에서 영속적인 데이터를 모아서 저장할 수 있다. W3C는 2015년 1월 8일 IndexedDB 인터페이스를 위한 최종 권고안을 발행하였다. (ko)
  • Indexed Database API (Indexed DB, インデックス データベース API)とは、W3Cにより仕様策定が行われている、値とオブジェクトをローカルデータベースに保持するウェブブラウザの標準インターフェース。Indexed DB は元々2009年にオラクルが提案した。 同じくクライアントサイドに保存する技術として ウェブストレージがあるが、ウェブストレージは単純なキー・バリュー型であるのに対して、Indexed DB ではインデックスをはったり、トランザクション処理もできる。 Indexed DB はブックマークなどウェブブラウザが機能を実装するために使うこともできるし、Eメールクライアントなどウェブアプリケーションにも使える。 (ja)
  • IndexedDB — JavaScript-интерфейс прикладного программирования (API) клиентского хранилища большого объема структурированных данных, в том числе файлы/blobs. Другими словами, это NoSQL-хранилище данных в формате JSON внутри браузера. Стандарт разработан W3C и внедрен в браузерах с 2011 года. (ru)
  • Indexed Database API(简称IndexedDB,以前称WebSimpleDB)是W3C推荐的一项网页浏览器标准,是为提供一个具有索引的JSON对象集合的事务性本地数据库操作接口。W3C于2015年1月8日发布了IndexedDB接口的最终建议。 (zh)
  • The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of JSON objects. It is a standard maintained by the World Wide Web Consortium (W3C). As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. Web storage has fixed limits per website, but IndexedDB limits are "usually quite large, if they exist at all". (en)
  • La API de base de datos indexada (comúnmente conocida como IndexedDB) es una interfaz de programación de aplicaciones (API) de JavaScript proporcionada por navegadores web para administrar una base de datos NoSQL de objetos JSON. Es un estándar mantenido por el World Wide Web Consortium (W3C).​ Como alternativa al estándar de , IndexedDB puede proporcionar más capacidad de almacenamiento. El almacenamiento web tiene límites fijos por sitio web, pero los límites de IndexedDB son "generalmente bastante grandes, si es que existen".​ (es)
rdfs:label
  • Indexed Database API (de)
  • Indexed Database API (es)
  • Indexed Database API (en)
  • Indexed Database API (fr)
  • Indexed Database API (ja)
  • Indexed Database API (ko)
  • IndexedDB (ru)
  • Indexed Database API (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License