You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Getting the error "timer not supported on this plattform" which first and foremost "plattform" is misspelled with two ts.
More importantly, when I put "timer not supported on this plattform" into google, it return no results. As if this error is coming from a hidden source someplace not available on the crawlable web which is odd. However, my point is that I have no way of researching this error and finding out what is causing it, without deconstructing every line of code piece of piece.
So I guess first question would be does anyone here know where this error is coming from?
Also while here, my assumption is that timer refers to setTimeout, clearTimeout , setInterval, clearInterval, requestAnimationFrame, cancelAnimationFrame. Would anyone happen to know if there are any other functions beyond this that will cause this error?
Also being that rxjs is used heavily by Angular I am jotting down a list of rxjs functions that use timers. Documentation re: this would be helpful as well and I will cross reference with rxjs. Here is the list I have found:
Closing this bug as caused by angular-oauth-oidc and it's setupRefreshTimer method erroring out. My apologies but who knows maybe this issue might still be useful for others
Getting the error "
timer not supported on this plattform
" which first and foremost "plattform
" is misspelled with two ts.More importantly, when I put "
timer not supported on this plattform
" into google, it return no results. As if this error is coming from a hidden source someplace not available on the crawlable web which is odd. However, my point is that I have no way of researching this error and finding out what is causing it, without deconstructing every line of code piece of piece.So I guess first question would be does anyone here know where this error is coming from?
Also while here, my assumption is that timer refers to
setTimeout
,clearTimeout
,setInterval
,clearInterval
,requestAnimationFrame
,cancelAnimationFrame
. Would anyone happen to know if there are any other functions beyond this that will cause this error?Also being that rxjs is used heavily by Angular I am jotting down a list of rxjs functions that use timers. Documentation re: this would be helpful as well and I will cross reference with rxjs. Here is the list I have found:
timer
delay
debounceTime
Update: Rxjs discussion created here: ReactiveX/rxjs#7140
The text was updated successfully, but these errors were encountered: