getscreenmedia
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -22,4 +22,4 @@ !function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.getScreenMedia=e():"undefined"!=typeof global?global.getScreenMedia=e():"undefined"!=typeof self&&(self.getScreenMedia=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
var maxver = 33; | ||
// "known‶ bug in chrome 34 on linux | ||
if (window.navigator.userAgent.match('Linux')) maxver = 34; | ||
// "known" crash in chrome 34 and 35 on linux | ||
if (window.navigator.userAgent.match('Linux')) maxver = 35; | ||
if (chromever >= 26 && chromever <= maxver) { | ||
@@ -26,0 +26,0 @@ // chrome 26 - chrome 33 way to do it -- requires bad chrome://flags |
@@ -21,4 +21,4 @@ // getScreenMedia helper by @HenrikJoreteg | ||
var maxver = 33; | ||
// "known‶ bug in chrome 34 on linux | ||
if (window.navigator.userAgent.match('Linux')) maxver = 34; | ||
// "known" crash in chrome 34 and 35 on linux | ||
if (window.navigator.userAgent.match('Linux')) maxver = 35; | ||
if (chromever >= 26 && chromever <= maxver) { | ||
@@ -25,0 +25,0 @@ // chrome 26 - chrome 33 way to do it -- requires bad chrome://flags |
{ | ||
"name": "getscreenmedia", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A browser module for attempting to get access to a MediaStream of a user's screen. With a nice node-like API.", | ||
@@ -5,0 +5,0 @@ "main": "getscreenmedia.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14531