Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getTarget :: (MonadDOM m, FromJSString result) => ProcessingInstruction -> m result
- getSheet :: MonadDOM m => ProcessingInstruction -> m (Maybe StyleSheet)
- getSheetUnsafe :: (MonadDOM m, HasCallStack) => ProcessingInstruction -> m StyleSheet
- getSheetUnchecked :: MonadDOM m => ProcessingInstruction -> m StyleSheet
- newtype ProcessingInstruction = ProcessingInstruction {}
- gTypeProcessingInstruction :: JSM GType
Documentation
getTarget :: (MonadDOM m, FromJSString result) => ProcessingInstruction -> m result Source #
getSheet :: MonadDOM m => ProcessingInstruction -> m (Maybe StyleSheet) Source #
getSheetUnsafe :: (MonadDOM m, HasCallStack) => ProcessingInstruction -> m StyleSheet Source #
getSheetUnchecked :: MonadDOM m => ProcessingInstruction -> m StyleSheet Source #
newtype ProcessingInstruction Source #
Functions for this inteface are in JSDOM.ProcessingInstruction. Base interface functions are in: