Merge pull request #4767 from nurbek91/IntersectionObserver

Add Intersection Observer / performance , javascript lib #4592
main
Elbert Alias 3 years ago committed by GitHub
commit d4283fca5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -534,6 +534,18 @@
"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",
"/assets/(?:.+)?intersection-observer\\.[\\d\\w\\.]+\\.js"
],
"website": "https://www.w3.org/TR/intersection-observer"
},
"Invenio": {
"cats": [
50

Loading…
Cancel
Save