dwds library

Classes

AppConnection
A connection between the application loaded in the browser and DWDS.
AssetReader
A reader for Dart sources and related source maps.
BuildRunnerRequireStrategyProvider
Provides a RequireStrategy suitable for use with package:build_runner.
DebugConnection
A debug connection between the application in the browser and DWDS.
DevTools
A server for Dart Devtools.
Dwds
The Dart Web Debug Service.
DwdsEvent
ExpressionCompilationResult
Result of compilation of dart expression to JavaScript
ExpressionCompiler
Interface to provide means of compiling expressions from dart to JavaScript used to implement expression evaluation in any tools using dwds
ExpressionCompilerService
Service that handles expression compilation requests.
FrontendServerAssetReader
A reader for Dart sources and related source maps provided by the Frontend Server.
FrontendServerRequireStrategyProvider
Provides a RequireStrategy suitable for use with Frontend Server.
LegacyStrategy
A load strategy for the legacy module system.
LoadStrategy
MetadataProvider
A provider of metadata in which data is collected through DDC outputs.
ModuleInfo
PackageUriMapper
ProxyServerAssetReader
A reader for resources provided by a proxy server.
RequireStrategy
A load strategy for the require-js module system.
SdkConfiguration
Dart SDK configuration.
SdkConfigurationProvider
SDK configuration provider interface.
SdkLayout
Dart SDK layout.
SocketConnection
An individual (transport-agnostic) bidirectional socket connection.
SocketHandler
A handler that accepts (transport-agnostic) bidirection socket connections.
SseSocketConnection
An implemenation of SocketConnection that users server-sent events (SSE) and HTTP POSTS for bidirectional communication by wrapping an SseConnection.
SseSocketHandler
An implemenation of SocketHandler that accepts server-sent events (SSE) connections and wraps them in an SseSocketConnection.
WebSocketConnection
An implemenation of SocketConnection that uses WebSockets for communication by wrapping WebSocketChannel.
WebSocketSocketHandler
An implemenation of SocketHandler that accepts WebSocket connections and wraps them in a WebSocketConnection.

Typedefs

ConnectionProvider = Future<ChromeConnection> Function()
DevtoolsLauncher = Future<DevTools> Function(String hostname)
UrlEncoder = Future<String> Function(String url)