mxmason
Follow
Accessibility specialist, disabled person, and disability rights advocate.
- Los Angeles, CA
- http://www.ejmason.com
- @codeability
Pinned Loading
-
soFetch.js
soFetch.js 1/**
2* A small lib for fetching with query parameters.
3* CREDIT: discussion in this issue thread: https://github.com/github/fetch/issues/256
4* @param {String} url
5* @param {Object} [opts={}] The init options for the fetch request
-
cryptoUUID.js
cryptoUUID.js 1// Using the web crypto API is a quick way to get a pseudo-random number.
2// It's is experimental in IE11 and namespaced behind a prefix.
3var crypto = window.crypto || window.msCrypto;
45// Generates a uuidv4-compliant string
-
getFocusableChildren.js
getFocusableChildren.js 1const FOCUSABLE_ELEMENTS = `
2[contenteditable]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
3[tabindex]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"])
4a[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
5area[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.