is-incognito-mode - v2.3.0
Live demo
GitHub
npm
Preparing search index...
WindowLike
Interface WindowLike
interface
WindowLike
{
indexedDB
?:
IDBFactory
;
localStorage
?:
StorageLike
;
MSPointerEvent
?:
unknown
;
PointerEvent
?:
unknown
;
openDatabase
?
(
name
:
string
|
null
,
version
:
string
|
null
,
displayName
:
string
|
null
,
estimatedSize
:
number
|
null
,
)
:
unknown
;
}
Index
Properties
indexed
DB?
local
Storage?
MS
Pointer
Event?
Pointer
Event?
Methods
open
Database?
Properties
Optional
Readonly
indexed
DB
indexedDB
?:
IDBFactory
Optional
Readonly
local
Storage
localStorage
?:
StorageLike
Optional
Readonly
MS
Pointer
Event
MSPointerEvent
?:
unknown
Optional
Readonly
Pointer
Event
PointerEvent
?:
unknown
Methods
Optional
open
Database
openDatabase
?
(
name
:
string
|
null
,
version
:
string
|
null
,
displayName
:
string
|
null
,
estimatedSize
:
number
|
null
,
)
:
unknown
Parameters
name
:
string
|
null
version
:
string
|
null
displayName
:
string
|
null
estimatedSize
:
number
|
null
Returns
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
indexed
DB
local
Storage
MS
Pointer
Event
Pointer
Event
Methods
open
Database
Live demo
Changelog
Live demo
GitHub
npm
is-incognito-mode - v2.3.0
Loading...