repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i18n: Upgrade translations from crowdin (253f51dd). (pass-extension)
[ProtonMail-WebClient.git]
/
packages
/
polyfill
/
index.js
blob
d16ae66ceca456fdd3d983237da40e5370e391b6
1
import
'core-js/stable'
;
2
import
'regenerator-runtime/runtime'
;
3
import
{
install
}
from
'resize-observer'
;
4
import
'yetch/polyfill'
;
5
6
if
(!
window
.
ResizeObserver
) {
7
install
();
8
}