Appearance
Resources Loader
Загрузчик для списка других ресурсов из json . Выполняет запрос к указанному ресурсу используя Fetch API.
ts
const resources = [
{
type: "json",
name: "resources-list",
url: "/resources.json",
options: { credentials: "include" },
},
];json
[
{ "type": "wc", "name": "dpg-ui-compass", "url": "/components/dpg.ui.compass/dpg.ui.compass.min.js" },
{ "type": "wc", "name": "dpg-globe", "url": "/components/dpg-globe/index.js" },
{ "type": "wc", "name": "dpg-map", "url": "/components/dpg-map/index.js" },
{ "type": "wc", "name": "dpg-floorplan", "url": "/components/dpg-floorplan/index.js" },
{ "type": "css", "name": "dpg-map-style", "url": "/components/dpg-map/style.css" }
]Resource
type- resourcesurl- Ссылка на загружаемый ресурсoptionsoptional - RequestInit объект