1 points | by llcooliovice 10 hours ago
1 comments
Chrome are prototyping a declarative client-side include mechanism.
<template src="/partial.html" for=""></template>
Together with the declarative API, it will also include a way to import HTML in JavaScript:
import fragment from "/partial.html" with { type: "fragment" }
Chrome are prototyping a declarative client-side include mechanism.
<template src="/partial.html" for=""></template>
Together with the declarative API, it will also include a way to import HTML in JavaScript:
import fragment from "/partial.html" with { type: "fragment" }