Stanislav Nechutný
Results
2
issues of
Stanislav Nechutný
Hello, when using pnotify with project in typesciprt 3.9.2 I've got error ``` 「atl」: Checking started in a separate process... [at-loader] ./node_modules/@pnotify/core/Stack.d.ts:121:21 TS2709: Cannot use namespace 'Notice' as a type....
Hello, when first css style in page is from another domain, then JS fails on: ``` var stylesheet = window.document.styleSheets[0]; var method = stylesheet.cssRules ? 'insertRule' : 'addRule'; for (var...