UNPKG
@stlite/browser
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.97.0
0.96.0
0.95.1
0.95.0
0.94.0
0.93.1
0.93.0
0.92.0
0.91.2
0.91.1
0.91.0
0.90.14
0.90.13
0.90.12
0.90.11
0.90.10
0.90.7
0.90.6
0.90.0
0.89.1
0.89.0
0.88.1
0.88.0
0.87.0
0.86.0
0.85.2
0.85.1
0.84.2
0.84.1
0.83.1
0.83.0
0.82.0
0.81.6
0.80.5
0.80.4
0.80.3
0.80.2
0.80.1
0.80.0
0.79.6
0.79.5
0.79.4
0.79.0
0.78.2
0.78.1
0.78.0
0.77.0
0.76.3
0.76.2
0.76.1
0.76.0
0.76.0-alpha.3
Browser Stlite
github.com/whitphx/stlite
whitphx/stlite
@stlite/browser
/
build
/
createDownloadLinkElement-Dk3hYdCb.js
2 lines
(1 loc)
•
242 B
JavaScript
View Raw
1
2
const
n
=(
{enforceDownloadInNewTab:e,url:r,filename:a}
)=>{
const
t=
document
.
createElement
(
"a"
);
return
t.
setAttribute
(
"href"
,r),e?t.
setAttribute
(
"target"
,
"_blank"
):t.
setAttribute
(
"target"
,
"_self"
),t.
setAttribute
(
"download"
,a),t};
export
{n
as
c};