SkillAgentSearch skills...

Blazor.matchbox

A collection of Helpers for accessing browser APIS (ResizeObserver, IntersectionObserver etc)

Install / Use

/learn @blacktau/Blazor.matchbox
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Blazor Matchbox

A collection of Helpers for accessing browser APIS (ResizeObserver, IntersectionObserver etc)

This module does not include any polyfills. Polyfills are a choice to be made by the application consuming the library and thus are not included.

Available Apis

| Api | MDN Reference | Description | | --- | ------------- | ----------- | | IntersectionObserverAPI | Intersection Observer API | Allows the observation of changes in the intersection of a target element with an ancestor element or with a top-level document's viewport. | | ResizeObserverAPI | Resize Observer API | Allows monitoring of an element for changes to its size. | | WebStorage | Web Storage API | Provides access to Local and Session Storage. |

Usage

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks1

Languages

C#

Security Score

70/100

Audited on Oct 29, 2023

No findings