mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
Reverting to base 2.1.10 rxjs files
This commit is contained in:
@@ -1655,11 +1655,11 @@
|
||||
}
|
||||
|
||||
// Check for setImmediate first for Node v0.11+
|
||||
if (typeof window.setImmediate === 'function') {
|
||||
if (!!window.setImmediate && typeof window.setImmediate === 'function') {
|
||||
scheduleMethod = window.setImmediate;
|
||||
clearMethod = clearImmediate;
|
||||
} else if (typeof process !== 'undefined' && {}.toString.call(process) === '[object process]') {
|
||||
scheduleMethod = process.nextTick;
|
||||
clearMethod = window.clearImmediate;
|
||||
} else if (typeof window.process === 'object' && Object.prototype.toString.call(window.process) === '[object process]') {
|
||||
scheduleMethod = window.process.nextTick;
|
||||
} else if (postMessageSupported()) {
|
||||
var MSG_PREFIX = 'ms.rx.schedule' + Math.random(),
|
||||
tasks = {},
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -1537,11 +1537,11 @@
|
||||
}
|
||||
|
||||
// Check for setImmediate first for Node v0.11+
|
||||
if (typeof window.setImmediate === 'function') {
|
||||
if (!!window.setImmediate && typeof window.setImmediate === 'function') {
|
||||
scheduleMethod = window.setImmediate;
|
||||
clearMethod = clearImmediate;
|
||||
} else if (typeof process !== 'undefined' && {}.toString.call(process) === '[object process]') {
|
||||
scheduleMethod = process.nextTick;
|
||||
clearMethod = window.clearImmediate;
|
||||
} else if (typeof window.process === 'object' && Object.prototype.toString.call(window.process) === '[object process]') {
|
||||
scheduleMethod = window.process.nextTick;
|
||||
} else if (postMessageSupported()) {
|
||||
var MSG_PREFIX = 'ms.rx.schedule' + Math.random(),
|
||||
tasks = {},
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user