Differences between Safari for Windows and Safari for Mac

后端 未结 11 2078
温柔的废话
温柔的废话 2021-02-01 16:48

What are the differences from a developer point of view between Safari for Mac and Safari for Windows?

I think it boils down to evaluate differences between (if I missed

11条回答
  •  再見小時候
    2021-02-01 17:30

    A call to java from javascript throws:

    java.net.MalformedURLException: no protocol: 
        at java.net.URL.(Unknown Source)
        at java.net.URL.(Unknown Source)
        at java.net.URL.(Unknown Source)
        at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
        at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
        at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source) 

    on Safari windows but not safari mac.

提交回复
热议问题