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