I’ve made quick tests in Safari console.
array.slice() works
Int32Array.slice doesn’t work, but ArrayBuffer.slice from the same typed array 
works.
Paul

> Le 21-12-2015 à 17:03, Robert Hanson <hans...@stolaf.edu> a écrit :
> 
> Thanks, that's what I needed to know. Looks like "array.slice" or at least 
> Int32Array.slice is not a function in Safari. Bummer for that, but it is a 
> very localized problem I can certainly get around, I think.
> 
> On Mon, Dec 21, 2015 at 5:40 AM, Rolf Huehne <rhue...@leibniz-fli.de 
> <mailto:rhue...@leibniz-fli.de>> wrote:
> Am 21.12.15 um 04:08 schrieb Philip Bays:
> > Bob:
> > Then link to your site does not work with Safari on the Mac,  Works with
> > Firefox and Chrome.  When I launch the file test2.htm from the desktop,
> > it again works in Firefox and Chrome but not Safari.  In this case the
> > list of files loading is visible and the crash comes at the following:
> >
> >
> > TypeError: b.slice is not a function. (In 'b.slice(c, d)', 'b.slice' is
> > undefined)
> >
> On MacOS X 10.9.5 I observe the same:
>    Firefox 42.0 does work
>    Chrome 47.0 does work
>    Safari 7.1.3 does not work
> 
> --- Error message in 'info' during page load ----------------
> TypeError: undefined is not a function (evaluating 'b.slice(c,d)')
> -------------------------------------------------------------
> 
> On Linux there is also a problem:
>    Firefox 42.0 does work
>    Chromium 31.0 does not work
> 
> --- Error message in 'info' during page load ----------------
> TypeError: Object #<Int32Array> has no method 'slice'
> -------------------------------------------------------------
> 
> Regards,
> Rolf
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net <mailto:Jmol-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/jmol-users 
> <https://lists.sourceforge.net/lists/listinfo/jmol-users>
> 
> 
> 
> -- 
> Robert M. Hanson
> Larson-Anderson Professor of Chemistry
> Chair, Department of Chemistry
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr <http://www.stolaf.edu/people/hansonr>
> 
> 
> If nature does not answer first what we want,
> it is better to take what answer we get. 
> 
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users

------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to