From 2cf0b8a2b2db63217ad2e00e7d9d7f0764714718 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 9 Oct 2021 01:38:17 +0600 Subject: [PATCH] Add Intersection Observer / performance , javascript lib --- src/technologies/i.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies/i.json b/src/technologies/i.json index 6dec4cd5c..12fdb2e7a 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -534,6 +534,15 @@ "scripts": "(?:is-bin|INTERSHOP)", "website": "http://intershop.com" }, + "Intersection Observer": { + "cats": [ + 92, + 59 + ], + "description": "Intersection Observer is a browser API that provides a way to observe the visibility and position of a DOM element relative to the containing root element or viewport.", + "scripts": "cdn\\.jsdelivr\\.net/npm/intersection-observer@([\\d\\.]+)\\;version:\\1", + "website": "https://www.w3.org/TR/intersection-observer" + }, "Invenio": { "cats": [ 50