Skip to content

feat(indexeddb): indexeddb implementation #5

feat(indexeddb): indexeddb implementation

feat(indexeddb): indexeddb implementation #5

Triggered via push April 9, 2024 14:02
Status Failure
Total duration 22s
Artifacts

node.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
'T' is declared but its value is never read.
build
Property 'version' has no initializer and is not definitely assigned in the constructor.
build
'version' is declared but its value is never read.
build
Property 'db' has no initializer and is not definitely assigned in the constructor.
build
'version' is declared but its value is never read.
build
'Version' is declared but its value is never read.
build
'objectstore' is declared but its value is never read.
build
'T' is declared but its value is never read.
build
Property 'setItem' does not exist on type 'StorageService'. Did you mean 'getItem'?
build
Type 'StorageContextData<T>' is not assignable to type 'StorageContextData<unknown>'.