Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deno/idb): implement IDBObjectStore.get #41

Merged
merged 3 commits into from
Apr 22, 2024

refactor(deno/idb): do not replace self.indexedDB

7495403
Select commit
Loading
Failed to load commit list.
Merged

feat(deno/idb): implement IDBObjectStore.get #41

refactor(deno/idb): do not replace self.indexedDB
7495403
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 22, 2024 in 1s

72.54% of diff hit (target 86.75%)

View this Pull Request on Codecov

72.54% of diff hit (target 86.75%)

Annotations

Check warning on line 47 in deno/idb/mod.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

deno/idb/mod.ts#L39-L47

Added lines #L39 - L47 were not covered by tests

Check warning on line 56 in deno/idb/mod.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

deno/idb/mod.ts#L56

Added line #L56 was not covered by tests

Check warning on line 70 in deno/idb/mod.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

deno/idb/mod.ts#L67-L70

Added lines #L67 - L70 were not covered by tests

Check warning on line 75 in deno/idb/mod.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

deno/idb/mod.ts#L72-L75

Added lines #L72 - L75 were not covered by tests

Check warning on line 19 in std/stores.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

std/stores.ts#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 26 in std/stores.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

std/stores.ts#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 32 in std/stores.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

std/stores.ts#L32

Added line #L32 was not covered by tests