MCPcopy Create free account
hub / github.com/FastLED/FastLED / get

Method get

src/platforms/wasm/js_fetch.h:43–45  ·  view source on GitHub ↗

Create a GET request @param url The URL to fetch @returns WasmFetchRequest object for chaining

Source from the content-addressed store, hash-verified

41 /// @param url The URL to fetch
42 /// @returns WasmFetchRequest object for chaining
43 WasmFetchRequest get(const fl::string& url) FL_NOEXCEPT {
44 return WasmFetchRequest(url);
45 }
46};
47
48/// Internal WASM fetch object for low-level access

Callers 15

createMethod · 0.45
TaskCoroutineWasmClass · 0.45
getStripPixelDataFunction · 0.45
index.tsFile · 0.45
handleWorkerMessageMethod · 0.45
_collectLedColorDataMethod · 0.45
_updateLedVisualsMethod · 0.45
_clearUnusedLedsMethod · 0.45
validateMethod · 0.45
addUiElementsMethod · 0.45
findExistingGroupMethod · 0.45
recordElementRemoveMethod · 0.45

Calls 1

WasmFetchRequestClass · 0.85

Tested by

no test coverage detected