DOM-2.0.0: DOM Level 2 bindings for the WebBits package.Source codeContentsIndex
Data.DOM.XMLHttpRequest
Documentation
openSync :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression String -> Expression this -> mn (Expression ())Source
openAsync :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression String -> Expression Bool -> Expression this -> mn (Expression ())Source
openUser :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression String -> Expression Bool -> Expression String -> Expression this -> mn (Expression ())Source
openAuth :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression String -> Expression Bool -> Expression String -> Expression String -> Expression this -> mn (Expression ())Source
setRequestHeader :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression String -> Expression this -> mn (Expression ())Source
sendString :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression this -> mn (Expression ())Source
sendDocument :: (Monad mn, CXMLHttpRequest this, CDocument doc) => Expression doc -> Expression this -> mn (Expression ())Source
abort :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression ())Source
getAllResponseHeaders :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression String)Source
getResponseHeader :: (Monad mn, CXMLHttpRequest this) => Expression String -> Expression this -> mn (Expression String)Source
get'readyState :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression Double)Source
getm'readyState :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression Double)Source
get'responseText :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression String)Source
getm'responseText :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression String)Source
get'responseXML :: (Monad mn, CXMLHttpRequest this, CDocument zz) => Expression this -> mn (Expression zz)Source
getm'responseXML :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression TDocument)Source
get'status :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression Double)Source
getm'status :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression Double)Source
get'statusText :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression String)Source
getm'statusText :: (Monad mn, CXMLHttpRequest this) => Expression this -> mn (Expression String)Source
Produced by Haddock version 2.4.2