We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Undefined
final val
1 parent d57afef commit ff352daCopy full SHA for ff352da
core/src/main/scala/org/scalajs/macrotaskexecutor/MacrotaskExecutor.scala
@@ -26,7 +26,7 @@ import scala.util.control.NonFatal
26
* Based on https://github.com/YuzuJS/setImmediate
27
*/
28
object MacrotaskExecutor extends ExecutionContextExecutor {
29
- private[this] val Undefined = "undefined"
+ private[this] final val Undefined = "undefined"
30
31
def execute(runnable: Runnable): Unit =
32
setImmediate(() => runnable.run())
0 commit comments