Trending Tags
  • #tunestr
  • #relay
  • #footstr
  • #bijouwled
  • #barefoot
Trending Notes
Global
Trending Profiles
  • Matt⚕️
    @Matt⚕️
  • node
    @node
  • makomichi the wolf of weeb street
    @makomichi
  • poe😱
    @poe😱
  • Brunswick
    @Brunswick

Nostr View


hzrd149 @hzrd149 - 2d

Just spent one hour debugging a very confusing issue with the replaceable event loading in applesauce. it was one of those bugs where different browsers where giving different results Turns out that FireFox does not implement setTimeout the same as chrome does. Chome seems to run the callbacks in the order of the timeout value. where as FireFox seems to run them in the order they where registered. that or it was running a setTimeout(() => {}, 0) after a setInterval Either way the solution was to remove the setTimeout. so just be careful when using timeouts in async code

0
0
3

hzrd149 @hzrd149 - 2d

Luckily bitcoin nodes don't run in the web browser :)

0
0
3

Showing page 1 of 1 pages