MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / abortRequest

Method abortRequest

Libraries/Network/RCTNetworking.ios.js:52–54  ·  view source on GitHub ↗
(requestId: number)

Source from the content-addressed store, hash-verified

50 }
51
52 abortRequest(requestId: number) {
53 RCTNetworkingNative.abortRequest(requestId);
54 }
55
56 clearCookies(callback: (result: boolean) => any) {
57 RCTNetworkingNative.clearCookies(callback);

Callers 2

abortPrefetchFunction · 0.45
abortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected