Skip to content

dart:dom window.webkitIndexedDB not implemented in dartium #1808

@sethladd

Description

@sethladd

See groups discussion here: https://groups.google.com/a/dartlang.org/group/misc/browse_thread/thread/74b11c925ae01e4c/ed03d6538e139e2d?lnk=gst&q=indexeddb#ed03d6538e139e2d

This code fails to work in Dartium:

import('dart:dom', prefix:'dom');

void main() {
  var request = dom.window.webkitIndexedDB.open('todo');
}

Error:

Exception: NoSuchMethodException : method not found: 'get:webkitIndexedDB'
Receiver: Instance of 'DOMWindowImplementation'
Arguments: []
Stack Trace: 0. Function: 'Object.noSuchMethod' url: 'bootstrap' line:665 col:3
 1. Function: '::main' url: 'file:///Users/sethladd/dart/indexeddb/indexeddb.dart' line:4 col:43

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions