Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/skatejs/skatejs
/ withLoading
Function
withLoading
site/components/app.js:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
let
withLoadingCount = 0;
15
const
withLoading = loader =>
16
withLoadable({
17
is: name(),
18
loader: loader,
19
loading: html`<x-loading></x-loading>`
20
});
21
22
const
router = html`
23
<sk-router>
Callers
1
app.js
File · 0.85
Calls
2
withLoadable
Function · 0.90
name
Function · 0.90
Tested by
no test coverage detected