From a846fd2c99ba9749d2491e381fe6cb16216b3b47 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 3 Dec 2012 06:17:12 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 45df41e..0e0627e 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -121,6 +121,10 @@ if the browser does not support it. This is important for output of the error me The `console.log` and `.error` functions will be replaced, if the browser does not allow to use the bind method with these functions. +## Function.prototype.apply accepts typed array + +The core code relies on the `Function.prototype.apply' method to accept the typed array as the second argument. +No emulation is provided in browsers that do not support it. ## navigator.language is present