|
|
|
|
|
by blauditore
806 days ago
|
|
Reminds me of a time where I almost certainly found a bug in Safari Mobile's JS implementation. Some variable ended up undefined in a place where it was provably impossible. It didn't happen consistently and was prone to right timing, so extremely hard to pin down and debug. Given the fact that all debugging had to be done tediously through a phone emulator and remote dev tools (it was inside a Cordova app), I eventually just gave up and added some sort of if-else for that case. |
|