Skip to content
#

ts

Here are 767 public repositories matching this topic...

divy-work
divy-work commented Jul 1, 2020

So currently we have a cute benchmarking system. Simply, run the method and calculate the time taken.

The problem:
Some methods like alert are only completed when the user clicks Ok...which is expected in real life scenario but that disrupts the benchmarks by many milliseconds/secs!

We need to come up with another op that mocks the alert methods the closest way possible.

BridgeAR
BridgeAR commented Jan 30, 2020

Feature request

In case of errors or while profiling it's important to know the stack. The problem is, that multiple used functions seem to be anonymous. Most functions infer their names from their variable names but that's not always possible. In such cases, it's good to use "old school" functions as in function foobar() {} instead of arrow functions () => {}.

Mostly, this applies to

Improve this page

Add a description, image, and links to the ts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.