MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / Text

Interface Text

packages/ci-proxy-worker/worker-configuration.d.ts:1878–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1876 remove(): Comment;
1877}
1878interface Text {
1879 readonly text: string;
1880 readonly lastInTextNode: boolean;
1881 readonly removed: boolean;
1882 before(
1883 content: string | ReadableStream | Response,
1884 options?: ContentOptions,
1885 ): Text;
1886 after(
1887 content: string | ReadableStream | Response,
1888 options?: ContentOptions,
1889 ): Text;
1890 replace(
1891 content: string | ReadableStream | Response,
1892 options?: ContentOptions,
1893 ): Text;
1894 remove(): Text;
1895}
1896interface DocumentEnd {
1897 append(content: string, options?: ContentOptions): DocumentEnd;
1898}

Callers 7

attach_websocket_innerFunction · 0.85
to_upstream_messageFunction · 0.85
to_downstream_messageFunction · 0.85
handle_socket_innerFunction · 0.85
handle_socketMethod · 0.85
handle_control_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected