Module
JSDOM
- Package
- purescript-jsdom
- Repository
- purescript-open-community/purescript-jsdom
#JSDOMWindow Source
data JSDOMWindow
#BaseOptionsRow Source
type BaseOptionsRow :: Row Type
type BaseOptionsRow = (includeNodeLocations :: Boolean, pretendToBeVisual :: Boolean)
#BaseOptions Source
type BaseOptions = Record BaseOptionsRow
#ConstructorOptionsRow Source
type ConstructorOptionsRow :: Row Type
type ConstructorOptionsRow = (contentType :: String, storageQuota :: Int, url :: String | BaseOptionsRow)
- Modules
- JSDOM