0.0.0 • Published 6 months ago

be-fixed v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

be-fixed

Define local HTML "constants."

<html>
    <head>
        ...
        <link id=apiBase rel=preconnect href=https://example.com/api>
        ...
    </head>
    <body>
        ...
        <my-custom-element>
            #shadow
                <slot name=config be-prop-slotting></slot>
            <meta slot=config itemprop=myCustomElementApiBase be-fixed='from apiBase:href.'>

    </body>
</html>

Note that HTML5 already makes "apiBase" a global constant in JavaScript.

0.0.0

6 months ago