The ScalaJS compilation fails due to references to JVM-specific methods in PathCodecPlatformSpecific.scala. This fix removes the dependency on java.util.Objects and replaces it with Scala-compatible checks to ensure compatibility with compilation in the ScalaJS
The ScalaJS compilation fails due to references to JVM-specific methods in PathCodecPlatformSpecific.scala. This fix removes the dependency on java.util.Objects and replaces it with Scala-compatible checks to ensure compatibility with compilation in the ScalaJS
/claim #3142 Closes #3142