This cookbook is similar to Vue cookbook but contains our custom recipes for some specific cases.
For form validation we use Vuelidate
export default Vue.extend({
...
validations: {| Remote Package Installer | |
| Package link: https://mega.nz/#!2dN1XajB!Z5fXyFoKOXFI_ujgGoCZfFFy5nyn7OWo6vF6h_HmWhQ | |
| Requirements: | |
| Any exploit on 4.5x+ | |
| HEN 1.8 (you could get it from zecoxao's page) or any other kernel payload (it just need to have fPKG stuff and /data mount patches for ShellCore that I've posted recently) | |
| Changelog: | |
| [+] Added CORS header to interact with browser's AJAX |
This cookbook is similar to Vue cookbook but contains our custom recipes for some specific cases.
For form validation we use Vuelidate
export default Vue.extend({
...
validations: {| //external libs | |
| import Q from 'q'; | |
| import axios from 'axios'; | |
| import _ from 'lodash'; | |
| //modules | |
| import CONSTANTS from '../helpers/constants'; | |
| import Notifications from '../helpers/notifications-service'; | |
| import ApiCache from '../helpers/cache'; | |
| import {setLocation} from '../helpers/location-changer'; |
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent